@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;900&family=Nunito:wght@400;500;600;700&family=Poppins:wght@500;600;700&family=Plus+Jakarta+Sans:wght@800&display=swap");

/* EMBROIDERY PAGE CSS */
#embroidery p,
#embroidery h1,
#embroidery h2,
#embroidery h3,
#embroidery h4,
#embroidery h5,
#embroidery h6,
#embroidery form,
#embroidery ul,
#embroidery label {
  margin: 0;
}

#embroidery a {
  text-decoration: none;
}

#embroidery .section-wrapper {
  max-width: 1440px;
  box-sizing: content-box !important;
  margin: 0 auto;
  padding: 0 64px;
}

@media (max-width: 1280px) {
  #embroidery .section-wrapper {
    padding: 0 24px;
  }
}

@media (max-width: 1024px) {
  #embroidery .section-wrapper {
    padding: 0 16px;
  }
}

#embroidery .btn {
  transition: 0.3s;
  border-radius: 26px;
  text-align: center;
  font-weight: 600;
  display: block;
  max-width: unset;
  text-decoration: none;
}

#embroidery .section-wrapper .btn-blue {
  border-radius: 26px;
  border: 1px solid #3578EA;
  background: #3578EA;
  color: white;
  box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.04);
}

@media (max-width: 767.98px) {
  #embroidery .section-wrapper .btn-blue {
    max-width: 100%;
  }
}

@media (hover: hover) and (pointer: fine) {
  #embroidery .section-wrapper .btn-blue:hover {
    background-color: #3578EA;
    box-shadow: 0px 8px 19px rgba(166, 166, 166, 0.28),
      inset 0px 4px 4px #6e8efe, inset 0px -2px 4px rgba(0, 0, 0, 0.25);
  }
}

#embroidery .btn-blue-outline {
  border: 1px solid #3578EA;
  background: #fff;
  color: #3578EA;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 767.98px) {
  #embroidery .btn-blue-outline {
    border: 1.5px solid #3578EA;
  }
}

@media (hover: hover) and (pointer: fine) {
  #embroidery .btn-blue-outline:hover {
    color: #fff;
    background: #3578EA;
  }
}

/* END OF EMBROIDERY PAGE CSS */

/* EMBROIDERY INTRO SECTION */

#embroidery-intro {
  padding: 24px 0 45px;
}

@media (max-width: 1024px) {
  #embroidery-intro {
    padding: 0 0 10px;
  }
}

@media (max-width: 767.98px) {
  #embroidery-intro {
    padding: 12px 0 46px;
  }
}

#embroidery-intro .section-wrapper {
  /* display: flex;
  align-items: center; */
}

@media (max-width: 1024px) {
  #embroidery-intro .section-wrapper {
    /* flex-direction: column; */
  }
}

/* #embroidery-intro .section-wrapper .mob-title {
  display: none;
} */

@media (max-width: 767.98px) {
  #embroidery-intro .section-wrapper .mob-title {
    display: block;
    color: #1c244b;
    text-align: center;
    font-size: 34px;
    font-weight: 700;
    line-height: 48px;
    order: 1;
  }
}

#embroidery-intro .section-wrapper .google-reviews {
  display: none;
}

@media (max-width: 1024px) {
  #embroidery-intro .section-wrapper .google-reviews {
    margin-top: 32px;
    order: 2;
    display: block;
    margin-top: 0;
    margin-bottom: 7px;
  }
}

/* 
#embroidery-intro .section-wrapper   {
  display: flex;
  align-items: center;
  gap: 66px;
}

@media (max-width: 1024px) {
  #embroidery-intro .section-wrapper   {
    flex-direction: column;
    gap: 32px;
  }
}

@media (max-width: 767.98px) {
  #embroidery-intro .section-wrapper   {
    width: 100%;
    gap: 0;
    order: 3;
  }
} */

#embroidery-intro .section-wrapper .intro-video {
  /* width: 45%; */
  border-radius: 4px;
  overflow: hidden;
  display: flex;

}

@media (max-width: 1024px) {
  #embroidery-intro .section-wrapper .intro-video {
    width: 100%;
  }
}

@media (max-width: 767.98px) {
  #embroidery-intro .section-wrapper .intro-video {
    max-width: 600px;
    margin: 0 auto;
  }
}

#embroidery-intro .section-wrapper .intro-video .mob-bg-img {
  display: none;
}

@media (max-width: 767.98px) {
  #embroidery-intro .section-wrapper .intro-video .mob-bg-img {
    display: block;
    width: 100%;
    aspect-ratio: 1.2;
  }
}

#embroidery-intro .section-wrapper .intro-video video {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

@media (max-width: 767.98px) {
  #embroidery-intro .section-wrapper .intro-video video {
    display: none;
  }
}

#embroidery-intro .section-wrapper .intro-content {
  /* width: 55%; */

}

@media (max-width: 1024px) {
  #embroidery-intro .section-wrapper .intro-content {
    width: 100%;
  }
}

#embroidery-intro .section-wrapper .intro-content .title {
  color: #353535;
  font-family: "Poppins", sans-serif !important;
  font-size: 56px;
  font-weight: 700;
  line-height: 60px;
  margin-bottom: 32px;
}

@media (max-width: 1024px) {
  #embroidery-intro .section-wrapper .intro-content .title {
    font-size: 50px;
    margin-bottom: 18px;
    text-align: center;
    font-weight: 600;
  }
}

@media (max-width: 767.98px) {
  #embroidery-intro .section-wrapper .intro-content .title {
    display: none;
  }
}

#embroidery-intro .section-wrapper .intro-content .service-features {
  list-style: none;
  margin-bottom: 40px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, auto));
  column-gap: 55px;
  row-gap: 16px;
  max-width: 526px;
}

@media (max-width: 1024px) {
  #embroidery-intro .section-wrapper .intro-content .service-features {
    column-gap: 100px;
    max-width: 530px;
    margin: 0 auto 44px;
  }
}

@media (max-width: 767.98px) {
  #embroidery-intro .section-wrapper .intro-content .service-features {
    max-width: 295px;
    width: calc(100% - 48px);
    margin: -56px auto 36px;
    border-radius: 8px;
    grid-template-columns: minmax(0, auto);
    row-gap: 12px;
    position: relative;
    z-index: 2;
    border: 1px solid #e6e8ea;
    background: #fff;
    padding: 16px 13px;
    box-shadow: 0px 9px 26px 0px rgba(0, 0, 0, 0.05);
  }
}

#embroidery-intro .section-wrapper .intro-content .service-features .feature {
  color: #353535;
  font-family: "Poppins", sans-serif !important;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  padding-left: 32px;
  position: relative;
}

@media (max-width: 767.98px) {
  #embroidery-intro .section-wrapper .intro-content .service-features .feature {
    padding-left: 28px;
    color: #1c244b;
    font-family: "Inter", sans-serif !important;
    font-size: 20px;
  }
}

#embroidery-intro .section-wrapper .intro-content .service-features .feature:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background-image: url("/uploads/12037607/File/deco/emb-page/assets/icons/olive-check.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 28px;
  height: 28px;
}

@media (max-width: 767.98px) {
  #embroidery-intro .section-wrapper .intro-content .service-features .feature:before {
    background-image: url("/uploads/12037607/File/deco/emb-page/assets/dark-blue-tick.svg");
    width: 16px;
    height: 16px;
  }
}

#embroidery-intro .section-wrapper .intro-content .buttons-wrapper {
  display: flex;
  align-items: center;
  gap: 16px;
}

@media (max-width: 1024px) {
  #embroidery-intro .section-wrapper .intro-content .buttons-wrapper {
    justify-content: center;
  }
}

@media (max-width: 767.98px) {
  #embroidery-intro .section-wrapper .intro-content .buttons-wrapper {
    flex-direction: column-reverse;
  }
}

#embroidery-intro .section-wrapper .intro-content .buttons-wrapper a {
  padding: 16px;
  font-size: 20px;
  line-height: 22px;
}

@media (max-width: 1024px) {
  #embroidery-intro .section-wrapper .intro-content .buttons-wrapper a {
    width: 254px !important;
    padding: 15px;
    line-height: 20px;
  }
}

@media (max-width: 767.98px) {
  #embroidery-intro .section-wrapper .intro-content .buttons-wrapper a {
    width: 292px !important;
    max-width: 100%;
    line-height: 24px;
  }
}

#embroidery-intro .section-wrapper .intro-content .buttons-wrapper a.btn-blue {
  box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.02);
  width: 219px;
}

#embroidery-intro .section-wrapper .intro-content .buttons-wrapper a.btn-blue:hover {
  box-shadow: 0px 8px 19px rgba(166, 166, 166, 0.28),
    inset 0px 4px 4px #6e8efe, inset 0px -2px 4px rgba(0, 0, 0, 0.25);
}


#embroidery-intro .section-wrapper .intro-content .buttons-wrapper a.btn-blue-outline {
  box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.04);
  width: 244px;
}


#embroidery-intro .section-wrapper .intro-content .buttons-wrapper a.btn-blue-outline.v-mob {
  display: none;
}

@media (max-width: 767.98px) {
  #embroidery-intro .section-wrapper .intro-content .buttons-wrapper a.btn-blue-outline.v-mob {
    display: block;
  }

  #embroidery-intro .section-wrapper .intro-content .buttons-wrapper a.btn-blue-outline.v-pc {
    display: none;
  }
}

/* END OF EMBROIDERY INTRO SECTION */
/* DELIVERY OPTIONS SECTION */
#delivery-options {
  background: #f6faff;
  padding: 28px 0;
}

@media (max-width: 1024px) {
  #delivery-options {
    padding: 24px 0;
  }
}

@media (max-width: 767.98px) {
  #delivery-options {
    padding: 40px 0;
  }
}

#delivery-options .section-title {
  display: none;
}

@media (max-width: 767.98px) {
  #delivery-options .section-title {
    display: block;
    text-align: center;
    color: #1c244b;
    font-size: 28px;
    font-weight: 700;
    line-height: 39px;
    text-transform: capitalize;
    margin-bottom: 16px;
  }
}

#delivery-options .delivery-options {
  background: #fff;
  border: 1px solid #e8e9ea;
  box-shadow: 0px 9px 26px rgba(0, 0, 0, 0.05);
  border-radius: 6px;
  display: flex;
  overflow: hidden;
}

@media (max-width: 1024px) {
  #delivery-options .delivery-options {
    border-radius: 4px;
    border: 0.5px solid #e8e9ea;
    box-shadow: 0px 5px 14px 0px rgba(0, 0, 0, 0.05);
  }
}

@media (max-width: 767.98px) {
  #delivery-options .delivery-options {
    border-radius: unset;
    border: unset;
    box-shadow: unset;
    background: transparent;
  }
}

#delivery-options .delivery-options .options-container {
  flex: 1;
  padding: 10px 0;
  display: flex;
}

@media (max-width: 767.98px) {
  #delivery-options .delivery-options .options-container {
    width: 100%;
    padding: 0;
    flex-direction: column;
  }
}

#delivery-options .delivery-options .options-container .delivery-opt {
  width: calc(100% / 3);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 22px 0;
}

@media (max-width: 1024px) {
  #delivery-options .delivery-options .options-container .delivery-opt {
    padding: 12px 0;
  }
}

@media (max-width: 767.98px) {
  #delivery-options .delivery-options .options-container .delivery-opt {
    width: 100%;
    padding: 8px 0;
    justify-content: flex-start;
  }
}

#delivery-options .delivery-options .options-container .delivery-opt:not(:last-child) {
  border-right: 1px solid #f4f5f6;
}

@media (max-width: 767.98px) {
  #delivery-options .delivery-options .options-container .delivery-opt:not(:last-child) {
    border-bottom: 1px solid rgba(126, 137, 155, 0.1);
    border-right: none;
  }
}

#delivery-options .delivery-options .options-container .delivery-opt .photo {
  width: 65px;
  height: 65px;
  margin-right: 16px;
}

@media (max-width: 1024px) and (min-width: 767.98px) {
  #delivery-options .delivery-options .options-container .delivery-opt .photo {
    width: 47px;
    height: 47px;
    margin-right: 8px;
  }
}

@media (max-width: 767.98px) {
  #delivery-options .delivery-options .options-container .delivery-opt .photo {
    width: 86px;
    height: 86px;
  }
}

#delivery-options .delivery-options .options-container .delivery-opt .photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#delivery-options .delivery-options .options-container .delivery-opt .content {
  max-width: calc(100% - 102px);
}

@media (max-width: 1024px) and (min-width: 767.98px) {
  #delivery-options .delivery-options .options-container .delivery-opt .content {
    max-width: calc(100% - 55px);
  }
}

#delivery-options .delivery-options .options-container .delivery-opt .content .title {
  font-weight: 500;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: -0.02em;
  color: #000;
  margin-bottom: 10px;
}

@media (max-width: 1024px) and (min-width: 767.98px) {
  #delivery-options .delivery-options .options-container .delivery-opt .content .title {
    font-size: 12px;
    line-height: 17px;
    margin-bottom: 5px;
  }
}

#delivery-options .delivery-options .options-container .delivery-opt .content .detail {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #555e6d;
}

#delivery-options .delivery-options .options-container .delivery-opt .content .detail span {
  color: #353535;
  font-weight: 600;
}

#delivery-options .delivery-options .options-container .delivery-opt .content .detail a {
  color: #005eff;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
}

@media (max-width: 1024px) {

  #delivery-options .delivery-options .options-container .delivery-opt .content .detail,
  #delivery-options .delivery-options .options-container .delivery-opt .content .detail a {
    font-size: 10px;
    line-height: 12px;
  }
}

@media (max-width: 767.98px) {

  #delivery-options .delivery-options .options-container .delivery-opt .content .detail,
  #delivery-options .delivery-options .options-container .delivery-opt .content .detail a {
    font-size: 16px;
    line-height: 19px;
  }
}

#delivery-options .delivery-options .reviews-box {
  width: calc(100% / 4);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  background: #f7f8fa;
  padding: 32px 16px;
}

@media (max-width: 1024px) {
  #delivery-options .delivery-options .reviews-box {
    display: none;
  }
}

#delivery-options .delivery-options .reviews-box .logo img {
  width: 48px;
  height: 48px;
}

#delivery-options .delivery-options .reviews-box .rating {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

#delivery-options .delivery-options .reviews-box .rating h4 {
  color: #6a6a6a;
  font-weight: 700;
  font-size: 13px;
  line-height: 12px;
}

#delivery-options .delivery-options .reviews-box .rating .rating-stars {
  display: flex;
  align-items: center;
  gap: 12px;
}

#delivery-options .delivery-options .reviews-box .rating .rating-stars span {
  color: #fea500;
  font-family: "Plus Jakarta Sans" !important;
  font-size: 18px;
  font-weight: 800;
  line-height: 18px;
}

#delivery-options .delivery-options .reviews-box .rating .rating-stars .stars {
  display: flex;
  align-items: center;
}

#delivery-options .delivery-options .reviews-box .rating .rating-stars .stars img {
  width: 21px;
  height: 21px;
}

#delivery-options .delivery-options .reviews-box .rating>a {
  color: #868686;
  font-size: 12px;
  font-weight: 400;
  text-decoration: none;
  line-height: normal;
}

/* END OF DELIVERY OPTIONS SECTION */

/* EMBROIDERY PRODUCTS SECTION  */
#embroidery-products {
  padding: 70px 0 50px;
  background-color: #F6FAFF;
}

#embroidery-products .section-wrapper {
  padding-top: 0 !important;
}

@media (max-width: 1024px) {
  #embroidery-products {
    padding: 100px 0 50;
  }
}

@media (max-width: 767.98px) {
  #embroidery-products {
    padding: 40px 0;
  }
}

#embroidery-products .section-title-box {
  margin-bottom: 24px;
}

@media (max-width: 1024px) {
  #embroidery-products .section-title-box {
    margin-bottom: 14px;
  }
}

@media (max-width: 767.98px) {
  #embroidery-products .section-title-box {
    margin-bottom: 16px;
  }
}

#embroidery-products .section-title-box .section-title {
  color: #1c244b;
  line-height: normal;
  margin-bottom: 12px !important;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
}

@media (max-width: 1024px) {
  #embroidery-products .section-title-box .section-title {
    font-size: 24px;
    line-height: 34px;
  }
}

@media (max-width: 767.98px) {
  #embroidery-products .section-title-box .section-title {
    font-size: 28px;
    line-height: normal;
    margin-bottom: 0 !important;
  }
}

#embroidery-products .section-title-box .section-subtitle {
  font-weight: 400;
  text-align: center;
  color: #172640;
  font-size: 20px;
  line-height: 28px;
  font-size: 20px;
}

@media (max-width: 1024px) {
  #embroidery-products .section-title-box .section-subtitle {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (max-width: 767.98px) {
  #embroidery-products .section-title-box .section-subtitle {
    display: none;
  }
}

#embroidery-products .products-wrapper {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 24px);
  margin: 0 -12px 24px;
}

@media (max-width: 1024px) {
  #embroidery-products .products-wrapper {
    width: calc(100% + 20px);
    margin: 0 -10px 14px;
  }
}

@media (max-width: 767.98px) {
  #embroidery-products .products-wrapper {
    margin: 0 -10px 16px;
  }
}

#embroidery-products .products-wrapper .home-product-card {
  width: calc(100% / 4 - 24px);
  position: relative;
  background: #fff;
  margin: 12px;
  text-decoration: none;
  padding: 60px 6px 0 6px;
  transition: 0.3s;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
  /*new*/
  border-radius: 6px;
}

@media (max-width: 1024px) {
  #embroidery-products .products-wrapper .home-product-card {
    width: calc(100% / 2 - 20px);
    margin: 10px;
    height: 200px;
    border-radius: 4px;
    padding: 50px 12px 0 12px;
  }
}

@media (max-width: 767.98px) {
  #embroidery-products .products-wrapper .home-product-card {
    padding: 0;
    padding-top: 44px;
    margin: 8px 10px;
  }

  #embroidery-products .products-wrapper .home-product-card:first-of-type,
  #embroidery-products .products-wrapper .home-product-card:nth-of-type(4) {
    width: 100%;
    height: 240px;
  }
}

@media (hover: hover) and (pointer: fine) {
  #embroidery-products .products-wrapper .home-product-card:hover {
    box-shadow: 0px 5px 15px 0px rgba(2, 41, 107, 0.39);
  }
}

#embroidery-products .products-wrapper .home-product-card .photo {
  height: 100%;
}

#embroidery-products .products-wrapper .home-product-card .photo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: bottom;
}

#embroidery-products .products-wrapper .home-product-card .name {
  position: absolute;
  top: 16px;
  left: 0;
  width: 100%;
  padding: 0 4px;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  line-height: 38px;
  color: #353535;
  font-weight: 500;
}

@media (max-width: 1024px) {
  #embroidery-products .products-wrapper .home-product-card .name {
    line-height: normal;
    font-size: 16px;
    top: 20px;
    font-weight: 500;
    color: #0b1629;
  }
}

@media (max-width: 767.98px) {
  #embroidery-products .products-wrapper .home-product-card .name {
    font-size: 20px;
    top: 16px;
  }
}

#embroidery-products .view-btn {
  padding: 10px;
  color: #003ca3;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.24px;
  cursor: pointer;
  margin: 0 auto;
  display: block;
  text-align: center;
  max-width: max-content;
}

@media (max-width: 767.98px) {
  #embroidery-products .view-btn {
    padding: 6px;
    font-size: 20px;
    line-height: 32px;
  }
}

@media (hover: hover) and (pointer: fine) {
  #embroidery-products .view-btn:hover {
    text-decoration: underline !important;
  }
}

/* END OF EMBROIDERY PRODUCTS SECTION  */
/* GOOGLE REVIEWS */
#embroidery-google-reviews {
  padding: 44px 0 52px;
  background: #fff;
}

@media (max-width: 1024px) {
  #embroidery-google-reviews {
    padding: 44px 0 50px;
  }
}

#embroidery-google-reviews .ti-header {
  display: none;
}

#embroidery-google-reviews .section-title {
  color: #1C244B;
  font-family: Inter;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  text-align: center;
  margin-bottom: 12px;
}

#embroidery-google-reviews .section-subtitle {
  color: #172640;
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22.4px;
  letter-spacing: -0.24px;
  margin-bottom: 46px;
}

#embroidery-google-reviews .reviews-wrapper {
  width: calc(100% + 40px);
  margin: 0 -20px 40px;
}

@media (max-width: 1024px) {
  #embroidery-google-reviews .reviews-wrapper {
    width: 100%;
    margin: 0 0 40px;
  }
}

#embroidery-google-reviews .button-blue {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  border-radius: 26px;
  padding: 12px;
  width: 265px;
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background-color: #3578EA;
  border: #3578EA;

}

#embroidery-google-reviews .button-blue:hover {
  background-color: #3578EA;
  box-shadow: 0px 8px 19px rgba(166, 166, 166, 0.28),
    inset 0px 4px 4px #6e8efe, inset 0px -2px 4px rgba(0, 0, 0, 0.25);
}

@media (max-width: 1024px) {
  #embroidery-google-reviews .button-blue {
    padding: 9px;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: -0.24px;
    width: 277px;
  }
}

@media (max-width: 767.98px) {
  #embroidery-google-reviews .button-blue {
    padding: 13px;
    font-weight: 600;
    font-size: 20px;
    width: 328px;
  }
}

/* END OF GOOGLE REVIEWS */
/* BRANDS */
#embroidery-brands {
  background: #f6faff;
  padding: 24px 0;
}


@media (max-width: 767.98px) {
  #embroidery-brands {
    padding: 50px 0;
  }
}

#embroidery-brands .section-title {
  color: var(--Neutral-colors-Main-text-color, #1C244B);
  text-align: center;
  font-family: Inter;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 148%;
  /* 47.36px */
}

#embroidery-brands .section-subtitle {
  color: #333;
  font-family: Inter !important;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 26.46px;
  margin-bottom: 16px;
  text-align: center;
}


@media (max-width: 767.98px) {
  #embroidery-brands .title {
    margin-bottom: 10px;
  }
}

#embroidery-brands .brands-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: calc(100% + 24px);
  margin: 0 -12px;
}

@media (max-width: 1024px) {
  #embroidery-brands .brands-list {
    width: calc(100% + 16px);
    margin: 0 -8px;
  }
}

@media (max-width: 767.98px) {
  #embroidery-brands .brands-list {
    width: calc(100% + 14px);
    margin: 0 -7px;
    justify-content: center;
  }
}

#embroidery-brands .brands-list .brand-item {
  width: calc(100% / 8 - 24px);
  height: 80px;
  margin: 0 12px;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0px 30px 40px 0px rgba(212, 217, 232, 0.25);
  padding: 8px 4px;
}

@media (max-width: 1024px) {
  #embroidery-brands .brands-list .brand-item {
    width: calc(100% / 8 - 16px);
    margin: 0 8px;
    height: 64px;
  }
}

@media (max-width: 767.98px) {
  #embroidery-brands .brands-list .brand-item {
    width: calc(100% / 3 - 14px);
    margin: 0 7px 16px;
    max-width: 100px;
  }
}

#embroidery-brands .brands-list .brand-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media (max-width: 767.98px) {
  #embroidery-brands .brands-list .brand-item img.v_desk {
    display: none;
  }
}

@media (min-width: 767.98px) {
  #embroidery-brands .brands-list .brand-item img.v_mobile {
    display: none;
  }
}

/* BRANDS END */
/* EMBROIDERY GALLERY SECTION */
#embroidery-gallery {
  padding: 70px 0;
  background: #fff;
}

@media (max-width: 1024px) {
  #embroidery-gallery {
    padding: 50px 0;
  }
}

#embroidery-gallery .section-title {
  color: #1c244b;
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 47px;
  margin-bottom: 12px;
}

@media (max-width: 1024px) {
  #embroidery-gallery .section-title {
    font-size: 24px;
    line-height: normal;
    margin-bottom: 10px;
  }
}

@media (max-width: 767.98px) {
  #embroidery-gallery .section-title {
    font-size: 28px;
    line-height: normal;
    letter-spacing: -0.42px;
    margin-bottom: 12px;
  }
}

#embroidery-gallery .section-subtitle {
  color: #333;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 26.46px;
  text-align: center;
  margin-bottom: 36px;
}

#embroidery-gallery .gallery-container {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 16px;
  margin-bottom: 44px;
}

@media (min-width: 768px) and (max-width: 1024px) {
  #embroidery-gallery .gallery-container {
    gap: 20px;
  }
}

@media (max-width: 767.98px) {
  #embroidery-gallery .gallery-container {
    margin-bottom: 32px;
  }
}

#embroidery-gallery .gallery-container .gallery-item {
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid #e6e8ea;
  box-shadow: 0px 1px 2px 0px rgba(13, 16, 45, 0.1);
  position: relative;
  cursor: pointer;
}

#embroidery-gallery .gallery-container .gallery-item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  transition: all 0.8s;
}

#embroidery-gallery .gallery-container .gallery-item:hover::after {
  background-color: rgba(0, 0, 0, 0.5);
}

#embroidery-gallery .gallery-container .gallery-item img {
  height: 100%;
  width: 100%;
}

#embroidery-gallery .gallery-container .gallery-item:first-of-type {
  grid-row: 1/3;
}

@media (max-width: 767.98px) {
  #embroidery-gallery .gallery-container .gallery-item:first-of-type {
    grid-column: 1/4;
  }
}

@media (max-width: 767.98px) {
  #embroidery-gallery .gallery-container .gallery-item {
    gap: 14px;
  }

  #embroidery-gallery .gallery-container .gallery-item:nth-of-type(2),
  #embroidery-gallery .gallery-container .gallery-item:nth-of-type(4) {
    grid-column: 1/2;
  }

  #embroidery-gallery .gallery-container .gallery-item:nth-of-type(3),
  #embroidery-gallery .gallery-container .gallery-item:nth-of-type(5) {
    grid-column: 2/4;
  }
}

#embroidery-gallery .view-btn {
  display: flex;
  border-radius: 30px;
  border: 1px solid #3578EA;
  width: 232px;
  padding: 10px;
  height: 48px;
  color: #3578EA;
  text-align: center;
  font-family: Inter, "sans-serif";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  text-decoration: none;
}

@media (hover: hover) and (pointer: fine) {
  #embroidery-gallery .view-btn:hover {
    background-color: #3578EA;
    color: #fff;
  }
}

/* END OF EMBROIDERY GALLERY SECTION */
/* LIGHTBOX GALLERY POPUP */
.lightbox {
  position: fixed;
  display: none;
  background-color: rgba(35, 37, 40, 0.9);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1000000000000;
  animation: fadeIn 0.5s forwards;
}

.lightbox .lightbox-content {
  width: 100%;
  height: calc(100% - 200px);
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

@media (max-width: 1440px) {
  .lightbox .lightbox-content {
    height: calc(100% - 120px);
  }
}

@media (max-width: 1024px) {
  .lightbox .lightbox-content {
    padding: 16px;
    justify-content: space-between;
    gap: 12px;
  }
}

@media (max-width: 767.98px) {
  .lightbox .lightbox-content {
    padding: 16px 0;
    gap: 0px;
  }
}

.lightbox .lightbox-content .gallery-img {
  width: calc(100% - 64px);
  max-width: 1000px;
  height: 100%;
}

@media (max-width: 1440px) {
  .lightbox .lightbox-content .gallery-img {
    max-width: 750px;
  }
}

@media (max-width: 767.98px) {
  .lightbox .lightbox-content .gallery-img {
    max-width: unset;
    width: 100%;
  }
}

.lightbox .lightbox-content .gallery-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  margin: 0 auto;
  border-radius: 4px;
}

.lightbox .lightbox-content .lightbox-prev,
.lightbox .lightbox-content .lightbox-next {
  height: 100%;
  width: calc(50% - 500px);
  min-width: 56px;
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 56px;
}

@media (max-width: 1440px) {

  .lightbox .lightbox-content .lightbox-prev,
  .lightbox .lightbox-content .lightbox-next {
    width: calc(50% - 375px);
  }
}

@media (max-width: 1024px) {

  .lightbox .lightbox-content .lightbox-prev,
  .lightbox .lightbox-content .lightbox-next {
    min-width: unset;
    width: 36px;
    height: 36px;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 2px;
  }
}

@media (max-width: 767.98px) {

  .lightbox .lightbox-content .lightbox-prev,
  .lightbox .lightbox-content .lightbox-next {
    position: absolute;
    z-index: 4;
    top: 50%;
    transform: translateY(-50%);
  }
}

@media (min-width: 1024px) {
  .lightbox .lightbox-content .lightbox-prev {
    padding-left: 24px;
  }
}

@media (max-width: 767.98px) {
  .lightbox .lightbox-content .lightbox-prev {
    left: 16px;
  }
}

@media (min-width: 1025px) {
  .lightbox .lightbox-content .lightbox-next {
    padding-right: 24px;
  }
}

@media (max-width: 767.98px) {
  .lightbox .lightbox-content .lightbox-next {
    right: 16px;
  }
}

.lightbox .lightbox-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 24px;
}

@media (max-width: 1024px) {
  .lightbox .lightbox-header {
    padding: 14px 16px;
  }
}

.lightbox .lightbox-header .lightbox-close {
  cursor: pointer;
}

.lightbox .lightbox-header .slide-number {
  color: #d6d7d9;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

/* END OF LIGHTBOX GALLERY POPUP */
/* EMBROIDERY INFO SECTION */
#embroidery-info {
  padding: 70px 0;
  background-color: #F6FAFF;
}

@media (max-width: 1024px) {
  #embroidery-info {
    padding: 50px 0;
  }
}

#embroidery-info .section-wrapper {
  display: flex;
  align-items: center;
}

@media (max-width: 1024px) {
  #embroidery-info .section-wrapper {
    flex-direction: column;
  }
}

#embroidery-info .section-wrapper .embroidery-info-container {
  padding-right: 25px;
  width: 50%;
}

@media (max-width: 1024px) {
  #embroidery-info .section-wrapper .embroidery-info-container {
    order: 2;
    width: 100%;
    padding: 0;
  }
}

#embroidery-info .section-wrapper .embroidery-info-container .section-title {
  color: #1c244b;
  font-weight: 700;
  margin-bottom: 16px;
  font-size: 32px;
  font-style: normal;
  line-height: 45px;
}

@media (max-width: 1024px) {
  #embroidery-info .section-wrapper .embroidery-info-container .section-title {
    font-size: 24px;
    line-height: 34px;
  }
}

@media (max-width: 767.98px) {
  #embroidery-info .section-wrapper .embroidery-info-container .section-title {
    display: none;
  }
}

#embroidery-info .section-wrapper .embroidery-info-container .mob-section-title {
  display: none;
  margin-bottom: 24px;
  color: #1c244b;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

@media (max-width: 767.98px) {
  #embroidery-info .section-wrapper .embroidery-info-container .mob-section-title {
    display: block;
  }
}

#embroidery-info .section-wrapper .embroidery-info-container .section-content {
  margin-bottom: 24px;
}

#embroidery-info .section-wrapper .embroidery-info-container .section-content p {
  color: #354156;
  line-height: 28px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 16px;
}

@media (max-width: 1024px) {
  #embroidery-info .section-wrapper .embroidery-info-container .section-content p {
    font-size: 16px;
    line-height: 28px;
  }
}

@media (max-width: 767.98px) {
  #embroidery-info .section-wrapper .embroidery-info-container .section-content p {
    margin-bottom: 12px;
    font-size: 16px;
    line-height: 25px;
  }
}

@media (max-width: 1024px) {
  #embroidery-info .section-wrapper .embroidery-info-container .section-content {
    margin-bottom: 32px;
  }
}

@media (max-width: 767.98px) {
  #embroidery-info .section-wrapper .embroidery-info-container .section-content {
    margin-bottom: 36px;
  }
}

#embroidery-info .section-wrapper .embroidery-info-container .section-btns {
  display: flex;
  align-items: center;
  gap: 16px;
}

#embroidery-info .section-wrapper .embroidery-info-container .section-btns a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  height: 52px;
  border-radius: 30px;
  transition: 0.3s;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  padding: 10px;
  cursor: pointer;
}

@media (max-width: 767.98px) {
  #embroidery-info .section-wrapper .embroidery-info-container .section-btns a {
    width: 100%;
    font-size: 20px;
  }
}

#embroidery-info .section-wrapper .embroidery-info-container .section-btns .design-btn {
  width: 223px;
}

#embroidery-info .section-wrapper .embroidery-info-container .section-btns .call-btn,
#embroidery-info .section-wrapper .embroidery-info-container .section-btns .quick-quote-btn {
  display: none;
}

#embroidery-info .section-wrapper .embroidery-info-container .section-btns .chat-btn {
  width: 164px;
}

@media (max-width: 1024px) {
  #embroidery-info .section-wrapper .embroidery-info-container .section-btns .chat-btn {
    width: 223px;
  }
}

#embroidery-info .section-wrapper .embroidery-info-container .section-btns .design-btn,
#embroidery-info .section-wrapper .embroidery-info-container .section-btns .call-btn {
  color: #fff;
  background: #3578EA;
}

#embroidery-info .section-wrapper .embroidery-info-container .section-btns .quick-quote-btn,
#embroidery-info .section-wrapper .embroidery-info-container .section-btns .chat-btn {
  border: 1px solid #3578EA;
  color: #3578EA;
}

@media (max-width: 1024px) {
  #embroidery-info .section-wrapper .embroidery-info-container .section-btns {
    justify-content: center;
  }
}

@media (max-width: 767.98px) {
  #embroidery-info .section-wrapper .embroidery-info-container .section-btns {
    flex-direction: column;
    margin: 0 auto;
  }

  #embroidery-info .section-wrapper .embroidery-info-container .section-btns .design-btn,
  #embroidery-info .section-wrapper .embroidery-info-container .section-btns .chat-btn {
    display: none;
  }

  #embroidery-info .section-wrapper .embroidery-info-container .section-btns .call-btn,
  #embroidery-info .section-wrapper .embroidery-info-container .section-btns .quick-quote-btn {
    display: flex;
  }
}

@media (hover: hover) and (pointer: fine) {
  #embroidery-info .section-wrapper .embroidery-info-container .section-btns .design-btn:hover {
    color: #fff;
    text-decoration: none;
    background-color: #3578EA;
    box-shadow: 0px 8px 19px rgba(166, 166, 166, 0.28), inset 0px 4px 4px #6e8efe, inset 0px -2px 4px rgba(0, 0, 0, 0.25);
  }

  #embroidery-info .section-wrapper .embroidery-info-container .section-btns .chat-btn:hover {
    background-color: #3578EA;
    color: #fff;
  }
}

#embroidery-info .section-wrapper .section-img {
  width: 50%;
  padding-left: 25px;
}

@media (max-width: 1024px) {
  #embroidery-info .section-wrapper .section-img {
    margin-bottom: 48px;
    padding: 0;
    width: 100%;
    max-width: 700px;
  }
}

@media (max-width: 767.98px) {
  #embroidery-info .section-wrapper .section-img {
    margin-bottom: 48px;
    width: 100%;
    max-width: 595px;
    margin-bottom: 36px;
  }
}

#embroidery-info .section-wrapper .section-img img {
  width: 100%;
  object-fit: contain;
}

/* END OF EMBROIDERY INFO SECTION */
/* EMBROIDERY FORM SECTION */
#embroidery-quote {
  background: linear-gradient(90deg, #090b32 -6.94%, #071727 100%);
  padding: 62px 0;
}

@media (max-width: 1024px) {
  #embroidery-quote {
    padding: 50px 0;
  }
}

@media (max-width: 767.98px) {
  #embroidery-quote {
    padding: 0;
    background: #f6faff;
  }
}

#embroidery-quote .title-wrapper {
  margin-bottom: 24px;
}

#embroidery-quote .title-wrapper .section-title {
  color: #232528;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 10px;
}

@media (max-width: 767.98px) {
  #embroidery-quote .title-wrapper .section-title {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 0;
  }
}

#embroidery-quote .title-wrapper .quote-subtitle {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #34a853;
  font-size: 13px;
  font-weight: 500;
}

#embroidery-quote .title-wrapper .quote-subtitle img {
  width: 19px;
  height: 19px;
  object-fit: contain;
}

#embroidery-quote .quote-content-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 1024px) {
  #embroidery-quote .quote-content-wrapper {
    flex-direction: column;
  }
}

#embroidery-quote .quote-content-wrapper .embroidery-content {
  width: calc(100% - 600px);
  position: relative;
}

@media (max-width: 1440px) {
  #embroidery-quote .quote-content-wrapper .embroidery-content {
    width: calc(100% - 500px);
  }
}

@media (max-width: 1024px) {
  #embroidery-quote .quote-content-wrapper .embroidery-content {
    width: 100%;
    margin-bottom: 110px;
  }
}

@media (max-width: 767.98px) {
  #embroidery-quote .quote-content-wrapper .embroidery-content {
    background: linear-gradient(90deg, #090b32 -6.94%, #071727 100%);
    width: calc(100% + 32px);
    margin: 0 -16px;
    padding: 50px 16px;
  }
}

#embroidery-quote .quote-content-wrapper .embroidery-content .photo {
  position: absolute;
  right: 0;
  top: 40%;
}

@media (max-width: 1100px) {
  #embroidery-quote .quote-content-wrapper .embroidery-content .photo {
    width: 130px;
  }

  #embroidery-quote .quote-content-wrapper .embroidery-content .photo img {
    width: 100%;
    object-fit: contain;
  }
}

@media (max-width: 1024px) {
  #embroidery-quote .quote-content-wrapper .embroidery-content .photo {
    top: 100%;
    transform: rotate(110deg);
    right: 32px;
  }
}

#embroidery-quote .quote-content-wrapper .embroidery-content .title {
  color: #fff;
  font-family: "Poppins" !important;
  font-size: 46px;
  font-weight: 700;
  line-height: 80px;
  margin-bottom: 24px;
}

@media (max-width: 1220px) {
  #embroidery-quote .quote-content-wrapper .embroidery-content .title {
    font-size: 50px;
    line-height: 70px;
  }
}

@media (max-width: 1024px) and (min-width: 767.98px) {
  #embroidery-quote .quote-content-wrapper .embroidery-content .title {
    text-align: center;
    font-size: 40px;
    line-height: 64px;
  }
}

@media (max-width: 767.98px) {
  #embroidery-quote .quote-content-wrapper .embroidery-content .title {
    font-size: 28px;
    line-height: 45px;
  }
}

#embroidery-quote .quote-content-wrapper .embroidery-content .title .text-highlight {
  color: #68c0fe;
}

@media (min-width: 1025px) {
  #embroidery-quote .quote-content-wrapper .embroidery-content .title .text-highlight {
    display: block;
  }
}

#embroidery-quote .quote-content-wrapper .embroidery-content .feature-title {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 28px;
}

@media (max-width: 1024px) and (min-width: 767.98px) {
  #embroidery-quote .quote-content-wrapper .embroidery-content .feature-title {
    display: none;
  }
}

@media (max-width: 767.98px) {
  #embroidery-quote .quote-content-wrapper .embroidery-content .feature-title {
    font-size: 16px;
  }
}

#embroidery-quote .quote-content-wrapper .embroidery-content .features-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
  list-style: none;
  margin-bottom: 40px;
}

@media (max-width: 1024px) and (min-width: 767.98px) {
  #embroidery-quote .quote-content-wrapper .embroidery-content .features-list {
    flex-direction: row;
    justify-content: center;
  }
}

@media (max-width: 1024px) {
  #embroidery-quote .quote-content-wrapper .embroidery-content .features-list {
    gap: 16px;
    margin: 0;
  }
}

#embroidery-quote .quote-content-wrapper .embroidery-content .features-list .feature {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  position: relative;
  padding-left: 46px;
}

@media (max-width: 1024px) {
  #embroidery-quote .quote-content-wrapper .embroidery-content .features-list .feature {
    font-size: 14px;
    padding-left: 38px;
  }
}

@media (max-width: 767.98px) {
  #embroidery-quote .quote-content-wrapper .embroidery-content .features-list .feature {
    font-size: 16px;
    min-height: 32px;
  }
}

#embroidery-quote .quote-content-wrapper .embroidery-content .features-list .feature:before {
  content: "";
  position: absolute;
  width: 32px;
  height: 32px;
  left: 0;
  top: -4px;
  background-image: url("/uploads/12037607/File/deco/emb-page/assets/icons/tick-navy-circle.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

@media (max-width: 1024px) and (min-width: 767.98px) {
  #embroidery-quote .quote-content-wrapper .embroidery-content .features-list .feature:before {
    width: 24px;
    height: 24px;
    top: 0;
    transform: unset;
  }
}

#embroidery-quote .quote-content-wrapper .embroidery-content .reviews-box {
  display: flex;
  align-items: center;
  gap: 20px;
}

@media (max-width: 1024px) {
  #embroidery-quote .quote-content-wrapper .embroidery-content .reviews-box {
    display: none;
  }
}

#embroidery-quote .quote-content-wrapper .embroidery-content .reviews-box .t_logo {
  height: 65px;
}

#embroidery-quote .quote-content-wrapper .embroidery-content .reviews-box .t_logo img {
  height: 100%;
  object-fit: contain;
}

#embroidery-quote .quote-content-wrapper .embroidery-content .reviews-box .g_reviews {
  height: 65px;
  padding: 9px 14px;
  background: #fff;
  border-radius: 4px;
  border-top: 2px solid #34a853;
  display: flex;
  align-items: center;
  gap: 7px;
  text-decoration: none;
}

#embroidery-quote .quote-content-wrapper .embroidery-content .reviews-box .g_reviews .g_logo {
  width: 35px;
  height: 35px;
}

#embroidery-quote .quote-content-wrapper .embroidery-content .reviews-box .g_reviews .g_logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

#embroidery-quote .quote-content-wrapper .embroidery-content .reviews-box .g_reviews .content {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

#embroidery-quote .quote-content-wrapper .embroidery-content .reviews-box .g_reviews .content .title {
  font-size: 10px;
  font-weight: 700;
  color: #6a6a6a;
  line-height: 10px;
  margin: 0;
}

#embroidery-quote .quote-content-wrapper .embroidery-content .reviews-box .g_reviews .content .rating {
  display: flex;
  align-items: center;
}

#embroidery-quote .quote-content-wrapper .embroidery-content .reviews-box .g_reviews .content .rating .rate-no {
  margin: 0;
  color: #fea500;
  font-size: 14px;
  font-weight: 800;
  line-height: 15px;
  margin-right: 8px;
}

#embroidery-quote .quote-content-wrapper .embroidery-content .reviews-box .g_reviews .content .rating .icon {
  height: 15px;
  display: flex;
}

#embroidery-quote .quote-content-wrapper .embroidery-content .reviews-box .g_reviews .content .rating .icon img {
  height: 100%;
  object-fit: contain;
}

#embroidery-quote .quote-content-wrapper .embroidery-content .reviews-box .g_reviews .content .text {
  font-size: 8px;
  font-weight: 500;
  color: #353535;
  line-height: 10px;
  margin: 0;
}

#embroidery-quote .quote-content-wrapper .embroidery-form {
  width: 444px;
  background: #fff;
  border: 1px solid #e8e9ea;
  border-radius: 4px;
  box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.2),
    0px 12px 24px 0px rgba(13, 16, 45, 0.1);
  padding: 20px 40px;
}

@media (max-width: 1024px) {
  #embroidery-quote .quote-content-wrapper .embroidery-form {
    width: 100%;
    max-width: 520px;
    padding: 24px 40px;
  }
}

@media (max-width: 767.98px) {
  #embroidery-quote .quote-content-wrapper .embroidery-form {
    background: transparent;
    max-width: unset;
    border: none;
    border-radius: 0;
    box-shadow: none;
    padding: 50px 0px;
  }
}

#embroidery-quote .quote-content-wrapper form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#embroidery-quote .quote-content-wrapper form .input-wrapper {
  margin-bottom: 16px;
  width: 100%;
}

#embroidery-quote .quote-content-wrapper form .input-wrapper.mb-s label {
  display: block;
}

@media (min-width: 1025px) {
  #embroidery-quote .quote-content-wrapper form .input-wrapper.mb-s {
    margin-bottom: 8px;
  }
}

#embroidery-quote .quote-content-wrapper form .input-wrapper .input-box {
  position: relative;
}

#embroidery-quote .quote-content-wrapper form .input-wrapper .input-box .icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 14px;
  width: 20px;
  height: 20px;
}

#embroidery-quote .quote-content-wrapper form .input-wrapper .input-box .icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

#embroidery-quote .quote-content-wrapper form .input-wrapper.upload-file {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

@media (max-width: 1024px) {
  #embroidery-quote .quote-content-wrapper form .input-wrapper.upload-file {
    margin-bottom: 24px;
  }
}

#embroidery-quote .quote-content-wrapper form .input-wrapper.upload-file label {
  font-size: 14px;
  font-weight: 500;
  color: #555e6d;
  line-height: 17px;
  background: #e8e9ea;
  border-radius: 4px;
  padding: 11px 14px;
  cursor: pointer;
  transition: 0.3s;
  margin-right: 16px;
}

#embroidery-quote .quote-content-wrapper form .input-wrapper.upload-file label:hover {
  background: #FF551D;
  color: #fff;
}

#embroidery-quote .quote-content-wrapper form .input-wrapper.upload-file input {
  display: none;
}

#embroidery-quote .quote-content-wrapper form .input-wrapper.upload-file .file-name {
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  color: #172640;
  display: inline-block;
  padding: 8px 0;
}

#embroidery-quote .quote-content-wrapper form .input-wrapper.upload-file .file-name span {
  display: none;
}

#embroidery-quote .quote-content-wrapper form .input-wrapper.upload-file .file-name span.active {
  display: flex;
}

#embroidery-quote .quote-content-wrapper form .input-wrapper.upload-file .file-name .error {
  color: #ef4d61;
  position: relative;
  padding-left: 26px;
}

#embroidery-quote .quote-content-wrapper form .input-wrapper.upload-file .file-name .error:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 20px;
  height: 20px;
  background-image: url("/uploads/12037607/File/deco/emb-page/assets/icons/info-red.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

#embroidery-quote .quote-content-wrapper form .input-wrapper input,
#embroidery-quote .quote-content-wrapper form .input-wrapper textarea {
  width: 100%;
  transition: 0.3s;
  outline: none;
  color: #1c244b;
  border-radius: 4px;
  border: 1px solid #c5cad1;
  background: #fafafa;
}

#embroidery-quote .quote-content-wrapper form .input-wrapper input:focus,
#embroidery-quote .quote-content-wrapper form .input-wrapper textarea:focus {
  border-color: #FF551D;
}

#embroidery-quote .quote-content-wrapper form .input-wrapper input::placeholder,
#embroidery-quote .quote-content-wrapper form .input-wrapper textarea::placeholder {
  color: #666;
}

#embroidery-quote .quote-content-wrapper form .input-wrapper textarea::placeholder {
  font-size: 14px;
}

#embroidery-quote .quote-content-wrapper form .input-wrapper input {
  height: 44px;
  font-size: 16px;
  font-weight: 400;
  padding: 0 14px 0 40px;
}

@media (max-width: 1024px) {
  #embroidery-quote .quote-content-wrapper form .input-wrapper input {
    height: 52px;
  }
}

#embroidery-quote .quote-content-wrapper form .input-wrapper textarea {
  height: 70px;
  font-size: 16px;
  font-weight: 500;
  padding: 12px;
}

@media (max-width: 767.98px) {
  #embroidery-quote .quote-content-wrapper form .input-wrapper textarea {
    height: 100px;
  }
}

#embroidery-quote .quote-content-wrapper form .input-wrapper label {
  color: #0d1c2c;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 8px;
  display: unset;
}

#embroidery-quote .quote-content-wrapper form .button-orange {
  padding: 10px;
  width: 100%;
  min-height: 52px;
  border-radius: 4px;
  background: linear-gradient(90deg,
      #ff551d 0.01%,
      #ff551d 104.37%,
      #ff551d 104.37%);
  box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.04);
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: 0.3s;
  outline: none;
  border: none;
}

#embroidery-quote .quote-content-wrapper form .button-orange .text {
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  color: #fff;
  text-align: center;
}

#embroidery-quote .quote-content-wrapper form .button-orange .text.mob-v {
  display: none;
}

@media (max-width: 767.98px) {
  #embroidery-quote .quote-content-wrapper form .button-orange .text.mob-v {
    display: block;
  }
}

@media (max-width: 767.98px) {
  #embroidery-quote .quote-content-wrapper form .button-orange .text.desktop-v {
    display: none;
  }
}

@media (max-width: 767.98px) {
  #embroidery-quote .quote-content-wrapper form .button-orange {
    border-radius: 26px;
    background: #FF551D;
    margin: 0 auto;
  }
}

@media (hover: hover) and (pointer: fine) {
  #embroidery-quote .quote-content-wrapper form .button-orange:hover {
    border-color: #e04826;
    background: linear-gradient(90deg,
        #e04826 0.01%,
        #e04826 104.37%,
        #e04826 104.37%);
  }
}

#embroidery-quote .quote-content-wrapper form .note {
  margin: 12px auto 0;
  color: #666;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  text-align: center;
}

@media (max-width: 767.98px) {
  #embroidery-quote .quote-content-wrapper form .note {
    font-size: 15px;
  }
}

/* END OF EMBROIDERY FORM SECTION */
/* SCREEN SERVICES */
.embroidery-services {
  padding: 70px 0;
}

@media only screen and (max-width: 768px) {
  .embroidery-services {
    padding: 50px 0;
  }
}

.embroidery-services .section-title {
  font-size: 36px;
  font-weight: 700 !important;
  text-transform: capitalize;
  line-height: normal;
  text-align: center;
  margin-bottom: 12px !important;
  font-family: "Geologica", sans-serif !important;
}

@media only screen and (max-width: 768px) {
  .embroidery-services .section-title {
    font-size: 28px;
    font-weight: 600 !important;
  }
}

.embroidery-services .section-subtitle {
  color: #172640;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 22.4px;
  letter-spacing: -0.24px;
  width: 63%;
  margin: 0 auto 50px !important;
}

@media only screen and (max-width: 768px) {
  .embroidery-services .section-subtitle {
    width: 100%;
    margin: 0 auto 40px;
  }
}

.embroidery-services .service-container {
  overflow-x: auto;
}

.embroidery-services .service-container::-webkit-scrollbar-track {
  background: transparent !important;
}

.embroidery-services .service-container::-webkit-scrollbar-thumb {
  background: transparent !important;
}

.embroidery-services .service-container::-webkit-scrollbar {
  width: 12px;
  height: 5px;
}

.embroidery-services .service {
  display: flex;
  justify-content: space-between;
  gap: 22px;
  min-width: max-content;
  border-bottom: 5px solid #e8e9ea;
  position: relative;
  margin-bottom: 25px;
}

.embroidery-services .service::before {
  content: '';
  height: 5px;
  width: var(--before-width, 50px);
  background-color: #3578ea;
  position: absolute;
  bottom: -5px;
  left: var(--before-left, 0);
  transition: left 0.3s ease;
}

.embroidery-services .service-type {
  color: #172640;
  font-size: 17px;
  font-weight: 500;
  line-height: 23.8px;
  text-align: center;
  padding: 15px 0;
  cursor: pointer;
}

@media only screen and (max-width: 768px) {
  .embroidery-services .service-type {
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
  }
}

.embroidery-services .service-type.active {
  color: #003ca3;
}

.embroidery-services .content-item {
  display: flex;
  gap: 14px;
  opacity: 0;
  height: 0;
  overflow: hidden;
  transition: opacity 0.5s ease;
}

.embroidery-services .content-item-text {
  width: calc((100% - 14px) * 0.62);
  padding: 24px 20px;
  border-radius: 4px;
  background: #ebf2fe;
  height: max-content;
}

@media only screen and (max-width: 768px) {
  .embroidery-services .content-item-text {
    width: 100%;
    padding: 20px;
  }
}

.embroidery-services .content-item-text .desc {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-bottom: 24px;
}

.embroidery-services .content-item-text .desc p {
  color: #1c244b;
  font-family: "Georgia", sans-serif !important;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
}

.embroidery-services .content-item-text .desc b,
.embroidery-services .content-item-text .desc em {
  font-family: "Georgia", sans-serif !important;
  font-size: 15px;
}

.embroidery-services .content-item-text .desc em {
  font-style: italic !important;
}

.embroidery-services .content-item-text .desc a {
  text-decoration: underline;
  color: #1c244b !important;
  font-family: "Georgia", sans-serif !important;
}

.embroidery-services .content-item-text a.btn {
  width: 270px;
  font-size: 20px;
  font-weight: 600;
  line-height: 22px;
  padding: 14px;
  box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.04);
}

@media only screen and (max-width: 768px) {
  .embroidery-services .content-item-text a.btn {
    width: 100%;
  }
}

.embroidery-services .content-item .photo {
  width: calc((100% - 14px) * 0.38);
  padding: 18px;
  background-color: #ffe1b1;
  border-radius: 4px;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 768px) {
  .embroidery-services .content-item .photo {
    display: none;
  }
}

.embroidery-services .content-item .photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-height: 300px;
}

.embroidery-services .content-item.active {
  opacity: 1;
  height: auto;
}


/* END OF SCREEN SERVICES */
/* -- DESIGN PRODUCTS CSS -- */
#design-products {
  background: #003ca3;
  padding: 38px 0;
}

@media (max-width: 1024px) {
  #design-products {
    padding: 60px 0;
  }
}

@media (max-width: 767.98px) {
  #design-products {
    padding: 40px 0;
  }
}

#design-products .title {
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
  margin-bottom: 36px;
  color: #fff;
  text-align: center;
}

@media (max-width: 1024px) {
  #design-products .title {
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 32px;
  }
}

@media (max-width: 767.98px) {
  #design-products .title {
    margin-bottom: 36px;
  }
}

#design-products .button-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

@media (max-width: 767.98px) {
  #design-products .button-wrapper {
    max-width: 400px;
    margin: 0 auto;
  }
}

#design-products .button-wrapper .button-white,
#design-products .button-wrapper .button-outline {
  font-weight: 600;
  line-height: 20px;
  border: 1px solid #f6faff;
  border-radius: 26px;
  text-decoration: none;
  cursor: pointer;
  transition: 0.3s;
  text-align: center;
  width: 223px;
  padding: 14px;
  font-size: 20px;
}

@media (max-width: 1024px) {

  #design-products .button-wrapper .button-white,
  #design-products .button-wrapper .button-outline {
    font-size: 16px;
    line-height: 14px;
    width: 156px;
  }
}

@media (max-width: 767.98px) {

  #design-products .button-wrapper .button-white,
  #design-products .button-wrapper .button-outline {
    padding: 11px 8px;
    width: calc(50% - 8px);
    line-height: 20px;
  }
}

#design-products .button-wrapper .button-white {
  background: #f6faff;
  color: #3578ea;
}

@media (hover: hover) and (pointer: fine) {
  #design-products .button-wrapper .button-white:hover {
    background-color: transparent;
    color: #f6faff;
  }
}

#design-products .button-wrapper .button-outline {
  background-color: transparent;
  color: #f6faff;
}

@media (hover: hover) and (pointer: fine) {
  #design-products .button-wrapper .button-outline:hover {
    background: #f6faff;
    color: #3578ea;
  }
}

@media (max-width: 767.98px) {
  #design-products .button-wrapper .button-outline {
    font-weight: 500;
  }
}

/* -- DESIGN PRODUCTS CSS END -- */
/*#region Design-area Start*/
#design-area {
  padding: 70px 0;
}

@media (max-width: 1024px) {
  #design-area {
    padding: 50px 0;
  }
}


#design-area .design-content-boxs-item {
  padding: 16px;
  border-bottom: 1px solid #E8E9EA;
}

#design-area .design-content-boxs-item .title {
  color: #1C244B;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 29.6px;
  text-transform: capitalize;
  position: relative;
  cursor: pointer;
  padding-right: 35px;
}

@media (max-width: 1024px) {
  #design-area .design-content-boxs-item .title {
    font-size: 16px;
    line-height: 24px;
  }
}

#design-area .design-content-boxs-item .title::before {
  content: url('data:image/svg+xml;charset=utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M19.9181 8.94922L13.3981 15.4692C12.6281 16.2392 11.3681 16.2392 10.5981 15.4692L4.07812 8.94922" stroke="%23666666" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/> </svg>');
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
}

#design-area .design-content-boxs-item-content {
  height: 0;
  overflow: hidden;
  transition: all 0.3s ease;
}

#design-area .design-content-boxs-item-content .subtitle {
  color: #354156;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 19.6px;
  margin: 16px 0;
}

#design-area .design-content-boxs-item-content .cards {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

@media only screen and (max-width: 992px) {
  #design-area .design-content-boxs-item-content .cards {
    gap: 4px;
  }
}

#design-area .design-content-boxs-item-content .cards-item {
  padding: 12px;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #E8E9EA;
  width: calc((100% - 16px * 4) / 5);
}

@media only screen and (max-width: 992px) {
  #design-area .design-content-boxs-item-content .cards-item {
    width: calc((100% - 4px) / 2);
    padding: 10px;
  }
}

#design-area .design-content-boxs-item-content .cards-item-photo {
  /* height         : 210px; */
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #E8E9EA;
  border-radius: 2px;
}

#design-area .design-content-boxs-item-content .cards-item-photo img {
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
}

#design-area .design-content-boxs-item-content .cards-item-text {
  margin-top: 16px;
  text-align: center;
}

#design-area .design-content-boxs-item-content .cards-item-text-title {
  color: #354156;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 25.2px;
}

#design-area .design-content-boxs-item-content .cards-item-text-desc {
  color: #354156;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 19.6px;
  margin-top: 16px;
}

#design-area .design-content-boxs-item.active {
  background-color: #F3F8FF;
  border-radius: 8px;
  border: 1px solid #F4F5F6;
}

#design-area .design-content-boxs-item.active .design-content-boxs-item-content {
  height: auto;
}

#design-area .design-content-boxs-item.active .title {
  color: #3578EA;
}

#design-area .design-content-boxs-item.active .title::before {
  content: url('data:image/svg+xml;charset=utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M19.9181 8.94922L13.3981 15.4692C12.6281 16.2392 11.3681 16.2392 10.5981 15.4692L4.07812 8.94922" stroke="%233578EA" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/> </svg>');
  transform: translateY(-50%) rotate(180deg);
}

/*#endregion Design-area End */
/*TABLE CSS -- */
.service-table {
  padding: 70px 0;
  overflow-x: auto;
  background-color: #F6FAFF;
}

.service-table::-webkit-scrollbar-track {
  background: transparent !important;
}

.service-table::-webkit-scrollbar-thumb {
  background: transparent !important;
}

.service-table::-webkit-scrollbar {
  width: 12px;
  height: 5px;
}

@media (max-width: 1024px) {
  .service-table {
    padding: 50px 0;
  }
}

.service-table .section-title {
  color: #1C244B;
  text-align: center;
  font-family: Inter;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 12px !important;
}

.service-table .section-subtitle {
  max-width: 830px;
  /* color:  #17264; */
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22.4px;
  letter-spacing: -0.24px;
  margin: 0 auto 48px !important;
}

.service-table-container {
  width: 1310px;
  border-collapse: collapse;
  margin: 0 auto;
  table-layout: fixed;
}

th,
td {
  padding: 15px;
  text-align: left;
  border: 1px solid #E5E5E5;
  white-space: nowrap;
  vertical-align: middle;
}

th {
  background-color: #1C244B;
  color: #FFF;
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 35.52px;
}

th:nth-child(1) {
  width: 25%;
}

th:nth-child(2) {
  width: 30%;
}

th:nth-child(3) {
  width: 45%;
}

td:nth-child(1) {
  color: #1C244B;
  background-color: #fff;
  font-family: Geologica, sans-serif !important;
  font-size: 16px;
  font-weight: 600;
  line-height: 23.68px;
  width: 25%;
}

td:nth-child(2) {
  background-color: #FCFCFC;
  color: #666;
  font-family: Geologica, sans-serif !important;
  font-size: 16px;
  font-weight: 600;
  line-height: 23.68px;
  width: 30%
}

td:nth-child(3) {
  background-color: #F0F4FF;
  color: #666;
  font-family: Geologica, sans-serif !important;
  font-size: 16px;
  font-weight: 600;
  line-height: 23.68px;
  width: 45%
}

td img {
  display: inline-block;
  vertical-align: middle;
  max-height: 24px;
  margin-right: 8px;
}

@media (max-width: 768px) {
  .service-table-container {
    width: 1200px;
  }

  .service-table .title {
    font-size: 28px;
    font-weight: 600;
  }

  td {
    font-size: 14px;
    padding: 10px;
  }

  th:nth-child(2) {
    width: 27%;
  }

  th:nth-child(3) {
    width: 48%;
  }

  td:nth-child(2) {
    width: 27%;
  }

  td:nth-child(3) {
    width: 48%;
  }
}

/* TABLE CSS END-- */
/*#region Faq Start*/
#faq.faq {
  padding: 70px 0;
  background: #F3F8FF;
}

@media (max-width: 1024px) {
  #faq.faq {
    padding: 50px 0;
  }
}

#faq.faq ul {
  list-style: none;
}

#faq.faq .section-wrapper {
  max-width: 1440px;
  padding: 0 64px;
  margin: 0 auto;
}

@media (max-width: 1280px) {
  #faq.faq .section-wrapper {
    padding: 0 24px;
  }
}

@media (max-width: 1024px) {
  #faq.faq .section-wrapper {
    padding: 0 16px;
  }
}

#faq.faq .section-wrapper .faq-container {
  width: 80%;
  margin: 0 auto;
}

@media (max-width: 1280px) {
  #faq.faq .section-wrapper .faq-container {
    width: 100%;
  }
}

@media (max-width: 1024px) {
  #faq.faq .section-wrapper .faq-container {
    padding: 0;
    padding-top: 32px;
    max-width: 625px;
  }
}

@media (min-width: 0) {
  #faq.faq .section-wrapper .faq-container {
    padding-top: 24px;
    max-width: 100%;
  }
}

#faq.faq .section-wrapper .faq-container .section-title {
  font-size: 36px;
  margin-bottom: 24px;
  text-align: center;
  width: 72%;
  font-family: "Geologica", sans-serif !important;
  margin: 0 auto 30px;
  line-height: normal;
}

@media (max-width: 1024px) {
  #faq.faq .section-wrapper .faq-container .section-title {
    font-size: 24px;
    line-height: 34px;
  }
}

@media (min-width: 0) {
  #faq.faq .section-wrapper .faq-container .section-title {
    display: none;
  }
}

#faq.faq .section-wrapper .faq-container .mob-v {
  display: none;
}

@media (min-width: 0) {
  #faq.faq .section-wrapper .faq-container .mob-v {
    display: block;
    color: #1c244b;
    font-family: "Geologica", sans-serif !important;
    font-size: 28px;
    font-weight: 600;
    line-height: normal;
    text-align: center;
  }
}

#faq.faq .section-wrapper .faq-container .section-subtitle {
  display: none;
}

@media (min-width: 0) {
  #faq.faq .section-wrapper .faq-container .section-subtitle {
    display: block;
    color: #213343;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-top: 14px;
    margin-bottom: 24px;
  }
}

#faq.faq .section-wrapper .faq-container .tab-item {
  border-radius: 4px;
  border-bottom: 1px solid #E8E9EA;
  padding: 16px 0;
}

#faq.faq .section-wrapper .faq-container .tab-item:last-of-type {
  margin-bottom: 0;
  border-bottom: 0px;
  padding-bottom: 0px;
}

#faq.faq .section-wrapper .faq-container .tab-item:first-of-type {
  padding-top: 0px;
}

#faq.faq .section-wrapper .faq-container .tab-item .tab-title {
  color: #353535;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  position: relative;
  cursor: pointer;
  padding-left: 33px;
}

#faq.faq .section-wrapper .faq-container .tab-item .tab-title::before {
  content: url('data:image/svg+xml;charset=utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M11.9199 22C17.4199 22 21.9199 17.5 21.9199 12C21.9199 6.5 17.4199 2 11.9199 2C6.41992 2 1.91992 6.5 1.91992 12C1.91992 17.5 6.41992 22 11.9199 22Z" stroke="%23666666" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M7.91992 12H15.9199" stroke="%23666666" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.3s;
}

#faq.faq .section-wrapper .faq-container .tab-item .tab-title::after {
  content: '';
  position: absolute;
  top: 7px;
  left: 11px;
  height: 10px;
  width: 1.5px;
  transform-origin: center;
  background-color: #666666be;
  border-radius: 2px;
  transition: all 0.3s;
  transform: rotate(0deg);
}

@media (max-width: 1024px) {
  #faq.faq .section-wrapper .faq-container .tab-item .tab-title {
    font-size: 16px;
    line-height: 26px;
  }

  #faq.faq .section-wrapper .faq-container .tab-item .tab-title::before,
  #faq.faq .section-wrapper .faq-container .tab-item .tab-title::after {
    right: 0px;
  }
}

#faq.faq .section-wrapper .faq-container .tab-item .tab-content {
  max-height: 0;
  overflow: hidden;
  color: #475467;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  transition: margin 0.3s;
  padding-left: 33px;
}

#faq.faq .section-wrapper .faq-container .tab-item .tab-content a {
  color: #3578ea;
  text-decoration: underline !important;
}

#faq.faq .section-wrapper .faq-container .tab-item .tab-content ul {
  list-style-type: decimal;
  padding-left: 30px;
  margin: 16px 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

#faq.faq .section-wrapper .faq-container .tab-item .tab-content ul ul {
  list-style-type: circle;
}

#faq.faq .section-wrapper .faq-container .tab-item.active>.tab-title::before {
  content: url('data:image/svg+xml;charset=utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M11.9199 22C17.4199 22 21.9199 17.5 21.9199 12C21.9199 6.5 17.4199 2 11.9199 2C6.41992 2 1.91992 6.5 1.91992 12C1.91992 17.5 6.41992 22 11.9199 22Z" stroke="%233578EA" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M7.91992 12H15.9199" stroke="%233578EA" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}

#faq.faq .section-wrapper .faq-container .tab-item.active>.tab-title::after {
  transform: rotate(90deg);
  background-color: #3578ea;
}

#faq.faq .section-wrapper .faq-container .tab-item.active>.tab-title {
  font-weight: 500;
}

@media (min-width: 0) {
  #faq.faq .section-wrapper .faq-container .tab-item.active>.tab-title {
    border-bottom: none;
  }
}

#faq.faq .section-wrapper .faq-container .tab-item.active {
  max-height: unset;
}

#faq.faq .section-wrapper .faq-container .tab-item.active>.tab-content {
  margin-top: 16px;
}

@media (max-width: 0) {
  #faq.faq .section-wrapper .faq-container .tab-item.active>.tab-content {
    margin: 8px 0 16px;
  }
}

#faq.faq .section-wrapper .section-img {
  width: 45%;
  padding-left: 50px;
  height: 400px;
}

@media (max-width: 1024px) {
  #faq.faq .section-wrapper .section-img {
    width: 100%;
    max-width: 100%;
    padding: 0;
  }
}

@media (min-width: 0) {
  #faq.faq .section-wrapper .section-img {
    height: 320px;
  }
}

#faq.faq .section-wrapper .section-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  border-radius: 8px;
}

#faq.faq .order {
  display: flex;
  width: 100%;
  border-bottom: 5px solid #E8E9EA;
  position: relative;
}

@media only screen and (min-width: 0) {
  #faq.faq .order {
    display: none;
  }
}

#faq.faq .order::before {
  content: '';
  height: 5px;
  width: calc(100% / 3);
  background-color: #3578EA;
  position: absolute;
  bottom: -5px;
  left: var(--before-left, 0);
  transition: left 0.3s ease;
}

#faq.faq .order-type {
  width: calc(100% / 3);
  padding: 15px 0;
  color: #7E899B;
  font-family: Inter;
  font-size: 17px;
  font-weight: 500;
  display: flex;
  justify-content: center;
  gap: 11px;
  cursor: pointer;
  transition: all 0.8s ease;
}

#faq.faq .order-type.active {
  color: #003CA3;
}

#faq.faq .order-type.active svg {
  fill: #3578EA;
}

#faq.faq .order-type.active svg path {
  fill: #3578EA;
}

#faq.faq .faq {
  padding: 16px;
  background-color: #F6F9FC;
  border-radius: 4px;
  overflow: hidden;
}

@media only screen and (max-width: 992px) {
  #faq.faq .faq {
    background-color: transparent;
    padding: 0;
  }
}

#faq.faq .faq-accordian {
  opacity: 0;
  height: 0;
  overflow: hidden;
  transition: opacity 0.8s ease;
  background-color: #fff;
  cursor: pointer;
}

@media only screen and (min-width: 0) {
  #faq.faq .faq-accordian {
    opacity: 1;
    height: auto;
    margin-bottom: 16px;
    border-radius: 4px;
    border: 1px solid #E1E1E1;
    padding: 16px 16px 0 16px;
  }

  #faq.faq .faq-accordian-text {
    border-radius: 4px;
    border: 0.5px solid #E8E9EA;
    background: #FFF;
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity 0.3s ease, max-height 0.1s ease;
    margin-top: 16px;
  }

  #faq.faq .faq-accordian ul {
    padding: 20px 16px;
  }
}

#faq.faq .faq-accordian .order-mob-item {
  display: flex;
  justify-content: flex-start;
  gap: 12px;
  align-items: center;
  position: relative;
}

#faq.faq .faq-accordian .order-mob-item p {
  color: #213343;
  font-size: 18px;
  font-weight: 500;
}

#faq.faq .faq-accordian .order-mob-item::before {
  content: url('data:image/svg+xml;charset=utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M11.9199 22C17.4199 22 21.9199 17.5 21.9199 12C21.9199 6.5 17.4199 2 11.9199 2C6.41992 2 1.91992 6.5 1.91992 12C1.91992 17.5 6.41992 22 11.9199 22Z" stroke="%23666666" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M7.91992 12H15.9199" stroke="%23666666" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  position: absolute;
  top: 50%;
  right: 0;
  transition: 0.3s;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
}

#faq.faq .faq-accordian .order-mob-item::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 11px;
  height: 11px;
  width: 2px;
  transform-origin: center;
  background-color: #666666cb;
  border-radius: 2px;
  transition: all 0.3s;
  transform: rotate(0deg) translate(0, -50%);
}

@media only screen and (max-width: none) {
  #faq.faq .faq-accordian .order-mob-item {
    display: none;
  }
}

#faq.faq .faq-accordian.active {
  opacity: 1;
  height: auto;
  padding: 20px;
}

@media only screen and (min-width: 0) {
  #faq.faq .faq-accordian.active {
    padding: 16px;
    background: #F6F9FC;
    border: 1px solid #3578EA;
  }

  #faq.faq .faq-accordian.active .order-mob-item {
    margin-bottom: 16px;
  }

  #faq.faq .faq-accordian.active .order-mob-item p {
    color: #3578EA;
  }

  #faq.faq .faq-accordian.active .order-mob-item::before {
    content: url('data:image/svg+xml;charset=utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M11.9199 22C17.4199 22 21.9199 17.5 21.9199 12C21.9199 6.5 17.4199 2 11.9199 2C6.41992 2 1.91992 6.5 1.91992 12C1.91992 17.5 6.41992 22 11.9199 22Z" stroke="%233578EA" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M7.91992 12H15.9199" stroke="%233578EA" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  }

  #faq.faq .faq-accordian.active .order-mob-item::after {
    transform: translate(0, -50%) rotate(90deg);
    background-color: #3578ea;
  }

  #faq.faq .faq-accordian.active .faq-accordian-text {
    max-height: 100vh;
    opacity: 1;
  }
}

/*#endregion Faq End */
/*#region CITY BLOG start*/
.service-blog {
  padding: 70px 0;
  background-color: #fff;
}

@media only screen and (max-width: 768px) {
  .service-blog {
    padding: 50px 0;
  }
}

.service-blog .blog-container {
  overflow-x: auto;
}

.service-blog .blog-container::-webkit-scrollbar-track {
  background: transparent !important;
}

.service-blog .blog-container::-webkit-scrollbar-thumb {
  background: transparent !important;
}

.service-blog .blog-container::-webkit-scrollbar {
  width: 12px;
  height: 5px;
}

.service-blog .section-title {
  font-family: "Geologica", sans-serif !important;
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px !important;
  color: #1C244B;
}

@media only screen and (max-width: 768px) {
  .service-blog .section-title {
    font-size: 28px;
    font-weight: 600;
  }
}

.service-blog .blog-boxs {
  display: flex;
  gap: 16px;
}

.service-blog .blog-boxs-item {
  min-width: 316px;
  border-radius: 4px;
  border: 1px solid #e8e9ea;
  background: #fff;
  box-shadow: 0px 9px 26px 0px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  max-width: calc((100% - 3 * 16px) / 4);
}

@media only screen and (max-width: 768px) {
  .service-blog .blog-boxs-item {
    min-width: 284px;
  }
}

.service-blog .blog-boxs-item .photo {
  width: 100%;
  height: 210px;
}

.service-blog .blog-boxs-item .photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-blog .blog-boxs-item .text {
  padding: 15px;
}

.service-blog .blog-boxs-item .text .title {
  color: #1c244b;
  font-size: 17px;
  font-weight: 600;
  line-height: 25.16px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-clamp: 1;
  -webkit-line-clamp: 1;
}

.service-blog .blog-boxs-item .text .desc {
  margin: 10px 0;
  color: #1c244b;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 25.16px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-clamp: 2;
  -webkit-line-clamp: 2;
}

.service-blog .blog-boxs-item .text a {
  color: #3578ea;
  font-size: 14px;
  font-weight: 500;
  line-height: 20.72px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

/*#endregion CITY BLOG end*/
#service-design-product {
  padding: 70px 0;
  background: #fff;
}

@media (max-width: 1024px) {
  #service-design-product {
    padding: 50px 0;
  }
}

@media (max-width: 767.98px) {
  #service-design-product {
    padding-bottom: 30px;
  }
}

#service-design-product {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 767.98px) {
  #service-design-product {
    flex-direction: column-reverse;
  }
}

@media (max-width: 1024px) and (min-width: 767.98px) {

  #service-design-product .content,
  #service-design-product .photo {
    width: calc(50% - 28px);
  }
}

@media (min-width: 1025px) {
  #service-design-product .content {
    width: 50%;
  }
}

#service-design-product .content .title-wrapper .section-title {
  color: #1C244B;
  font-family: Inter !important;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 16px;
}

@media (max-width: 767.98px) {

  #service-design-product .content .title-wrapper .section-title,
  #service-design-product .content .title-wrapper .section-subtitle {
    text-align: center;
  }

  #service-design-product .content .title-wrapper .section-title {
    font-size: 28px;
    font-weight: 600;
  }
}

#service-design-product .content .button-wrapper {
  display: flex;
  gap: 16px;
  margin-top: 32px;
}

@media (max-width: 767.98px) {
  #service-design-product .content .button-wrapper {
    flex-direction: column;
    max-width: 350px;
    margin: 32px auto 0;
  }
}

#service-design-product .content .button-wrapper .button-blue,
#service-design-product .content .button-wrapper .btn-blue-outline {
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
  padding: 10px 50px;
  text-align: center;
}

@media (max-width: 1024px) and (min-width: 767.98px) {

  #service-design-product .content .button-wrapper .button-blue,
  #service-design-product .content .button-wrapper .button-outline {
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    padding: 6px 16px;
  }
}

@media (max-width: 767.98px) {

  #service-design-product .content .button-wrapper .button-blue,
  #service-design-product .content .button-wrapper .button-outline {
    font-size: 18px;
    line-height: 30px;
  }
}

#service-design-product .content .google-reviews {
  margin-top: 8px;
}

@media (max-width: 767.98px) {
  #service-design-product .content .google-reviews {
    margin-top: 12px;
  }
}

#service-design-product .content .google-reviews .ti-widget>.ti-widget-container {
  display: flex;
}

@media (max-width: 767.98px) {
  #service-design-product .content .google-reviews .ti-widget>.ti-widget-container {
    justify-content: center;
  }
}

#service-design-product .content .google-reviews .ti-widget>.ti-widget-container>.ti-header {
  padding: 20px 0;
}

@media (min-width: 768px) {
  #service-design-product .content .google-reviews .ti-widget>.ti-widget-container>.ti-header {
    flex-wrap: nowrap !important;
  }
}

#service-design-product .photo {
  border-radius: 4px;
  overflow: hidden;
}

@media (min-width: 1025px) {
  #service-design-product .photo {
    width: calc(50% - 100px);
  }
}

@media (max-width: 767.98px) {
  #service-design-product .photo {
    margin-bottom: 32px;
  }
}

#service-design-product .photo img {
  width: 100%;
  object-fit: contain;
}

@media only screen and (max-width:1024px) and (min-width:767.98px) {
  #embroidery-intro .section-wrapper {
    display: grid !important;
    grid-template-areas:
      "a"
      "b"
      "c" !important;
    grid-template-columns: 1fr !important;
    gap: 0px !important;
  }

  h1.mob-title {
    grid-area: b !important;
    font-size: 50px !important;
    font-weight: 600 !important;
    line-height: 60px !important;
    color: #353535 !important;
    font-family: "Poppins", sans-serif !important;
    text-align: center !important ;
    padding-top: 32px !important;
    padding-bottom: 18px !important;
  }
}


@media only screen and (min-width:1024px) {
  #embroidery-intro .section-wrapper {
    display: grid !important;
    grid-template-areas: "a b" "a c" !important;
    grid-template-columns: 45% 55% !important;
    column-gap: 66px;

  }

  .intro-content {
    grid-area: c !important;
  }

  .intro-video {
    grid-area: a !important;


  }

  h1.mob-title {
    grid-area: b !important;
     font-size: 56px !important;
    font-weight: 700 !important;
    line-height: 60px !important;
    color: #353535 !important;
    font-family: "Poppins", sans-serif !important;
    padding-bottom: 32px !important;

  }
}