/* PAGE CSS */
#custom-polo-shirts a {
  text-decoration: none;
}

#custom-polo-shirts ul,
#custom-polo-shirts li {
  list-style: none;
}

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

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

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

#custom-polo-shirts .section-title {
  color: #1c244b;
  font-size: 36px;
  font-weight: 600;
  line-height: 53px;
}

@media (max-width: 1024px) {
  #custom-polo-shirts .section-title {
    font-size: 24px;
    line-height: 36px;
  }
}

@media (max-width: 767.98px) {
  #custom-polo-shirts .section-title {
    font-size: 32px;
    font-weight: 700;
    line-height: normal;
  }
}

#custom-polo-shirts .secondary-title {
  color: #1c244b;
  font-size: 32px;
  font-weight: 700;
  line-height: 51px;
}

@media (min-width: 767.98px) and (max-width: 1024px) {
  #custom-polo-shirts .secondary-title {
    font-size: 24px;
    font-weight: 600;
    line-height: 38px;
  }
}

@media (max-width: 767.98px) {
  #custom-polo-shirts .secondary-title {
    line-height: 45px;
  }
}

#custom-polo-shirts .section-subtitle {
  color: #172640;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  margin-top: 14px;
}

@media (max-width: 767.98px) {
  #custom-polo-shirts .section-subtitle {
    margin-top: 10px;
  }
}

#custom-polo-shirts .button-blue,
#custom-polo-shirts .button-outline {
  font-size: 20px;
  font-weight: 600;
  line-height: 22px;
  min-height: 52px;
  border-radius: 26px;
  max-width: 100%;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 1024px) {
  #custom-polo-shirts .button-blue,
  #custom-polo-shirts .button-outline {
    line-height: 20px;
  }
}

@media (max-width: 767.98px) {
  #custom-polo-shirts .button-blue,
  #custom-polo-shirts .button-outline {
    line-height: 24px;
  }
}

#custom-polo-shirts .button-blue {
  box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.04);
}

@media (hover: hover) and (pointer: fine) {
  #custom-polo-shirts .button-blue:hover {
    background: #1764e9;
    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);
  }
}

#custom-polo-shirts .button-outline {
  background-color: #fff;
  box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.02);
}

@media (hover: hover) and (pointer: fine) {
  #custom-polo-shirts .button-outline:hover {
    background-color: #3578ea !important;
  }
}

#custom-polo-shirts #landing-g_reviews {
  background: #fff;
}

/* END OF PAGE CSS */

/* INTRO CSS */
#polo-shirts-intro {
  background-image: url("/uploads/12037607/File/deco/custom-polo-shirts/assets/grey-wp.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}

@media (max-width: 1024px) {
  #polo-shirts-intro {
    background-image: unset;
  }

  #polo-shirts-intro .section-wrapper {
    padding: 0 !important;
  }
}

@media (max-width: 767.98px) {
  #polo-shirts-intro {
    padding: 16px 0px 0px;
  }
}

#polo-shirts-intro .intro_wrapper {
  display: flex;
}

@media (max-width: 1024px) {
  #polo-shirts-intro .intro_wrapper {
    flex-direction: column-reverse;
    padding: 0 16px;
  }
}

@media (max-width: 767.98px) {
  #polo-shirts-intro .intro_wrapper {
    padding-bottom: 50px;
  }
}

#polo-shirts-intro .intro_wrapper .title {
  color: #1c244b;
  font-size: 56px;
  font-weight: 900;
  line-height: 72px;
  margin-bottom: 24px;
}

@media (max-width: 1024px) {
  #polo-shirts-intro .intro_wrapper .title {
    text-align: center;
    font-size: 40px;
  }
}

@media (max-width: 767.98px) {
  #polo-shirts-intro .intro_wrapper .title {
    font-size: 30px;
    line-height: normal;
    margin-bottom: 0px;
  }
}

#polo-shirts-intro .intro_wrapper .google-reviews {
  margin-top: 10px;
}

@media (max-width: 1024px) {
  #polo-shirts-intro .intro_wrapper .google-reviews {
    margin-bottom: 10px;
  }
}

@media (max-width: 767.98px) {
  #polo-shirts-intro .intro_wrapper .google-reviews {
    margin: 0;
  }
}

#polo-shirts-intro
  .intro_wrapper
  .google-reviews
  .ti-widget
  > .ti-widget-container {
  display: flex;
}

@media (max-width: 1024px) {
  #polo-shirts-intro
    .intro_wrapper
    .google-reviews
    .ti-widget
    > .ti-widget-container {
    justify-content: center;
  }
}

#polo-shirts-intro
  .intro_wrapper
  .google-reviews
  .ti-widget
  > .ti-widget-container
  > .ti-header {
  padding: 20px 0;
}

@media (min-width: 768px) {
  #polo-shirts-intro
    .intro_wrapper
    .google-reviews
    .ti-widget
    > .ti-widget-container
    > .ti-header {
    flex-wrap: nowrap !important;
  }
}

#polo-shirts-intro .intro_wrapper .intro-photo {
  width: 567px;
  display: flex;
}

@media (max-width: 1200px) {
  #polo-shirts-intro .intro_wrapper .intro-photo {
    width: 500px;
  }
}

@media (max-width: 1024px) {
  #polo-shirts-intro .intro_wrapper .intro-photo {
    width: 100%;
    background-image: url("/uploads/12037607/File/deco/custom-polo-shirts/assets/grey-wp.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 32px;
  }
}

@media (max-width: 767.98px) {
  #polo-shirts-intro .intro_wrapper .intro-photo {
    margin-bottom: 0;
  }
}

#polo-shirts-intro .intro_wrapper .intro-photo img {
  width: 100%;
  object-fit: cover;
  object-position: top;
  border-radius: 4px;
}

@media (max-width: 1024px) {
  #polo-shirts-intro .intro_wrapper .intro-photo img {
    height: 352px;
    object-fit: contain;
  }
}

@media (max-width: 767.98px) {
  #polo-shirts-intro .intro_wrapper .intro-photo img {
    height: 278px;
  }
}

#polo-shirts-intro .intro_wrapper .intro-content {
  width: calc(100% - 567px);
  /* padding: 94px 78px 0 0; */
  margin-bottom: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media (max-width: 1200px) {
  #polo-shirts-intro .intro_wrapper .intro-content {
    width: calc(100% - 500px);
    padding-right: 58px;
    padding-top: 70px;
  }
}

@media (max-width: 1024px) {
  #polo-shirts-intro .intro_wrapper .intro-content {
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }
}

#polo-shirts-intro .intro_wrapper .intro-content .intro-features {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  margin-bottom: 28px;
  gap: 12px;
}

@media (min-width: 768px) and (max-width: 1024px) {
  #polo-shirts-intro .intro_wrapper .intro-content .intro-features {
    flex-direction: row;
    width: 674px;
    max-width: 100%;
    justify-content: space-between;
    margin: 0 auto 40px;
  }
}

@media (max-width: 767.98px) {
  #polo-shirts-intro .intro_wrapper .intro-content .intro-features {
    max-width: 280px;
    width: calc(100% - 52px);
    border-radius: 8px;
    border: 1px solid #e6e8ea;
    background: #fff;
    padding: 16px 13px;
    box-shadow: 0px 9px 26px 0px rgba(0, 0, 0, 0.05);
    margin: -34px auto 36px;
  }
}

#polo-shirts-intro .intro_wrapper .intro-content .intro-features .feature {
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  position: relative;
  padding-left: 28px;
  color: #353535;
}

@media (max-width: 1024px) {
  #polo-shirts-intro .intro_wrapper .intro-content .intro-features .feature {
    color: #1c244b;
    font-size: 17px;
    line-height: 27px;
    padding-left: 32px;
  }
}

@media (max-width: 767.98px) {
  #polo-shirts-intro .intro_wrapper .intro-content .intro-features .feature {
    font-size: 20px;
    line-height: 24px;
    padding-left: 28px;
  }
}

#polo-shirts-intro
  .intro_wrapper
  .intro-content
  .intro-features
  .feature:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background-image: url("/uploads/12037607/File/deco/emb-page/assets/icons/brown-tick.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 16px;
  height: 16px;
}

@media (min-width: 768px) and (max-width: 1024px) {
  #polo-shirts-intro
    .intro_wrapper
    .intro-content
    .intro-features
    .feature:before {
    background-image: url("/uploads/12037607/File/deco/emb-page/assets/icons/olive-check.svg");
    width: 28px;
    height: 28px;
  }
}

@media (max-width: 767.98px) {
  #polo-shirts-intro
    .intro_wrapper
    .intro-content
    .intro-features
    .feature:before {
    background-image: url("/uploads/12037607/File/deco/emb-page/assets/icons/dark-blue-tick.svg");
  }
}

#polo-shirts-intro .intro_wrapper .intro-content .button-wrapper {
  display: flex;
  align-items: center;
  gap: 16px;
}

@media (max-width: 1024px) {
  #polo-shirts-intro .intro_wrapper .intro-content .button-wrapper {
    justify-content: center;
  }
}

@media (max-width: 767.98px) {
  #polo-shirts-intro .intro_wrapper .intro-content .button-wrapper {
    flex-direction: column;
  }

  #polo-shirts-intro .intro_wrapper .intro-content .button-wrapper a {
    width: 292px !important;
    max-width: 100%;
  }
}

#polo-shirts-intro .intro_wrapper .intro-content .button-blue {
  width: 273px;
  padding: 13px 4px;
}

#polo-shirts-intro .intro_wrapper .intro-content .button-outline {
  width: 216px;
  padding: 13px 4px;
}

@media (max-width: 1024px) {
  #polo-shirts-intro .intro_wrapper .intro-content .button-outline {
    width: 196px;
  }
}

#polo-shirts-intro .delivery-options-container {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  width: calc(100% - 128px);
  z-index: 4;
  max-width: 1440px;
}

@media (max-width: 1280px) {
  #polo-shirts-intro .delivery-options-container {
    width: calc(100% - 48px);
  }
}

@media (max-width: 1024px) {
  #polo-shirts-intro .delivery-options-container {
    width: 100%;
    background: #f6faff;
    padding: 24px 16px;
    position: unset;
    transform: unset;
  }
}

@media (max-width: 767.98px) {
  #polo-shirts-intro .delivery-options-container {
    padding: 40px 16px 32px;
    position: relative;
    transform: unset;
    left: unset;
    width: 100%;
  }
}

#polo-shirts-intro .delivery-options-container .delivery-title {
  color: #1c244b;
  font-size: 30px;
  font-weight: 700;
  line-height: 42px;
  text-transform: capitalize;
  text-align: center;
  margin-bottom: 16px;
}

@media (min-width: 767.98px) {
  #polo-shirts-intro .delivery-options-container .delivery-title {
    display: none;
  }
}

#polo-shirts-intro .delivery-options-container .delivery-options {
  background: #fff;
  border: 1px solid #e8e9ea;
  box-shadow: 0px 9px 26px rgba(0, 0, 0, 0.05);
  border-radius: 6px;
  padding: 10px 0;
  display: flex;
}

@media (max-width: 1024px) {
  #polo-shirts-intro .delivery-options-container .delivery-options {
    padding: 7px 0;
    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) {
  #polo-shirts-intro .delivery-options-container .delivery-options {
    background: transparent;
    flex-direction: column;
    border: none;
    border-radius: 0;
    padding: 0;
    box-shadow: none;
  }
}

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

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

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

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

@media (max-width: 767.98px) {
  #polo-shirts-intro
    .delivery-options-container
    .delivery-options
    .delivery-opt:not(:last-child) {
    border-bottom: 1px solid #f4f5f7;
    border-right: none;
  }
}

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

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

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

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

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

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

#polo-shirts-intro
  .delivery-options-container
  .delivery-options
  .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) {
  #polo-shirts-intro
    .delivery-options-container
    .delivery-options
    .delivery-opt
    .content
    .title {
    font-size: 12px;
    line-height: 17px;
    margin-bottom: 5px;
  }
}

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

@media (max-width: 1024px) and (min-width: 767.98px) {
  #polo-shirts-intro
    .delivery-options-container
    .delivery-options
    .delivery-opt
    .content
    .detail {
    font-size: 10px;
    line-height: 12px;
  }
}

@media (max-width: 767.98px) {
  #polo-shirts-intro
    .delivery-options-container
    .delivery-options
    .delivery-opt
    .content
    .detail {
    font-size: 16px;
    line-height: 19px;
  }
}

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

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

@media (max-width: 1024px) and (min-width: 767.98px) {
  #polo-shirts-intro
    .delivery-options-container
    .delivery-options
    .delivery-opt
    .content
    .detail
    a {
    font-size: 10px;
    line-height: 12px;
  }
}

@media (max-width: 767.98px) {
  #polo-shirts-intro
    .delivery-options-container
    .delivery-options
    .delivery-opt
    .content
    .detail
    a {
    font-size: 16px;
    line-height: 19px;
  }
}

/* END OF INTRO CSS */

/* PRODUCTS CSS */
.polo-shirts-products {
  padding: 142px 0 70px;
}

@media (max-width: 1024px) {
  .polo-shirts-products {
    padding: 50px 0;
  }

  .polo-shirts-products .section-wrapper {
    padding: 0 !important;
  }
}

.polo-shirts-products .section-title {
  padding: 0 16px;
}

.polo-shirts-products .section-subtitle {
  margin-bottom: 36px;
  padding: 0 16px;
}

@media (min-width: 767.98px) and (max-width: 1024px) {
  .polo-shirts-products .section-subtitle {
    margin-bottom: 38px;
  }
}

.polo-shirts-products .product-card-container {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  column-gap: 18px;
  padding-bottom: 32px;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

@media (max-width: 1024px) {
  .polo-shirts-products .product-card-container {
    padding: 0 16px 24px;
    grid-template-columns: repeat(5, minmax(248px, 20%));
    overflow-x: auto;
    column-gap: 24px;
  }
}

@media (max-width: 767.98px) {
  .polo-shirts-products .product-card-container {
    column-gap: 18px;
    padding-bottom: 28px;
  }
}

.polo-shirts-products .product-card-container::-webkit-scrollbar {
  display: none;
}

.polo-shirts-products .product-card-container .product-card {
  border-radius: 4px;
  border: 1px solid #f4f5f6;
  background: #fff;
  box-shadow: 0px 9px 26px 0px rgba(0, 0, 0, 0.05);
  transition: all 0.3s;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

@media (hover: hover) and (pointer: fine) {
  .polo-shirts-products .product-card-container .product-card:hover {
    border: 1px solid #3578ea;
  }
}

.polo-shirts-products .product-card-container .product-card .prod-card-header {
  border-bottom: 1px solid #e8e9ea;
  display: flex;
}

.polo-shirts-products
  .product-card-container
  .product-card
  .prod-card-header
  img {
  max-width: 100%;
  width: 100%;
}

.polo-shirts-products .product-card-container .product-card .prod-card-content {
  padding: 16px 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
}

@media (max-width: 767.98px) {
  .polo-shirts-products
    .product-card-container
    .product-card
    .prod-card-content {
    padding: 12px 10px 16px;
  }
}

.polo-shirts-products
  .product-card-container
  .product-card
  .prod-card-content
  .product-info {
  margin-bottom: 23px;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .polo-shirts-products
    .product-card-container
    .product-card
    .prod-card-content
    .product-info {
    margin-bottom: 20px;
  }
}

.polo-shirts-products
  .product-card-container
  .product-card
  .prod-card-content
  .product-info
  .brand-name {
  color: #0b1629;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  margin-bottom: 6px;
  transition: all 0.3s;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .polo-shirts-products
    .product-card-container
    .product-card
    .prod-card-content
    .product-info
    .brand-name {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 8px;
  }
}

.polo-shirts-products
  .product-card-container
  .product-card
  .prod-card-content
  .product-info
  .product-name {
  color: #172640;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 0;
}

.polo-shirts-products
  .product-card-container
  .product-card
  .prod-card-content
  .design-btn {
  width: 100%;
  padding: 7px;
  transition: all 0.3s;
  border-radius: 20px;
  border: 1px solid #3578ea;
  color: #3578ea;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-align: center;
}

@media (hover: hover) and (pointer: fine) {
  .polo-shirts-products
    .product-card-container
    .product-card
    .prod-card-content
    .design-btn:hover {
    color: #fff;
    background-color: #3578ea;
  }
}

.polo-shirts-products .browse-more-container {
  display: flex;
  align-items: center;
  border-radius: 4px;
  background: #e1e9fc;
  padding: 10px 18px;
}

@media (max-width: 1024px) {
  .polo-shirts-products .browse-more-container {
    width: calc(100% - 32px);
    margin: 0 auto;
    padding: 18px 16px;
  }
}

@media (max-width: 767.98px) {
  .polo-shirts-products .browse-more-container {
    padding: 14px 20px;
    flex-direction: column;
    justify-content: center;
  }
}

.polo-shirts-products .browse-more-container > img {
  margin-right: 12px;
}

@media (max-width: 767.98px) {
  .polo-shirts-products .browse-more-container > img {
    margin-right: 0;
    margin-bottom: 4px;
  }
}

.polo-shirts-products .browse-more-container .text {
  margin-right: auto;
  color: #1c244b;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

@media (max-width: 1024px) {
  .polo-shirts-products .browse-more-container .text {
    font-size: 13px;
  }
}

@media (max-width: 767.98px) {
  .polo-shirts-products .browse-more-container .text {
    margin: 0 auto 14px;
    font-size: 16px;
    text-align: center;
  }
}

.polo-shirts-products .browse-more-container .browse-more-btn {
  color: #3578ea;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  display: flex;
  align-items: center;
  gap: 7px;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .polo-shirts-products .browse-more-container .browse-more-btn {
    font-size: 14px;
  }

  .polo-shirts-products .browse-more-container .browse-more-btn img {
    width: 20px;
    height: 20px;
  }
}

#polo-shirts-print-products {
  background: #f6faff;
}

@media (min-width: 1025px) {
  #polo-shirts-print-products {
    padding: 70px 0;
  }
}

/* END OF PRODUCTS CSS */

/* GOOGLE REVIEWS CSS */
#landing-g_reviews {
  padding: 50px 0;
  background: #f6faff;
}

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

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

#landing-g_reviews .button-blue {
  width: 242px;
  max-width: 100%;
  margin: 0 auto;
  color: #fff;
}

@media (max-width: 1024px) {
  #landing-g_reviews .button-blue {
    width: 265px;
  }
}

@media (max-width: 767.98px) {
  #landing-g_reviews .button-blue {
    width: 328px;
  }
}

/* END OF GOOGLE REVIEWS CSS */

/* QUOTE CSS */
.landing-quote {
  background: linear-gradient(90deg, #090b32 -6.94%, #071727 100%);
  padding: 62px 0;
}

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

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

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

.landing-quote .title-wrapper .quote-title {
  color: #1c244b;
  font-size: 24px;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 10px;
}

@media (max-width: 767.98px) {
  .landing-quote .title-wrapper .quote-title {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 24px;
  }
}

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

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

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

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

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

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

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

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

.landing-quote .quote-content-wrapper .quote-content .photo {
  position: absolute;
  right: 0;
  top: 30%;
}

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

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

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

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

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

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

@media (max-width: 767.98px) {
  .landing-quote .quote-content-wrapper .quote-content .title {
    font-size: 32px;
    line-height: 40px;
  }
}

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

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

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

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

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

.landing-quote .quote-content-wrapper .quote-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) {
  .landing-quote .quote-content-wrapper .quote-content .features-list {
    flex-direction: row;
    justify-content: center;
  }
}

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

.landing-quote .quote-content-wrapper .quote-content .features-list .feature {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  position: relative;
  padding-left: 46px;
  min-height: 32px;
  display: flex;
  align-items: center;
}

@media (min-width: 767.98px) and (max-width: 1024px) {
  .landing-quote .quote-content-wrapper .quote-content .features-list .feature {
    font-size: 14px;
    padding-left: 38px;
    min-height: 24px;
  }
}

@media (max-width: 767.98px) {
  .landing-quote .quote-content-wrapper .quote-content .features-list .feature {
    font-size: 16px;
  }
}

.landing-quote
  .quote-content-wrapper
  .quote-content
  .features-list
  .feature:before {
  content: "";
  position: absolute;
  width: 32px;
  height: 32px;
  left: 0;
  top: 0;
  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) {
  .landing-quote
    .quote-content-wrapper
    .quote-content
    .features-list
    .feature:before {
    width: 24px;
    height: 24px;
    transform: unset;
  }
}

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

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

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

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

.landing-quote .quote-content-wrapper .quote-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;
}

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

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

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

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

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

.landing-quote
  .quote-content-wrapper
  .quote-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;
}

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

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

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

.landing-quote .quote-content-wrapper .quote-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) {
  .landing-quote .quote-content-wrapper .quote-form {
    width: 100%;
    max-width: 520px;
    padding: 24px 40px;
  }
}

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

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

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

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

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

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

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

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

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

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

.landing-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;
}

.landing-quote
  .quote-content-wrapper
  form
  .input-wrapper.upload-file
  label:hover {
  background: #3578ea;
  color: #fff;
}

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

.landing-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;
}

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

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

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

.landing-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;
}

.landing-quote .quote-content-wrapper form .input-wrapper input,
.landing-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;
}

.landing-quote .quote-content-wrapper form .input-wrapper input:focus,
.landing-quote .quote-content-wrapper form .input-wrapper textarea:focus {
  border-color: #3578ea;
}

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

@media (max-width: 767.98px) {
  .landing-quote .quote-content-wrapper form .input-wrapper input,
  .landing-quote .quote-content-wrapper form .input-wrapper textarea {
    background-color: #fff;
  }
}

.landing-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) {
  .landing-quote .quote-content-wrapper form .input-wrapper input {
    height: 52px;
  }
}

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

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

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

.landing-quote .quote-content-wrapper form .button-orange {
  padding: 10px;
  width: 100%;
  min-height: 52px;
  color: #fff;
  text-align: center;
  border-radius: 4px;
  border: 1px solid #ff551d;
  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;
}

.landing-quote .quote-content-wrapper form .button-orange span {
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
}

@media (max-width: 767.98px) {
  .landing-quote .quote-content-wrapper form .button-orange {
    border-radius: 26px;
    background: #3578ea;
    border: none;
  }
}

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

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

/* END OF QUOTE CSS */

/* POLO SHIRTS DESTINATION CSS */
#polo-shirts-destination {
  padding: 50px 0;
}

#polo-shirts-destination .section-wrapper {
  display: flex;
  align-items: center;
  gap: 68px;
}

@media (max-width: 1024px) {
  #polo-shirts-destination .section-wrapper {
    gap: 24px;
  }
}

@media (max-width: 767.98px) {
  #polo-shirts-destination .section-wrapper {
    flex-direction: column;
  }
}

#polo-shirts-destination .section-wrapper .section-photo {
  width: 45%;
  position: relative;
  overflow: hidden;
}

@media (max-width: 1024px) {
  #polo-shirts-destination .section-wrapper .section-photo {
    width: 48%;
  }
}

@media (max-width: 767.98px) {
  #polo-shirts-destination .section-wrapper .section-photo {
    width: 100%;
    max-width: 500px;
  }
}

#polo-shirts-destination .section-wrapper .section-photo img {
  width: 100%;
}

#polo-shirts-destination .section-wrapper .section-content {
  width: 55%;
}

@media (max-width: 1024px) {
  #polo-shirts-destination .section-wrapper .section-content {
    width: 52%;
  }
}

@media (max-width: 767.98px) {
  #polo-shirts-destination .section-wrapper .section-content {
    width: 100%;
  }
}

#polo-shirts-destination .section-wrapper .section-content .secondary-title {
  margin-bottom: 16px;
}

@media (max-width: 1024px) {
  #polo-shirts-destination
    .section-wrapper
    .section-content
    .secondary-title.v-mob {
    display: block !important;
  }

  #polo-shirts-destination
    .section-wrapper
    .section-content
    .secondary-title.v-desktop {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  #polo-shirts-destination .section-wrapper .section-content .secondary-title {
    margin-bottom: 24px;
  }
}

#polo-shirts-destination .section-wrapper .section-content .text {
  color: #354156;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 24px !important;
}

@media (max-width: 1024px) {
  #polo-shirts-destination .section-wrapper .section-content .text {
    font-size: 14px;
    line-height: 22px;
  }
}

@media (max-width: 767.98px) {
  #polo-shirts-destination .section-wrapper .section-content .text {
    line-height: 22px;
  }
}

#polo-shirts-destination .section-wrapper .section-content .buttons-wrapper {
  display: flex;
  align-items: center;
  gap: 16px;
}

@media (max-width: 767.98px) {
  #polo-shirts-destination .section-wrapper .section-content .buttons-wrapper {
    flex-direction: column;
    gap: 24px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  #polo-shirts-destination .section-wrapper .section-content .buttons-wrapper a,
  #polo-shirts-destination
    .section-wrapper
    .section-content
    .buttons-wrapper
    button {
    font-size: 16px;
    line-height: 22px;
    min-height: 44px;
    padding: 10px;
  }
}

#polo-shirts-destination
  .section-wrapper
  .section-content
  .buttons-wrapper
  a.button-blue,
#polo-shirts-destination
  .section-wrapper
  .section-content
  .buttons-wrapper
  button.button-blue {
  width: 273px;
}

@media (max-width: 767.98px) {
  #polo-shirts-destination
    .section-wrapper
    .section-content
    .buttons-wrapper
    a.button-blue,
  #polo-shirts-destination
    .section-wrapper
    .section-content
    .buttons-wrapper
    button.button-blue {
    width: 328px;
    max-width: 100%;
  }
}

#polo-shirts-destination
  .section-wrapper
  .section-content
  .buttons-wrapper
  a.button-outline,
#polo-shirts-destination
  .section-wrapper
  .section-content
  .buttons-wrapper
  button.button-outline {
  width: 196px;
  background: #fff;
}

@media (max-width: 767.98px) {
  #polo-shirts-destination
    .section-wrapper
    .section-content
    .buttons-wrapper
    a.button-outline,
  #polo-shirts-destination
    .section-wrapper
    .section-content
    .buttons-wrapper
    button.button-outline {
    width: 328px;
    max-width: 100%;
  }
}

/* END OF POLO SHIRTS DESTINATION CSS */

/* POLO SHIRTS WHY CHOOSE CSS */
#polo-shirts-why-choose {
  background: #f6faff;
  padding: 70px 0;
}

@media (max-width: 1024px) {
  #polo-shirts-why-choose {
    padding: 50px 0;
  }
}

#polo-shirts-why-choose .secondary-title {
  text-align: center;
  margin-bottom: 36px;
}

@media (max-width: 1024px) {
  #polo-shirts-why-choose .secondary-title {
    margin-bottom: 32px;
  }
}

@media (max-width: 767.98px) {
  #polo-shirts-why-choose .secondary-title {
    text-align: left;
    margin-bottom: 24px;
  }
}

#polo-shirts-why-choose .feature-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

@media (max-width: 1024px) {
  #polo-shirts-why-choose .feature-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: 1fr;
  }
}

@media (max-width: 767.98px) {
  #polo-shirts-why-choose .feature-list {
    grid-template-columns: minmax(0, 1fr);
    grid-auto-rows: 1fr;
  }
}

#polo-shirts-why-choose .feature-list .feature {
  border-radius: 4px;
  border: 1px solid #e8e9ea;
  background: #fff;
  box-shadow: 0px 9px 26px 0px rgba(0, 0, 0, 0.05);
  padding: 24px 20px;
  display: flex;
  align-items: center;
  flex-direction: column;
}

@media (max-width: 767.98px) {
  #polo-shirts-why-choose .feature-list .feature {
    padding: 16px 20px;
  }
}

#polo-shirts-why-choose .feature-list .feature .f-icon {
  width: 56px;
  height: 56px;
  margin-bottom: 10px;
}

#polo-shirts-why-choose .feature-list .feature .f-title {
  color: #1c244b;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 16px;
}

#polo-shirts-why-choose .feature-list .feature .f-content {
  color: #1c244b;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 0;
}

#polo-shirts-why-choose .button-outline {
  width: 290px;
  margin: 32px auto 0;
}

@media (min-width: 767.98px) and (max-width: 1024px) {
  #polo-shirts-why-choose .button-outline {
    width: 230px;
    min-height: 44px !important;
    padding: 10px;
    font-size: 16px !important;
    line-height: 22px !important;
  }
}

/* END OF POLO SHIRTS WHY CHOOSE CSS */

/* SERVICES CSS */
#polo-shirts-services {
  padding: 70px 0;
}

@media (max-width: 1024px) {
  #polo-shirts-services {
    padding: 50px 0;
  }
}

#polo-shirts-services .secondary-title {
  margin-bottom: 16px;
  text-align: center;
}

@media (max-width: 767.98px) {
  #polo-shirts-services .secondary-title {
    text-align: left;
  }
}

#polo-shirts-services .subtitle {
  text-align: center;
  color: #354156;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  max-width: 1235px;
  margin: 0 auto 36px;
}

@media (min-width: 767.98px) and (max-width: 1024px) {
  #polo-shirts-services .subtitle {
    margin-bottom: 24px;
    font-size: 14px;
    line-height: 22px;
  }
}

@media (max-width: 767.98px) {
  #polo-shirts-services .subtitle {
    text-align: left;
  }
}

#polo-shirts-services .service-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

@media (max-width: 1024px) {
  #polo-shirts-services .service-list {
    gap: 16px;
  }
}

@media (max-width: 767.98px) {
  #polo-shirts-services .service-list {
    grid-template-columns: minmax(0, 1fr);
    grid-auto-rows: 1fr;
    gap: 16px;
  }
}

#polo-shirts-services .service-list .service {
  border-radius: 8px;
  border: 1px solid #f4f5f6;
  background: #fff;
  box-shadow: 0px 9px 26px 0px rgba(0, 0, 0, 0.05);
}

@media (max-width: 767.98px) {
  #polo-shirts-services .service-list .service {
    max-width: 400px;
    margin: 0 auto;
  }
}

#polo-shirts-services .service-list .service .photo {
  width: 100%;
  height: 234px;
  border-radius: 8px 8px 0 0;
  margin-bottom: 0;
  overflow: hidden;
}

@media (max-width: 767.98px) {
  #polo-shirts-services .service-list .service .photo {
    height: 194px;
  }
}

#polo-shirts-services .service-list .service .photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#polo-shirts-services .service-list .service .content {
  padding: 12px 16px 16px;
  text-align: center;
}

@media (min-width: 767.98px) and (max-width: 1024px) {
  #polo-shirts-services .service-list .service .content {
    padding: 16px;
  }
}

#polo-shirts-services .service-list .service .content .s-title {
  color: #1c244b;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 8px;
}

@media (min-width: 767.98px) and (max-width: 1024px) {
  #polo-shirts-services .service-list .service .content .s-title {
    font-size: 16px;
    margin-bottom: 12px;
    line-height: 24px;
  }
}

#polo-shirts-services .service-list .service .content .s-text {
  color: #353535;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 0;
}

/* END OF SERVICES CSS */

/* FAQ CSS */
.landing-faq {
  padding: 70px 0;
  background: #f6faff;
}

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

  .landing-faq .section-wrapper {
    padding-top: 0 !important;
  }
}

@media (max-width: 767.98px) {
  .landing-faq {
    padding-bottom: 30px;
  }
}

.landing-faq .section-wrapper ul {
  list-style: none;
}

.landing-faq .section-wrapper .section-title {
  margin-bottom: 40px;
}

.landing-faq .section-wrapper .section-title.v-ipad-mob {
  display: none;
}

@media (max-width: 1024px) {
  .landing-faq .section-wrapper .section-title {
    margin-bottom: 4px;
  }

  .landing-faq .section-wrapper .section-title.v-desktop-only {
    display: none;
  }

  .landing-faq .section-wrapper .section-title.v-ipad-mob {
    display: block;
  }
}

.landing-faq .section-wrapper .faq-wrapper {
  display: flex;
  align-items: center;
  gap: 140px;
}

@media (max-width: 1024px) {
  .landing-faq .section-wrapper .faq-wrapper {
    flex-direction: column-reverse;
    gap: 24px;
  }
}

.landing-faq .section-wrapper .faq-wrapper .faq-container {
  width: 50%;
}

.landing-faq .section-wrapper .faq-wrapper .faq-container .tab-item {
  border-bottom: 1px solid #e3e3e3;
  transition: all 0.3s;
}

.landing-faq
  .section-wrapper
  .faq-wrapper
  .faq-container
  .tab-item:last-of-type {
  border-bottom: none;
}

.landing-faq .section-wrapper .faq-wrapper .faq-container .tab-item .tab-title {
  color: #1c244b;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  position: relative;
  cursor: pointer;
  padding: 24px 56px 24px 0;
  transition: 0.3s;
  margin-bottom: 0;
}

.landing-faq
  .section-wrapper
  .faq-wrapper
  .faq-container
  .tab-item
  .tab-title::before,
.landing-faq
  .section-wrapper
  .faq-wrapper
  .faq-container
  .tab-item
  .tab-title::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 2px;
  border-radius: 2px;
  background: #1c244b;
  top: 50%;
  right: 0;
  transition: 0.3s;
}

.landing-faq
  .section-wrapper
  .faq-wrapper
  .faq-container
  .tab-item
  .tab-title::before {
  transform: translateY(-50%);
}

.landing-faq
  .section-wrapper
  .faq-wrapper
  .faq-container
  .tab-item
  .tab-title::after {
  transform: rotate(90deg) translateX(-1px);
}

@media (max-width: 1024px) {
  .landing-faq
    .section-wrapper
    .faq-wrapper
    .faq-container
    .tab-item
    .tab-title::before,
  .landing-faq
    .section-wrapper
    .faq-wrapper
    .faq-container
    .tab-item
    .tab-title::after {
    right: 0px;
  }
}

@media (max-width: 767.98px) {
  .landing-faq
    .section-wrapper
    .faq-wrapper
    .faq-container
    .tab-item
    .tab-title {
    padding: 20px 56px 20px 0;
  }

  .landing-faq
    .section-wrapper
    .faq-wrapper
    .faq-container
    .tab-item
    .tab-title::before,
  .landing-faq
    .section-wrapper
    .faq-wrapper
    .faq-container
    .tab-item
    .tab-title::after {
    width: 14px;
  }
}

.landing-faq
  .section-wrapper
  .faq-wrapper
  .faq-container
  .tab-item
  .tab-content {
  max-height: 0;
  overflow: hidden;
  color: #1c244b;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  transition: 0.3s;
  padding-right: 16px;
  margin-bottom: 0;
}

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

.landing-faq
  .section-wrapper
  .faq-wrapper
  .faq-container
  .tab-item.active
  > .tab-title::after {
  transform: rotate(0deg) translate(0, -50%);
}

.landing-faq
  .section-wrapper
  .faq-wrapper
  .faq-container
  .tab-item.active
  > .tab-title {
  padding-bottom: 16px;
  font-weight: 600;
}

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

.landing-faq
  .section-wrapper
  .faq-wrapper
  .faq-container
  .tab-item.active
  > .tab-content {
  margin-bottom: 24px;
}

@media (max-width: 767.98px) {
  .landing-faq
    .section-wrapper
    .faq-wrapper
    .faq-container
    .tab-item.active
    > .tab-content {
    margin-bottom: 20px;
  }
}

@media (max-width: 1024px) {
  .landing-faq .section-wrapper .faq-wrapper .faq-container {
    width: 100%;
    padding: 0;
    max-width: 712px;
    margin: 0 auto;
  }
}

.landing-faq .section-wrapper .faq-wrapper .section-photo {
  width: 50%;
}

@media (max-width: 1024px) {
  .landing-faq .section-wrapper .faq-wrapper .section-photo {
    width: 100%;
    padding-left: 0;
    max-width: 712px;
    height: 340px;
    overflow: hidden;
    border-radius: 8px;
  }
}

@media (max-width: 767.98px) {
  .landing-faq .section-wrapper .faq-wrapper .section-photo {
    height: 328px;
  }
}

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

/* END OF FAQ CSS */

/* DESIGN PRODUCTS CSS */
#design-products {
  background: #003ca3;
  padding: 43px 0;
}

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

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

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

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

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

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

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

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

@media (max-width: 1024px) {
  #design-products .button-wrapper a {
    font-size: 16px;
    padding: 11px 4px;
  }
}

@media (max-width: 767.98px) {
  #design-products .button-wrapper a {
    padding: 13px 8px;
    line-height: 24px;
    width: calc(50% - 8px) !important;
  }
}

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

@media (max-width: 1024px) {
  #design-products .button-wrapper .button-white {
    width: 169px;
  }
}

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

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

@media (max-width: 1024px) {
  #design-products .button-wrapper .button-white-outline {
    width: 144px;
  }
}

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

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

/* END OF DESIGN PRODUCTS CSS */

/*#region H1 bug soloved*/
@media only screen and (min-width:767.98px) {
  .intro_wrapper{
    display: grid !important;
    grid-template-areas:
      "a"
      "b"
      "c" !important;
    grid-template-columns: 1fr !important;
    gap: 0px !important;
  }

  h1.title {
    align-self: center !important;
  }

  .intro-content {
    grid-area: c !important;
    width: auto !important;
    align-self: start;
  }

  .intro-photo {
    grid-area: a !important;
    justify-self: end !important;
    width: 100% !important;

  }


}

@media only screen and (min-width:1024px) {
  .intro_wrapper {
    grid-template-areas: "a c" "b c" !important;
    grid-template-columns: 1fr 567px !important;

  }

  h1.title {
    align-self: end !important;
    margin-top: 0px !important;
    padding-top: 94px !important;
  }

  .intro-content {
    grid-area: b !important;
    width: auto !important;
    align-self: start;
    padding: 0px !important;
  }

  .intro-photo {
    grid-area: c !important;
    justify-self: end;
    width: 100% !important;

  }


}


/*#endregion H1 bug soloved*/