#dtg-page .section-title {
  font-size: 32px;
  font-weight: 700;
  line-height: 51px;
  color: #1c244b;
}

@media (max-width: 1024px) {
  #dtg-page .section-title {
    font-size: 24px;
    line-height: normal;
  }
}

@media (max-width: 767.98px) {
  #dtg-page .section-title {
    font-size: 28px;
    line-height: 39px;
  }
}

#dtg-page .section-subtitle {
  font-size: 20px;
  font-weight: 400;
  line-height: 29px;
  color: #172640;
  margin-bottom: 16px;
}

@media (max-width: 1024px) {
  #dtg-page .section-subtitle {
    font-size: 14px;
    line-height: 20px;
  }
}

#dtg-page .button-blue,
#dtg-page .button-outline {
  align-items: center;
  font-size: 20px;
  font-weight: 600;
  line-height: 22px;
  text-decoration: none;
}

@media (max-width: 767.98px) {

  #dtg-page .button-blue,
  #dtg-page .button-outline {
    line-height: 24px;
  }
}

#dtg-page .button-blue {
  color: #fff;
}

#dtg-page #google-reviews {
  padding: 44px 0px;
}

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

@media (max-width: 767.98px) {
  #dtg-page #google-reviews {
    background: #f6faff;
  }
}

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

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

#dtg-page #google-reviews .button-blue {
  margin: 34px auto 0;
  max-width: 273px;
  min-height: 52px;
  font-size: 20px;
  font-weight: 600;
  line-height: 22px;
  border-radius: 26px;
  padding: 8px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

#dtg-page #google-reviews .ti-header {
  display: none !important;
}

#dtg-page #google-reviews .section-title {
  margin-bottom: 12px;
}

#dtg-page #google-reviews .section-subtitle {
  margin-bottom: 46px;
}

@media (max-width: 1024px) {
  #dtg-page #google-reviews .button-blue {
    max-width: 277px;
  }
}

@media (max-width: 767.98px) {
  #dtg-page #google-reviews .button-blue {
    line-height: 24px;
    max-width: 328px;
  }
}

/* -- MAIN PAGE CSS END-- */

/* -- INTRO CSS -- */
#dtg-intro {
  padding: 24px 0 45px;
}

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

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

#dtg-intro .section-container {
  display: flex;
  align-items: center;
}

@media (max-width: 1024px) {
  #dtg-intro .section-container {
    flex-direction: column;
  }
}

/* #dtg-intro .section-container .mob-title {
  display: none;
} */

@media (max-width: 767.98px) {
  #dtg-intro .section-container .mob-title {
    display: block;
    color: #1c244b;
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    line-height: 50px;
  }
}
/* 
#dtg-intro .section-container     {
  display: flex;
  align-items: center;
  gap: 66px;
}

@media (max-width: 1280px) {
  #dtg-intro .section-container     {
    gap: 40px;
  }
}

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

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

#dtg-intro .section-container     .intro-video {
  /* width: 50%; */
  border-radius: 4px;
  overflow: hidden;
  position: relative;
  display: flex;
}

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

@media (max-width: 767.98px) {
  #dtg-intro .section-container     .intro-video {
    max-width: 600px;
  }
}

#dtg-intro .section-container     .intro-video .mob-bg-img {
  display: none;
}

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

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

@media (max-width: 767.98px) {
  #dtg-intro .section-container     .intro-video video {
    display: none;
  }
}
/* 
#dtg-intro .section-container     .intro-content {
  width: 50%;
} */

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

@media (max-width: 767.98px) {
  #dtg-intro .section-container     .intro-content {
    width: 100%;
    /* max-width: 330px; */
    padding: 0 14px;
  }
}

#dtg-intro .section-container  .mob-title{
  color: #1c244b;
  font-size: 40px;
  font-weight: 800;
  line-height: 52px;
  margin-bottom: 36px;
  font-family: Inter !important;
}

@media (max-width: 1024px) {
  #dtg-intro .section-container .mob-title {
    text-align: center;
    font-size: 40px;
    font-weight: 600;
    line-height: 56px;
    margin-bottom: 18px;
  }
}


#dtg-intro .section-container     .intro-content .sub-title {
  color: #1C244B;
  font-family: Inter !important;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22.4px;
  margin-bottom: 36px;
}

@media (max-width: 1024px) {
  #dtg-intro .section-container     .intro-content .sub-title {
    text-align: center;
  }
}

#dtg-intro .section-container     .intro-content .sub-title span {
  font-weight: 600;
}

#dtg-intro .section-container     .intro-content .sub-title a {
  color: #3578EA;
  text-decoration: underline;
}

#dtg-intro .section-container     .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: 546px;
}

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

@media (max-width: 767.98px) {
  #dtg-intro .section-container     .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);
  }
}

#dtg-intro .section-container     .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) {
  #dtg-intro .section-container     .intro-content .service-features .feature {
    padding-left: 28px;
    color: #1c244b;
    font-family: "Inter", sans-serif !important;
    font-size: 20px;
  }
}

#dtg-intro .section-container     .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) {
  #dtg-intro .section-container     .intro-content .service-features .feature:before {
    background-image: url("/uploads/12037607/File/deco/emb-page/assets/dark-blue-tick.svg");
    width: 16px;
    height: 16px;
  }
}

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

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

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

#dtg-intro .section-container     .intro-content .buttons-wrapper a {
  padding: 14px;
  font-size: 20px;
  line-height: 22px;
  transition: 0.3s;
  border-radius: 26px;
  text-align: center;
  font-weight: 600;
  display: block;
  max-width: unset;
  text-decoration: none;
}

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

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

#dtg-intro .section-container     .intro-content .buttons-wrapper a.btn-blue {
  box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.02);
  width: 273px;
  border: 1px solid #3578ea;
  background: #3578ea;
  color: #fff;
}

@media (max-width: 767.98px) {
  #dtg-intro .section-container     .intro-content .buttons-wrapper a.btn-blue {
    border: 1.5px solid #3578ea;
    background: #fff;
    color: #3578ea;
    box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.04);
    max-width: 100%;
  }
}

@media (hover: hover) and (pointer: fine) {
  #dtg-intro .section-container     .intro-content .buttons-wrapper a.btn-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) !important;
  }
}

#dtg-intro .section-container     .intro-content .buttons-wrapper a.btn-blue-outline {
  box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.04);
  width: 216px;
  border: 1px solid #3578ea;
  background: #fff;
  color: #3578ea;
}

@media (max-width: 767.98px) {
  #dtg-intro .section-container     .intro-content .buttons-wrapper a.btn-blue-outline {
    border: 1.5px solid #3578ea;
    background: #3578ea;
    color: #fff;
    box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.02);
  }
}

@media (hover: hover) and (pointer: fine) {
  #dtg-intro .section-container     .intro-content .buttons-wrapper a.btn-blue-outline:hover {
    color: #fff;
    background: #3578ea;
  }
}

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

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

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

#dtg-intro .section-container     .intro-content .google-reviews {
  margin-top: 10px;
  display: flex;
  justify-content: flex-start;
}

@media (max-width: 1024px) {
  #dtg-intro .section-container     .intro-content .google-reviews {
    margin-top: 20px;
  }
}

@media (max-width: 767.98px) {
  #dtg-intro .section-container     .intro-content .google-reviews {
    margin: 0;
  }
}

@media (min-width: 1025px) {
  #dtg-intro .section-container     .intro-content .google-reviews .ti-widget>.ti-widget-container {
    display: flex;
  }
}

@media (min-width: 1025px) {
  #dtg-intro .section-container     .intro-content .google-reviews .ti-widget>.ti-widget-container>.ti-header {
    flex-wrap: nowrap !important;
    padding-left: 0;
  }
}

/* -- INTRO CSS END -- */
/* -- DELIVERY CSS -- */
#dtg-delivery {
  background: #f6faff;
  padding: 28px 0;
}

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

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

#dtg-delivery .delivery-title {
  color: #1c244b;
  font-size: 28px;
  font-weight: 700;
  line-height: 39px;
  margin-bottom: 16px;
}

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

@media (min-width: 767.98px) {
  #dtg-delivery .delivery-options {
    border-radius: 6px;
    border: 1px solid #e8e9ea;
    background: #fff;
    box-shadow: 0px 9px 26px 0px rgba(0, 0, 0, 0.05);
  }
}

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

@media (max-width: 767.98px) {
  #dtg-delivery .delivery-options {
    flex-direction: column;
    border: none;
    border-radius: 0;
    padding: 0;
    box-shadow: none;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

#dtg-delivery .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) {
  #dtg-delivery .delivery-options .delivery-opt .content .detail {
    font-size: 10px;
    line-height: 12px;
  }
}

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

#dtg-delivery .delivery-options .delivery-opt .content .detail span,
#dtg-delivery .delivery-options .delivery-opt .content .detail a {
  font-weight: 600;
}

#dtg-delivery .delivery-options .delivery-opt .content .detail span {
  color: #353535;
}

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

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

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

/* -- DELIVERY CSS END -- */

/* -- PRODUCTS CSS -- */
#dtg-products {
  background: #f6faff;
  padding: 70px 0 50px;
}

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

@media (max-width: 767.98px) {
  #dtg-products {
    padding: 50px 0 34px;
    background: #fff;
  }
}

#dtg-products .title-wrapper {
  margin-bottom: 24px;
}

#dtg-products .title-wrapper .section-title {
  margin-bottom: 12px;
}

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

@media (max-width: 767.98px) {
  #dtg-products .title-wrapper .section-title {
    margin: 0;
  }
}

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

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

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

@media (max-width: 767.98px) {
  #dtg-products .products-list {
    margin: 0;
    width: 100%;
  }
}

#dtg-products .products-list .product-card {
  width: calc(100% / 4 - 24px);
  margin: 24px 12px;
  border-radius: 4px;
  border: 1px solid #f4f5f6;
  background: #fff;
  box-shadow: 0px 9px 26px 0px rgba(0, 0, 0, 0.05);
  padding: 4px 4px 16px;
  transition: 0.3s;
  text-decoration: none;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  color: #1c244b;
  text-align: center;
}

@media (hover: hover) and (pointer: fine) {
  #dtg-products .products-list .product-card:hover {
    box-shadow: 4px 4px 25px 1px rgba(0, 0, 0, 0.23);
  }
}

@media (max-width: 1024px) {
  #dtg-products .products-list .product-card {
    width: calc(100% / 4 - 20px);
    margin: 10px;
    font-size: 16px;
    line-height: 20px;
    color: #0b1629;
    padding: 5px 4px 16px;
  }
}

@media (max-width: 767.98px) {
  #dtg-products .products-list .product-card {
    margin: 0 0 16px;
    width: 100%;
    background: #f6faff;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    font-size: 22px;
    line-height: normal;
    padding: 4px 4px 0 16px;
    text-align: left;
    box-shadow: none;
    font-weight: 500;
  }
}

#dtg-products .products-list .product-card .photo {
  width: 100%;
  height: 295px;
}

@media (max-width: 1024px) {
  #dtg-products .products-list .product-card .photo {
    height: 160px;
  }
}

@media (max-width: 767.98px) {
  #dtg-products .products-list .product-card .photo {
    height: 92px;
    max-width: 50%;
  }
}

#dtg-products .products-list .product-card .photo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media (max-width: 767.98px) {
  #dtg-products .products-list .product-card .photo img {
    object-position: right bottom;
  }
}

@media (max-width: 767.98px) {
  #dtg-products .products-list .product-card span {
    display: block;
    margin-bottom: 4px;
  }
}

#dtg-products .btn-more-products {
  color: #003ca3;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  text-align: center;
  display: flex;
  justify-content: center;
  text-decoration: none;
  padding: 10px;
  max-width: max-content;
  margin: 12px auto 0;
}

#dtg-products .btn-more-products:hover {
  text-decoration: underline;
}

@media (max-width: 1024px) {
  #dtg-products .btn-more-products {
    font-size: 16px;
    margin-top: 6px;
  }
}

/* -- PRODUCTS CSS END -- */
/* DTG GALLERY */
#dtg-gallery {
  background: #fff;
  padding: 70px 0;
}

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

@media (max-width: 767.98px) {
  #dtg-gallery {
    padding: 50px 0 34px;
    background: #fff;
  }
}

#dtg-gallery .title {
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  text-align: center;
  color: #1c244b;
  margin-bottom: 24px;
}

@media (max-width: 1024px) {
  #dtg-gallery .title {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 28px;
  }
}

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

#dtg-gallery .gallery-section-box {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 24px);
  margin: 0 -12px;
}

@media (max-width: 1024px) {
  #dtg-gallery .gallery-section-box {
    width: calc(100% + 20px);
    margin: -10px;
  }
}

@media (max-width: 767.98px) {
  #dtg-gallery .gallery-section-box {
    width: 100%;
    margin: 0;
    justify-content: space-between;
  }
}

#dtg-gallery .gallery-section-box .gallery-item {
  display: flex;
  width: calc(22% - 24px);
  margin: 12px;
  height: 316px;
  border-radius: 4px;
  border: 1px solid #f4f5f6;
  box-shadow: 0px 9px 26px 0px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

@media (min-width: 1025px) {
  #dtg-gallery .gallery-section-box .gallery-item:nth-child(4n + 1) {
    width: calc(34% - 24px);
  }
}

@media (max-width: 767.98px) {
  #dtg-gallery .gallery-section-box .gallery-item:nth-child(3n) {
    width: 100%;
    height: 280px;
  }
}

@media (max-width: 576px) {
  #dtg-gallery .gallery-section-box .gallery-item:nth-child(3n) {
    height: 200px;
  }
}

@media (max-width: 1024px) {
  #dtg-gallery .gallery-section-box .gallery-item {
    width: calc(100% / 4 - 20px);
    margin: 10px;
    height: 165px;
  }
}

@media (max-width: 767.98px) {
  #dtg-gallery .gallery-section-box .gallery-item {
    width: calc(50% - 8px);
    margin: 0 0 16px;
    border-radius: 8px;
    box-shadow: 0px 1px 2px 0px rgba(13, 16, 45, 0.1);
    border-color: #e6e8ea;
  }
}

@media (max-width: 576px) {
  #dtg-gallery .gallery-section-box .gallery-item {
    height: 155px;
  }
}

#dtg-gallery .gallery-section-box .gallery-item:hover img {
  transform: scale(1.05, 1.05);
}

#dtg-gallery .gallery-section-box .gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
}

#dtg-gallery .button-o-outline {
  background: #fff;
  color: #3578EA;
  font-size: 20px;
  line-height: 22px;
  font-weight: 600;
  margin: 32px auto 0;
  max-width: 278px;
  padding: 13px;
  min-height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 26px;
  border: 1px solid #3578EA;
  box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.02);
}

@media (max-width: 1024px) {
  #dtg-gallery .button-o-outline {
    margin-top: 28px;
    min-height: 40px;
    max-width: 232px;
    font-size: 18px;
  }
}

/* DTG GALLERY END */
/* GALLERY POPUP */
.gallery-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #232528e6;
  z-index: 10000000000;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  display: none;
  overflow-y: auto;
}

.gallery-popup.active {
  display: flex;
  animation: fadeIn 0.5s forwards;
}

.gallery-popup .g_popup--header {
  padding: 18px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

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

.gallery-popup .g_popup--header .image-count {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #d6d7d9;
}

.gallery-popup .g_popup--header .close-g_popup {
  background: transparent;
  width: 24px;
  height: 24px;
  border: none;
  outline: none;
  padding: 0;
}

.gallery-popup .g_popup--header .close-g_popup img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.gallery-popup .g_popup--body {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 0px;
  height: calc(100% - 200px);
}

@media (max-width: 1440px) {
  .gallery-popup .g_popup--body {
    height: calc(100% - 120px);
  }
}

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

@media (max-width: 767.98px) {
  .gallery-popup .g_popup--body {
    gap: 0;
    padding: 16px 0;
  }
}

.gallery-popup .g_popup--body .gallery-image {
  width: calc(100% - 64px);
  max-width: 1000px;
  height: 100%;
}

@media (max-width: 1440px) {
  .gallery-popup .g_popup--body .gallery-image {
    max-width: 750px;
  }
}

@media (max-width: 767.98px) {
  .gallery-popup .g_popup--body .gallery-image {
    width: 100%;
    max-width: unset;
  }
}

.gallery-popup .g_popup--body .gallery-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 4px;
}

.gallery-popup .g_popup--body .g_nav--button {
  min-width: 56px;
  width: calc((100% - 1000px) / 2);
  height: 100%;
  border: none;
  outline: none;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 1440px) {
  .gallery-popup .g_popup--body .g_nav--button {
    width: calc((100% - 750px) / 2);
  }
}

@media (max-width: 1024px) {
  .gallery-popup .g_popup--body .g_nav--button {
    min-width: unset;
    width: 36px;
    height: 36px;
    background: #00000080;
    border-radius: 2px;
  }
}

@media (max-width: 767.98px) {
  .gallery-popup .g_popup--body .g_nav--button {
    position: absolute;
    z-index: 4;
    top: 50%;
    transform: translateY(-50%);
  }
}

.gallery-popup .g_popup--body .g_nav--button.disabled {
  pointer-events: none;
  opacity: 0.5;
}

@media (min-width: 1025px) {
  .gallery-popup .g_popup--body .g_nav--button.g_nav-next {
    padding-right: 24px;
  }
}

@media (max-width: 767.98px) {
  .gallery-popup .g_popup--body .g_nav--button.g_nav-next {
    right: 16px;
  }
}

@media (min-width: 1025px) {
  .gallery-popup .g_popup--body .g_nav--button.g_nav-prev {
    padding-left: 24px;
  }
}

@media (max-width: 767.98px) {
  .gallery-popup .g_popup--body .g_nav--button.g_nav-prev {
    left: 16px;
  }
}

.gallery-popup .g_popup--body .g_nav--button svg {
  width: 32px;
  height: 32px;
}

.gallery-popup .g_popup--body .g_nav--button svg g rect {
  transition: 0.3s;
}

.gallery-popup .g_popup--body .g_nav--button:hover svg g rect {
  fill: #fff;
}

/* GALLERY POPUP END */
/* DTG FEATURES */
@media (max-width: 1024px) {
  .dtg-feature {
    padding: 50px 0;
  }
}

@media (min-width: 1025px) {
  .dtg-feature#dtg-feature-pros {
    padding: 120px 0;
    background: #F6FAFF;
  }
}

@media (max-width: 767.98px) {
  .dtg-feature#dtg-feature-pros {
    background: #fff;
  }
}

.dtg-feature#dtg-feature-pros .section-title {
  margin-bottom: 28px;
}

@media (max-width: 1024px) {
  .dtg-feature#dtg-feature-pros .section-title {
    margin-bottom: 16px;
  }
}

@media (max-width: 767.98px) {
  .dtg-feature#dtg-feature-pros .section-title {
    font-size: 28px;
    margin-bottom: 24px;
  }
}

.dtg-feature#dtg-feature-pros .feature-list .feature:before {
  background-image: url("/uploads/12037607/File/embroidery/assets/tick-l-green.svg");
}

@media (min-width: 1025px) {
  .dtg-feature#dtg-feature-cons {
    padding: 44px 0;
  }
}

.dtg-feature#dtg-feature-cons .feature-list .feature:before {
  background-image: url("/uploads/12037607/File/embroidery/assets/warning.svg");
}

@media (min-width: 1025px) {
  .dtg-feature#dtg-feature-why-choose {
    padding: 0px 0px 40px;
  }
}

@media (min-width: 1025px) {
  .dtg-feature#dtg-feature-why-choose .feature-content-wrapper .photo {
    align-self: flex-start;
  }
}

@media (max-width: 1024px) {
  .dtg-feature#dtg-feature-why-choose .feature-content-wrapper .photo {
    background: #dcefff;
    border-radius: 4px;
  }
}

@media (min-width: 1025px) {
  .dtg-feature#dtg-feature-why-choose .feature-content-wrapper .content {
    padding: 30px 0;
  }
}

.dtg-feature#dtg-feature-why-choose .feature-list .feature:before {
  background-image: url("/uploads/12037607/File/embroidery/assets/tick-circle-green.svg");
}

.dtg-feature .section-title {
  margin-bottom: 24px;
}

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

@media (max-width: 767.98px) {
  .dtg-feature .feature-content-wrapper {
    flex-direction: column;
    gap: 24px;
  }
}

.dtg-feature .content,
.dtg-feature .photo {
  width: calc(50% - 16px);
}

@media (max-width: 1024px) {

  .dtg-feature .content,
  .dtg-feature .photo {
    width: calc(50% - 12px);
  }
}

@media (max-width: 767.98px) {

  .dtg-feature .content,
  .dtg-feature .photo {
    width: 100%;
  }
}

@media (max-width: 767.98px) {
  .dtg-feature .photo {
    order: 1;
  }
}

.dtg-feature .photo img {
  width: 100%;
  object-fit: contain;
}

@media (max-width: 767.98px) {
  .dtg-feature .content {
    order: 2;
  }
}

.dtg-feature .feature-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.dtg-feature .feature-list .feature {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: #172640;
  padding-left: 32px;
  position: relative;
}

@media (max-width: 1024px) {
  .dtg-feature .feature-list .feature {
    line-height: 24px;
  }
}

.dtg-feature .feature-list .feature:before {
  content: "";
  position: absolute;
  top: -2px;
  left: 0;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-size: contain;
}

.dtg-feature .button-wrapper {
  margin-top: 28px;
  display: flex;
  gap: 16px;
}

@media (max-width: 1024px) {
  .dtg-feature .button-wrapper {
    margin-top: 16px;
  }
}

@media (max-width: 767.98px) {
  .dtg-feature .button-wrapper {
    flex-direction: column;
    width: 100%;
    max-width: 330px;
    margin: 32px auto 0;
  }
}

.dtg-feature .button-wrapper .button-orange,
.dtg-feature .button-wrapper .button-o-outline {
  min-height: 52px;
  width: 50%;
}

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

  .dtg-feature .button-wrapper .button-orange,
  .dtg-feature .button-wrapper .button-o-outline {
    min-height: 40px !important;
    font-size: 18px !important;
    line-height: 20px !important;
  }
}

@media (max-width: 767.98px) {

  .dtg-feature .button-wrapper .button-orange,
  .dtg-feature .button-wrapper .button-o-outline {
    width: 100%;
  }
}

.dtg-feature .button-wrapper .button-orange {
  max-width: 273px;
}

@media (max-width: 1024px) {
  .dtg-feature .button-wrapper .button-orange {
    max-width: 180px;
  }
}

@media (max-width: 767.98px) {
  .dtg-feature .button-wrapper .button-orange {
    max-width: unset;
  }
}

.dtg-feature .button-wrapper .button-o-outline {
  max-width: 196px;
  background: #fff;
}

@media (max-width: 1024px) {
  .dtg-feature .button-wrapper .button-o-outline {
    max-width: 150px;
  }
}

@media (max-width: 767.98px) {
  .dtg-feature .button-wrapper .button-o-outline {
    max-width: unset;
  }
}

.dtg-feature .button-wrapper a {
  display: flex;
  width: 273px;
  height: 52px;
  padding: 4px 15px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  color: #FFF;
  text-align: center;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
  border-radius: 26px;
  border: 1px solid #3578EA;
  background: #3578EA;
  box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.04);
}

.dtg-feature .button-wrapper a:hover {}

/* DTG FEATURES */

/* -- 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 -- */
/* DTG QUOTE */
#dtg-quote {
  background: linear-gradient(90deg, #090b32 -6.94%, #071727 100%);
  padding: 62px 0;
}

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

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

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

@media (max-width: 1024px) and (min-width: 767.98px) {
  #dtg-quote .title-wrapper .section-title {
    font-weight: 600;
  }
}

@media (min-width: 767.98px) {
  #dtg-quote .title-wrapper .section-title {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 10px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#dtg-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;
}

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

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

#dtg-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;
}

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

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

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

#dtg-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/embroidery/assets/info-red.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

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

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

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

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

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

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

/* #dtg-quote .quote-content-wrapper form .button-orange {
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  padding: 10px;
  width: 100%;
  min-height: 52px;
  border-radius: 4px;
}

 */


#dtg-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;
}

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

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

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

#dtg-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) {
  #dtg-quote .quote-content-wrapper form .note {
    font-size: 15px;
  }
}

/* DTG QUOTE END */

/* BRANDS */
#dtg-brands {
  background: #f6faff;
  padding: 24px 0;
}


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

#dtg-brands .title {
  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) {
  #dtg-brands .title {
    margin-bottom: 10px;
  }
}

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

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

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

#dtg-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) {
  #dtg-brands .brands-list .brand-item {
    width: calc(100% / 8 - 16px);
    margin: 0 8px;
    height: 64px;
  }
}

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

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

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

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

/* BRANDS END */
/* SCREEN SERVICES */
.screen-services {
  padding: 70px 0;
}

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

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

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

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

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

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

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

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

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

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

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

.screen-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) {
  .screen-services .service-type {
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
  }
}

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

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

.screen-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) {
  .screen-services .content-item-text {
    width: 100%;
    padding: 20px;
  }
}

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

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

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

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

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

.screen-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) {
  .screen-services .content-item-text a.btn {
    width: 100%;
  }
}

.screen-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) {
  .screen-services .content-item .photo {
    display: none;
  }
}

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

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


/* END OF SCREEN SERVICES */
/*TABLE CSS -- */
.dtg-table {
  padding: 70px 0;
  overflow-x: auto;
}

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

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

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

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

.dtg-table .section-subtitle {

  margin-bottom: 48px;
}

.dtg-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;
  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) {
  .dtg-table-container {
    width: 1200px;
  }

  .dtg-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 DESIGN PRODUCT CSS */

#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 .button-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;
}

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

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

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

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

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

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

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

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

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

.dtg-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) {
  .dtg-blog .blog-boxs-item {
    min-width: 284px;
  }
}

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

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

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

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

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

.dtg-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*/
/*#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 */



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

  #dtg-intro h1.mob-title {
    grid-area: b !important;
    padding-top: 32px !important;


  }

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

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


  }

}


@media only screen and (min-width:1024px) {
  #dtg-intro  .section-container {
    display: grid !important;
    grid-template-areas: "a c" "b c" !important;
    grid-template-columns: 49% 49% !important;
    column-gap: 2%;

  }

  #dtg-intro  .intro-content {
    grid-area: b !important;
    align-self: start;
  }

  #dtg-intro  .intro-video {
    grid-area: c !important;


  }

  #dtg-intro  h1.mob-title {
    grid-area: a !important;
    align-self: end;


  }
}

@media only screen and (max-width:768px) {
  #dtg-intro  .section-container {
    display: grid !important;
    grid-template-areas:
      "a"
      "b"
      "c"
      "d" !important;
    grid-template-columns: 1fr !important;
    gap: 0px !important;
  }

  #dtg-intro  h1.mob-title {
    grid-area: a !important;
    margin-bottom: 0px !important;

  }

  #dtg-intro  .intro-content {
    grid-area: d !important;
  }

  #dtg-intro  .intro-video {
    grid-area: c !important;
    margin: 0 auto;

  }

  #dtg-intro  .google-reviews {
    grid-area: b !important;

  }
}