/*#region -- MAIN PAGE CSS -- */
#custom-tote-bags .section-title {
  font-size  : 36px;
  font-weight: 700;
  line-height: normal;
  color      : #1c244b;
}

.section-wrapper {
  max-width : 1440px;
  box-sizing: content-box !important;
  margin    : 0 auto;
  padding   : 0 64px;
}
 
@media (max-width: 1280px) {
  .section-wrapper {
    padding: 0 24px;
  }
}

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

@media (max-width: 1024px) {
  #custom-tote-bags .section-title {
    font-size: 24px;
  }
}

@media (max-width: 767.98px) {
  #custom-tote-bags .section-title {
    font-size: 28px;
  }
}

#custom-tote-bags .section-subtitle {
  font-size    : 16px;
  font-weight  : 400;
  line-height  : normal;
  margin-top   : 12px;
  color        : #172640;
  margin-bottom: 0;
}

@media (max-width: 1024px) {
  #custom-tote-bags .section-subtitle {
    line-height   : 22px;
    letter-spacing: -0.24px;
  }
}

#custom-tote-bags #google-reviews {
  padding: 44px 0px;
}
#google-reviews .ti-header{
  display: none !important;
}

@media (max-width: 1024px) {
  #custom-tote-bags #google-reviews {
    padding: 50px 0;
  }
}

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

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

#custom-tote-bags #google-reviews .button-blue {
  font-size      : 20px;
  font-weight    : 600;
  line-height    : 32px;
  border-radius  : 26px;
  padding        : 10px 4px;
  width          : 100%;
  max-width      : max-content;
  margin         : 0 auto;
  display        : flex;
  align-items    : center;
  justify-content: center;
  text-align     : center;
  margin         : 40px auto 0;
  max-width      : 242px;
  min-height     : 54px;
}

@media (max-width: 1024px) {
  #custom-tote-bags #google-reviews .button-blue {
    font-size  : 18px;
    font-weight: 600;
    line-height: 24px;
    max-width  : 265px;
    padding    : 8px 4px;
    min-height : 48px;
  }
}

@media (max-width: 767.98px) {
  #custom-tote-bags #google-reviews .button-blue {
    max-width: 328px;
  }
}


#custom-tote-bags #google-reviews .section-title {
  text-align : center;
  color      : #1C244B;
  font-family: Inter;
  font-size  : 32px;
  font-style : normal;
  font-weight: 600;
  line-height: normal;
}

#custom-tote-bags #google-reviews .section-subtitle {
  margin-bottom: 36px;
}


/*#endregion -- MAIN PAGE CSS END -- */

/*#region -- INTRO CSS -- */
#custom-totes-intro {
  position: relative;
}

@media (max-width: 1024px) {
  #custom-totes-intro {
    padding: 22px 0 74px;
  }
}

@media (max-width: 767.98px) {
  #custom-totes-intro {
    padding: 0;
  }
}

#custom-totes-intro .section-subtitle {
  color        : #232528;
  margin-bottom: 16px;
}

#custom-totes-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) {
  #custom-totes-intro .delivery-options-container {
    width: calc(100% - 48px);
  }
}

@media (max-width: 767.98px) {
  #custom-totes-intro .delivery-options-container {
    position  : relative;
    transform : unset;
    left      : unset;
    bottom    : unset;
    width     : 100%;
    background: #fff;
    padding   : 40px 16px;
    margin    : 0;
  }
}

#custom-totes-intro .delivery-options-container .delivery-title {
  color         : #1c244b;
  font-size     : 28px;
  font-weight   : 700;
  line-height   : 39px;
  text-align    : center;
  margin-bottom : 16px;
  text-transform: capitalize;
}

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

#custom-totes-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) {
  #custom-totes-intro .delivery-options-container .delivery-options {
    padding: 7px 0;
  }
}

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

#custom-totes-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) {
  #custom-totes-intro .delivery-options-container .delivery-options .delivery-opt {
    padding: 15px 0;
  }
}

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

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

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

#custom-totes-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) {
  #custom-totes-intro .delivery-options-container .delivery-options .delivery-opt .photo {
    width       : 47px;
    height      : 47px;
    margin-right: 8px;
  }
}

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

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

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

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

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

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

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

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

#custom-totes-intro .delivery-options-container .delivery-options .delivery-opt .content .detail span,
#custom-totes-intro .delivery-options-container .delivery-options .delivery-opt .content .detail a {
  font-weight: 600;
}

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

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

#custom-totes-intro .delivery-options-container .delivery-options .delivery-opt .content .detail span {
  color: #1c244b;
}

@media (max-width: 767.98px) {
  #totes-intro {
    padding-bottom: 50px;
    padding-top   : 16px;
    background    : #f7f8fa;
  }
}

#totes-intro .intro-wrapper {
  display    : flex;
  align-items: center;
  gap        : 77px;
}

@media (max-width: 1280px) {
  #totes-intro .intro-wrapper {
    gap: 60px;
  }
}

@media (max-width: 767.98px) {
  #totes-intro .intro-wrapper {
    flex-direction: column-reverse;
    gap           : 0;
  }
}

#totes-intro .intro-wrapper .intro-content {
  width: 46%;
}

@media (min-width: 1025px) {
  #totes-intro .intro-wrapper .intro-content {
    padding: 28px 0 88px;
  }
}

@media (max-width: 1024px) {
  #totes-intro .intro-wrapper .intro-content {
    width: 50%;
  }
}

@media (max-width: 767.98px) {
  #totes-intro .intro-wrapper .intro-content {
    width: 100%;
  }
}

#totes-intro .intro-wrapper .intro-photo {
  width: 56%;
}

@media (max-width: 1024px) {
  #totes-intro .intro-wrapper .intro-photo {
    width: 50%;
  }
}

@media (max-width: 767.98px) {
  #totes-intro .intro-wrapper .intro-photo {
    width         : 100%;
    display       : flex;
    flex-direction: column;
    align-items   : center;
    margin-bottom : 24px;
  }
}

#totes-intro .intro-wrapper .intro-photo img {
  width     : 100%;
  object-fit: contain;
}

@media (max-width: 767.98px) {
  #totes-intro .intro-wrapper .intro-photo img {
    max-width: 400px;
  }

  #totes-intro .intro-wrapper .intro-photo img.ti-star {
    width: 17px;
  }
}

#totes-intro .title {
    font-size: 42px;
    font-weight: 700;
    line-height: 60px;
    color: #1c244b;
    margin-bottom: 24px;

}

@media (max-width: 1024px) {
  #totes-intro .title {
    font-size  : 32px;
    line-height: normal;
  }
}

@media (max-width: 767.98px) {
  #totes-intro .title {
    line-height  : 45px;
    margin-bottom: 0;
  }
}

#totes-intro .google-reviews {
  margin-top   : 24px;
  margin-bottom: 14px;
}

@media (max-width: 767.98px) {
  #totes-intro .google-reviews {
    margin-bottom: 24px;
  }
}

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

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

#totes-intro .google-reviews .ti-widget>.ti-widget-container>.ti-header {
  padding: 0;
}

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

#totes-intro .feature-list {
  display       : flex;
  flex-direction: column;
  gap           : 14px;
  list-style    : none;
  margin-bottom : 24px;
}

@media (max-width: 1024px) {
  #totes-intro .feature-list {
    gap: 16px;
  }
}

@media (max-width: 767.98px) {
  #totes-intro .feature-list {
    margin-bottom: 32px;
  }
}

#totes-intro .feature-list .feature {
  padding-left: 28px;
  font-size   : 18px;
  font-weight : 500;
  line-height : 27px;
  color       : #1c244b;
  position    : relative;
}

@media (max-width: 1024px) {
  #totes-intro .feature-list .feature {
    font-size  : 16px;
    line-height: normal;
  }
}

@media (max-width: 767.98px) {
  #totes-intro .feature-list .feature {
    line-height: 30px;
    font-size  : 20px;
  }
}

#totes-intro .feature-list .feature:before {
  content          : "";
  position         : absolute;
  top              : 50%;
  transform        : translateY(-50%);
  left             : 0;
  background-image : url("/uploads/12037607/File/deco/assets/green-tick.svg");
  background-repeat: no-repeat;
  background-size  : contain;
  width            : 24px;
  height           : 24px;
}

#totes-intro .button-wrapper {
  display: flex;
  gap    : 16px;
}

@media (max-width: 767.98px) {
  #totes-intro .button-wrapper {
    flex-direction: column;
    gap           : 16px;
  }
}

#totes-intro .button-wrapper .button-blue,
#totes-intro .button-wrapper .button-outline {
  font-size  : 20px;
  font-weight: 600;
  line-height: 22px;
  padding    : 14px;
  min-height : 52px;
  align-items: center;
}

#totes-intro .button-wrapper .button-blue .v-ipad,
#totes-intro .button-wrapper .button-outline .v-ipad {
  display: none;
}

#totes-intro .button-wrapper .button-blue span,
#totes-intro .button-wrapper .button-outline span {
  font-size  : 20px;
  font-weight: 600;
  line-height: 22px;
}

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

  #totes-intro .button-wrapper .button-blue span,
  #totes-intro .button-wrapper .button-outline span {
    font-size  : 16px;
    line-height: 20px;
  }
}

@media (min-width: 767.98px) {

  #totes-intro .button-wrapper .button-blue,
  #totes-intro .button-wrapper .button-outline {
    max-width: 50%;
  }
}

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

  #totes-intro .button-wrapper .button-blue,
  #totes-intro .button-wrapper .button-outline {
    font-size  : 16px;
    padding    : 9px;
    line-height: 20px;
    min-height : 40px;
  }

  #totes-intro .button-wrapper .button-blue .v-ipad,
  #totes-intro .button-wrapper .button-outline .v-ipad {
    display: block;
  }

  #totes-intro .button-wrapper .button-blue .v-dm,
  #totes-intro .button-wrapper .button-outline .v-dm {
    display: none;
  }
}

@media (max-width: 767.98px) {

  #totes-intro .button-wrapper .button-blue,
  #totes-intro .button-wrapper .button-outline {
    line-height: 24px;
    min-height : 56px;
  }
}

@media (min-width: 1025px) {
  #totes-intro .button-wrapper .button-blue {
    width: 273px;
  }
}

@media (max-width: 1024px) and (min-width: 767.98px) {
  #totes-intro .button-wrapper .button-blue {
    width: 175px;
  }
}

#totes-intro .button-wrapper .button-outline {
  background: #fff;
}

@media (hover: hover) and (pointer: fine) {
  #totes-intro .button-wrapper .button-outline:hover {
    background: #3578ea !important;
  }
}

@media (min-width: 1025px) {
  #totes-intro .button-wrapper .button-outline {
    width: 216px;
  }
}

@media (max-width: 1024px) and (min-width: 767.98px) {
  #totes-intro .button-wrapper .button-outline {
    width: 130px;
  }
}

/*#endregion -- INTRO CSS END -- */

/*#region -- PRODUCTS CSS -- */
#tote-products {
  padding   : 130px 0 80px;
  background: #f7f8fa;
}

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

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

#tote-products .title-wrapper {
  margin-bottom: 44px;
}

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

#tote-products .products-list {
  display  : flex;
  flex-wrap: wrap;
  width    : calc(100% + 20px);
  margin   : 0 -10px;
}

@media (max-width: 767.98px) {
  #tote-products .products-list {
    width         : 100%;
    margin        : 0;
    flex-direction: column;
    align-items   : center;
  }
}

#tote-products .products-list .product-card {
  width          : calc(100% / 4 - 20px);
  margin         : 0 10px;
  border-radius  : 4px;
  background     : #fff;
  box-shadow     : 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
  padding        : 20px 20px 0;
  transition     : 0.3s;
  text-decoration: none;
  display        : flex;
  flex-direction : column;
  gap            : 18px;
  align-items    : center;
  justify-content: space-between;
}

#tote-products .products-list .product-card .title {
  font-size    : 24px;
  font-weight  : 500;
  line-height  : 36px;
  color        : #0b1629;
  text-align   : center;
  margin-bottom: 0;
}

@media (min-width: 768px) and (max-width: 1024px) {
  #tote-products .products-list .product-card .title {
    font-size  : 16px;
    line-height: 20px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  #tote-products .products-list .product-card {
    padding: 20px 12px 0;
    width  : calc(50% - 20px);
    margin : 0 10px 20px;
    height : 200px;
    gap    : 14px;
  }
}

@media (max-width: 767.98px) {
  #tote-products .products-list .product-card {
    width    : 100%;
    margin   : 0 0 16px;
    padding  : 10px 4px 0;
    max-width: 360px;
    height   : 240px;
    gap      : 8px;
  }
}

#tote-products .products-list .product-card:hover {
  box-shadow: 0px 5px 15px 0px rgba(2, 41, 107, 0.39);
}

#tote-products .products-list .product-card .photo {
  width   : 100%;
  height  : calc(100% - 50px);
  overflow: hidden;
}

@media (max-width: 1024px) {
  #tote-products .products-list .product-card .photo {
    height: calc(100% - 34px);
  }
}

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

/*#endregion -- PRODUCTS CSS END -- */

/*#region -- PREVIEW CSS -- */
#totes-preview {
  padding   : 70px 0;
  background: #f7f8fa;
}

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

#totes-preview .title-wrapper {
  margin-bottom: 36px;
}

@media (max-width: 767.98px) {
  #totes-preview .title-wrapper {
    margin-bottom: 18px;
  }
}

#totes-preview .title-wrapper .section-subtitle span {
  color      : #54ce59;
  font-weight: 600;
}

#totes-preview .products-list {
  display: flex;
  gap    : 18px;
}

@media (max-width: 1024px) {
  #totes-preview .products-list {
    flex-wrap : nowrap;
    overflow-x: auto;
    gap       : 24px;
  }

  #totes-preview .products-list::-webkit-scrollbar {
    display: none;
  }
}

@media (max-width: 767.98px) {
  #totes-preview .products-list {
    gap: 18px;
  }
}

#totes-preview .products-list .product-card {
  width        : calc(100% / 5);
  border-radius: 4px;
  overflow     : hidden;
  border       : 1px solid #f4f5f6;
  background   : #fff;
  box-shadow   : 0px 9px 26px 0px rgba(0, 0, 0, 0.05);
  transition   : 0.3s;
  margin-bottom: 32px;
}

@media (max-width: 1024px) {
  #totes-preview .products-list .product-card {
    width        : 248px;
    flex         : 0 0 auto;
    margin-bottom: 24px;
  }
}

@media (max-width: 767.98px) {
  #totes-preview .products-list .product-card {
    margin-bottom: 28px;
  }
}

#totes-preview .products-list .product-card:hover {
  border-color: #3578ea;
}

#totes-preview .products-list .product-card .photo {
  width        : 100%;
  height       : 248px;
  border-bottom: 1px solid #e8e9ea;
}

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

#totes-preview .products-list .product-card .content {
  padding       : 16px 10px;
  display       : flex;
  flex-direction: column;
  height        : calc(100% - 248px);
}

#totes-preview .products-list .product-card .content h3 {
  font-size    : 12px;
  font-weight  : 600;
  line-height  : 18px;
  color        : #0b1629;
  margin-bottom: 8px;
}

#totes-preview .products-list .product-card .content p {
  font-size    : 14px;
  font-weight  : 400;
  line-height  : 21px;
  color        : #172640;
  margin-bottom: 20px;
}

#totes-preview .products-list .product-card .content .button-outline {
  font-size  : 16px;
  line-height: 24px;
  padding    : 7px;
  width      : 100%;
  margin-top : auto;
}

#totes-preview .explore-products {
  border-radius  : 4px;
  width          : 100%;
  border         : 1px solid #badcfb;
  background     : #e7f4ff;
  padding        : 10px 16px;
  display        : flex;
  align-items    : center;
  justify-content: space-between;
}

@media (max-width: 1024px) {
  #totes-preview .explore-products {
    padding: 16px;
  }
}

@media (max-width: 767.98px) {
  #totes-preview .explore-products {
    flex-direction : column;
    padding        : 14px 20px;
    justify-content: unset;
    gap            : 12px;
  }
}

#totes-preview .explore-products .label {
  display     : flex;
  align-items : center;
  gap         : 10px;
  margin-right: 16px;
}

@media (max-width: 767.98px) {
  #totes-preview .explore-products .label {
    flex-direction: column;
    gap           : 4px;
    margin        : 0;
  }
}

#totes-preview .explore-products .label img {
  width     : 50px;
  height    : 50px;
  object-fit: contain;
}

#totes-preview .explore-products .label p {
  font-size    : 14px;
  font-weight  : 500;
  line-height  : 20px;
  color        : #1c244b;
  margin-bottom: 0;
}

@media (max-width: 1024px) {
  #totes-preview .explore-products .label p {
    font-size: 13px;
  }
}

@media (max-width: 767.98px) {
  #totes-preview .explore-products .label p {
    font-size : 12px;
    text-align: center;
  }
}

#totes-preview .explore-products .link {
  font-size      : 16px;
  font-weight    : 600;
  line-height    : 20px;
  color          : #3578ea;
  display        : flex;
  align-items    : center;
  gap            : 7px;
  white-space    : nowrap;
  text-decoration: none;
}

@media (max-width: 1024px) and (min-width: 767.98px) {
  #totes-preview .explore-products .link {
    font-size: 14px;
  }
}

#totes-preview .explore-products .link img {
  width     : 24px;
  height    : 24px;
  object-fit: contain;
}

@media (max-width: 1024px) and (min-width: 767.98px) {
  #totes-preview .explore-products .link img {
    width : 20px;
    height: 20px;
  }
}

/*#endregion -- PREVIEW CSS END -- */

/*#region Service section */
.landing-services {
  padding         : 70px 0;
  background-color: #fff;
}

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

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

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

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

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

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

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

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

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

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

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

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

.landing-services .service-type.active {
  color: #003CA3;
}

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

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

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

.landing-services .content-item-text .desc ul {
  display       : flex;
  flex-direction: column;
  gap           : 14px;
}

.landing-services .content-item-text .desc li ul {
  display       : flex;
  flex-direction: column;
  gap           : 5px;
  padding-left  : 15px;
  padding-top   : 15px;
}

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

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

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

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

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

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

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

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

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

/*#endregion Service section*/

/*#region Why choose*/
.landing-why-choose {
  padding      : 70px 0;
  background: #EDF0FF;
}

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

.landing-why-choose .secondary-title {
  margin-bottom: 28px !important;
  color        : #1c244b;
  font-size    : 32px;
  font-weight  : 700;
  line-height  : 51px;
}



@media (max-width: 1024px) {
  .landing-why-choose .secondary-title {
    margin-bottom: 10px;
  }

  .landing-why-choose .secondary-title.v-desktop {
    display: none !important;
  }

  .landing-why-choose .secondary-title.v-mob {
    display: block !important;
  }
}

@media (max-width: 767.98px) {
  .landing-why-choose .secondary-title {
    margin   : 0 auto 24px;
    max-width: 625px;
  }
}

.landing-why-choose .content-wrapper {
  display    : flex;
  align-items: center;
  gap        : 70px;
}

@media (max-width: 1024px) {
  .landing-why-choose .content-wrapper {
    gap: 20px;
  }
}

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

.landing-why-choose .content-wrapper .section-photo {
  width: 45%;
}

@media (max-width: 1024px) {
  .landing-why-choose .content-wrapper .section-photo {
    width: 47%;
  }
}

@media (max-width: 767.98px) {
  .landing-why-choose .content-wrapper .section-photo {
    width          : 100%;
    display        : flex;
    justify-content: center;
    max-width      : 350px;
  }
}

.landing-why-choose .content-wrapper .section-photo img {
  max-width: 100%;
}

.landing-why-choose .content-wrapper .section-content {
  width: 55%;
}

@media (max-width: 1024px) {
  .landing-why-choose .content-wrapper .section-content {
    width: 53%;
  }
}

@media (max-width: 767.98px) {
  .landing-why-choose .content-wrapper .section-content {
    width: 100%;
  }
}

.landing-why-choose .content-wrapper .section-content .feature-list {
  display       : flex;
  flex-direction: column;
  gap           : 12px;
}

@media (max-width: 767.98px) {
  .landing-why-choose .content-wrapper .section-content .feature-list {
    max-width: 625px;
    margin   : 0 auto;
  }
}

.landing-why-choose .content-wrapper .section-content .feature-list .feature {
  border-radius   : 4px;
  border          : 1px solid #e8e9ea;
  background      : #fff;
  overflow        : hidden;
  list-style      : none;
  /* background-color: #F7F8FA; */
}

.landing-why-choose .content-wrapper .section-content .feature-list .feature .f-heading {
  color        : #1c244b;
  font-size    : 16px;
  font-weight  : 700;
  line-height  : 26px;
  padding      : 12px;
  padding-right: 56px;
  cursor       : pointer;
  position     : relative;
}

.landing-why-choose .content-wrapper .section-content .feature-list .feature .f-heading::before,
.landing-why-choose .content-wrapper .section-content .feature-list .feature .f-heading::after {
  content      : "";
  position     : absolute;
  width        : 14px;
  height       : 2px;
  border-radius: 2px;
  background   : #131740;
  top          : 50%;
  right        : 16px;
}

.landing-why-choose .content-wrapper .section-content .feature-list .feature .f-heading::before {
  transform: translateY(-50%);
}

.landing-why-choose .content-wrapper .section-content .feature-list .feature .f-heading::after {
  transform : rotate(90deg) translateX(-1px);
  transition: transform 0.3s;
}

@media (max-width: 1024px) {
  .landing-why-choose .content-wrapper .section-content .feature-list .feature .f-heading {
    font-size  : 14px;
    line-height: 22px;
  }
}

@media (max-width: 767.98px) {
  .landing-why-choose .content-wrapper .section-content .feature-list .feature .f-heading {
    font-size  : 17px;
    line-height: 26px;
  }
}

.landing-why-choose .content-wrapper .section-content .feature-list .feature .f-content {
  max-height : 0;
  box-sizing : content-box !important;
  overflow   : hidden;
  transition : 0.5s;
  color      : #1c244b;
  font-size  : 15px;
  font-weight: 400;
  line-height: 24px;
  padding    : 0 12px;
}

@media (max-width: 1024px) {
  .landing-why-choose .content-wrapper .section-content .feature-list .feature .f-content {
    font-size  : 14px;
    line-height: 22px;
  }
}

@media (max-width: 767.98px) {
  .landing-why-choose .content-wrapper .section-content .feature-list .feature .f-content {
    font-size  : 17px;
    line-height: 27px;
  }
}

.landing-why-choose .content-wrapper .section-content .feature-list .feature.active .f-heading {
  background: #3578ea;
  color     : #fff;
}

.landing-why-choose .content-wrapper .section-content .feature-list .feature.active .f-heading::before,
.landing-why-choose .content-wrapper .section-content .feature-list .feature.active .f-heading::after {
  background: #fff;
}

.landing-why-choose .content-wrapper .section-content .feature-list .feature.active .f-heading::after {
  transform: rotate(0deg);
}

.landing-why-choose .content-wrapper .section-content .feature-list .feature.active .f-content {
  margin: 8px 0;
}

/*#endregion Why Choose*/

/*#region Design Area Start*/
.landing-design {
  padding         : 70px 0;
  background-color: #F7F8FA;
}

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

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

.landing-design .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) {
  .landing-design .design-content-boxs-item .title {
    font-size  : 16px;
    line-height: 24px;
  }
}

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

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

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

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

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

.landing-design .design-content-boxs-item-content .cards-item {
  padding         : 20px;
  background-color: #F3F8FF;
  border-radius   : 4px;
  border          : 1px solid #E8E9EA;
  width           : calc((100% - 16px * 3) / 4);
}

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

.landing-design .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;
  background-color: #fff;
}

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

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

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

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

.landing-design .design-content-boxs-item.active {
  /* background-color: #F3F8FF; */
  background-color: #fff;
  border-radius   : 8px;
  border          : 1px solid #e0e2e4;
  margin          : 24px 0;
}

.landing-design .design-content-boxs-item:first-of-type.active {
  margin-top: 0px !important;
}

.landing-design .design-content-boxs-item:last-of-type.active {
  margin-bottom: 0px !important;
}

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

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

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

.landing-design .design-content-boxs-item-content .description {
  display       : flex;
  flex-direction: column;
  gap           : 10px;
}

.landing-design .design-content-boxs-item-content .description .description-item .description-item-title {
  color         : #354156;
  font-size     : 18px;
  font-style    : normal;
  font-weight   : 500;
  line-height   : 25.2px;
  padding-bottom: 8px;
}

.landing-design .design-content-boxs-item-content .description .description-item .description-item-text {
  color         : #354156;
  font-size     : 14px;
  font-style    : normal;
  font-weight   : 500;
  line-height   : 19.6px;
  display       : flex;
  flex-direction: column;
  gap           : 8px;
}

/*#endregion Design Area End */

/*#region Faq*/
#totes-faq {
  padding: 70px 0;
  background-color: #F7F8FA;
}

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

  #totes-faq .section-container {
    padding-top: 0 !important;
  }
}

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

#totes-faq .section-container .section-title {
  color        : #1c244b;
  text-align   : center;
  font-size    : 32px;
  font-style   : normal;
  font-weight  : 700;
  line-height  : normal;
  margin-bottom: 42px;
}

@media (max-width: 1024px) {
  #totes-faq .section-container .section-title {
    font-size    : 24px;
    margin-bottom: 24px;
  }
}

@media (max-width: 767.98px) {
  #totes-faq .section-container .section-title {
    font-size: 28px;
  }
}

#totes-faq .section-container .faq-accordian {
  display        : flex;
  flex-wrap      : wrap;
  list-style     : none;
  gap            : 16px 62px;
  justify-content: space-between;
}

#totes-faq .section-container .faq-accordian .tab-item {
  transition      : all 0.3s;
  width           : calc((100% - 62px) / 2);
  border-radius   : 4px;
  border          : 1px solid #E8E9EA;
  background-color: #fff;
  padding         : 0 20px;
  height: max-content;
}

@media (max-width: 991.98px) {
  #totes-faq .section-container .faq-accordian .tab-item {
    width: 100%;
  }
}

#totes-faq .section-container .faq-accordian .tab-item .tab-title {
  color        : #172640;
  font-size    : 16px;
  font-style   : normal;
  font-weight  : 400;
  line-height  : 26px;
  position     : relative;
  cursor       : pointer;
  padding      : 20px 56px 20px 0;
  transition   : 0.3s;
  margin-bottom: 0;
}

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

#totes-faq .section-container .faq-accordian .tab-item .tab-title::before {
  transform: translateY(-50%);
}

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

@media (max-width: 1024px) {

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

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

  #totes-faq .section-container .faq-accordian .tab-item .tab-title::before,
  #totes-faq .section-container .faq-accordian .tab-item .tab-title::after {
    width: 14px;
  }
}

#totes-faq .section-container .faq-accordian .tab-item .tab-content {
  max-height   : 0;
  overflow     : hidden;
  color        : #4D4F53;
  font-size    : 14px;
  font-style   : normal;
  font-weight  : 500;
  line-height  : 24px;
  transition   : 0.3s;
  padding-right: 16px;
  margin-bottom: 0;
}

#totes-faq .section-container .faq-accordian .tab-item .tab-content a {
  color          : #FF551D;
  text-decoration: underline;
}

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

#totes-faq .section-container .faq-accordian .tab-item.active>.tab-title {
  margin-bottom: 16px;
  border-bottom: 1px solid #F4F5F6;
}

#totes-faq .section-container .faq-accordian .tab-item.active {
 /* // max-height: 100vh; */
}

#totes-faq .section-container .faq-accordian .tab-item.active>.tab-content {
  margin-bottom: 24px;
  max-height: 100vh;
}

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

/*#endregion Faq*/

/*#region -- LANDING DESIGN PRODUCTS CSS -- */
#landing-design-products {
  background: #003ca3;
  padding   : 44px 0;
  position  : relative;
}

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

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

#landing-design-products .pattern {
  position  : absolute;
  object-fit: contain;
}

#landing-design-products .pattern.ptn-3 {
  left  : 0;
  bottom: 0;
  height: 100%;
}

@media (max-width: 1024px) {
  #landing-design-products .pattern.ptn-3 {
    height: 70%;
  }
}

#landing-design-products .pattern.ptn-2 {
  right    : 0;
  top      : 50%;
  transform: translateY(-50%);
  height   : 170px;
}

@media (max-width: 1024px) {
  #landing-design-products .pattern.ptn-2 {
    height: 130px;
  }
}

@media (max-width: 767.98px) {
  #landing-design-products .pattern.ptn-2 {
    height   : 100px;
    transform: rotate(90deg);
    right    : 10px;
    top      : 0;
  }
}

#landing-design-products .pattern.ptn-1 {
  right : 15%;
  height: 13px;
  width : 13px;
  top   : 50%;
}

@media (max-width: 1024px) {
  #landing-design-products .pattern.ptn-1 {
    top: 30%;
  }
}

@media (max-width: 767.98px) {
  #landing-design-products .pattern.ptn-1 {
    right : unset;
    top   : unset;
    bottom: 40px;
    left  : 5%;
    width : 24px;
    height: 24px;
  }
}

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

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

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

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

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

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

@media (max-width: 1024px) {

  #landing-design-products .button-wrapper .button-white,
  #landing-design-products .button-wrapper .button-outline {
    font-size: 16px;
    padding  : 11px 18px;
  }
}

@media (max-width: 767.98px) {

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

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

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

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

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

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

/*#endregion -- LANDING DESIGN PRODUCTS CSS END -- */

/*#region -- GALLERY CSS -- */
#totes-gallery {
  padding: 70px 0;
}

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

#totes-gallery .gallery-section-box {
  display  : flex;
  flex-wrap: wrap;
  width    : calc(100% + 16px);
  margin   : 28px -8px 36px;
}

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

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

#totes-gallery .gallery-section-box .gallery-item {
  display      : flex;
  width        : calc(22% - 16px);
  margin       : 8px;
  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) {
  #totes-gallery .gallery-section-box .gallery-item:nth-child(4n + 1) {
    width: calc(34% - 16px);
  }
}

@media (max-width: 767.98px) {

  #totes-gallery .gallery-section-box .gallery-item:first-child,
  #totes-gallery .gallery-section-box .gallery-item:last-child {
    width : 100%;
    height: 280px;
  }
}

@media (max-width: 576px) {

  #totes-gallery .gallery-section-box .gallery-item:first-child,
  #totes-gallery .gallery-section-box .gallery-item:last-child {
    height: 200px;
  }
}

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

@media (max-width: 767.98px) {
  #totes-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) {
  #totes-gallery .gallery-section-box .gallery-item {
    height: 155px;
  }
}

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

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

#totes-gallery .button-outline {
  font-size  : 18px;
  line-height: 20px;
  font-weight: 500;
  margin     : 32px auto 0;
  max-width  : max-content;
  padding    : 13px 44px;
}

@media (max-width: 767.98px) {
  #totes-gallery .button-outline {
    margin-top: 16px;
  }
}

#totes-gallery .button-outline:not(:hover) {
  background: transparent;
}

/*#endregion -- GALLERY CSS END -- */

/*#region -- EXPLORE CSS -- */
/* #totes-explore {
  background: #f7f8fa;
  padding   : 64px 0;
}

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

#totes-explore .title-wrapper {
  max-width: 920px;
  margin   : 0 auto 36px;
}

@media (max-width: 1024px) {
  #totes-explore .title-wrapper {
    margin-bottom: 32px;
  }
}

@media (max-width: 767.98px) {
  #totes-explore .title-wrapper {
    margin-bottom: 24px;
  }
}

#totes-explore .title-wrapper .section-subtitle {
  margin-bottom: 0;
}

@media (min-width: 1025px) {
  #totes-explore .title-wrapper .section-subtitle {
    margin-top: 16px;
  }
}

#totes-explore .explore-cards {
  display        : flex;
  flex-wrap      : wrap;
  justify-content: space-between;
  gap            : 16px;
}

@media (max-width: 767.98px) {
  #totes-explore .explore-cards {
    gap      : 24px;
    max-width: 400px;
    margin   : 0 auto;
  }
}

#totes-explore .explore-cards .flip-card {
  width        : calc(100% / 4 - 12px);
  height       : 234px;
  border-radius: 8px;
  border       : 1px solid #f4f5f6;
  background   : #fff;
  box-shadow   : 0px 9px 26px 0px rgba(0, 0, 0, 0.05);
  perspective  : 1000px;
}

@media (max-width: 1024px) {
  #totes-explore .explore-cards .flip-card {
    width : calc(50% - 8px);
    height: 180px;
  }
}

@media (max-width: 767.98px) {
  #totes-explore .explore-cards .flip-card {
    width : 100%;
    height: 234px;
  }
}

#totes-explore .explore-cards .flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

#totes-explore .explore-cards .flip-card .flip-card-inner {
  position       : relative;
  width          : 100%;
  height         : 100%;
  text-align     : center;
  transition     : transform 0.8s;
  transform-style: preserve-3d;
  border-radius  : 8px;
}

#totes-explore .explore-cards .flip-card .flip-card-inner .flip-card-front,
#totes-explore .explore-cards .flip-card .flip-card-inner .flip-card-back {
  position                   : absolute;
  width                      : 100%;
  height                     : 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility        : hidden;
}

#totes-explore .explore-cards .flip-card .flip-card-inner .flip-card-front {
  padding        : 16px;
  display        : flex;
  flex-direction : column;
  align-items    : center;
  justify-content: center;
  gap            : 8px;
  background     : #fff;
  border-radius  : 8px;
}

@media (max-width: 1024px) and (min-width: 767.98px) {
  #totes-explore .explore-cards .flip-card .flip-card-inner .flip-card-front {
    padding: 24px;
  }
}

#totes-explore .explore-cards .flip-card .flip-card-inner .flip-card-front .c-title {
  font-size  : 16px;
  font-weight: 600;
  line-height: 24px;
  color      : #1c244b;
}

#totes-explore .explore-cards .flip-card .flip-card-inner .flip-card-front .c-text {
  font-size    : 14px;
  font-weight  : 400;
  line-height  : 20px;
  color        : #1c244b;
  margin-bottom: 0;
}

#totes-explore .explore-cards .flip-card .flip-card-inner .flip-card-back {
  transform    : rotateY(180deg);
  border-radius: 8px;
  overflow     : hidden;
}

#totes-explore .explore-cards .flip-card .flip-card-inner .flip-card-back:after {
  content : "";
  position: absolute;
  top     : 0;
  left    : 0;
  background: linear-gradient(0deg,
      rgba(0, 0, 0, 0.56) 0.42%,
      rgba(0, 0, 0, 0) 36.03%);
  width : 100%;
  height: 100%;
}

#totes-explore .explore-cards .flip-card .flip-card-inner .flip-card-back img {
  width     : 100%;
  height    : 100%;
  object-fit: cover;
}

#totes-explore .explore-cards .flip-card .flip-card-inner .flip-card-back .c-name {
  font-size    : 20px;
  color        : #fff;
  font-weight  : 600;
  line-height  : 30px;
  position     : absolute;
  z-index      : 2;
  text-align   : center;
  bottom       : 20px;
  left         : 50%;
  transform    : translateX(-50%);
  width        : calc(100% - 20px);
  margin-bottom: 0;
} */

/*#endregion -- EXPLORE CSS END -- */

/*#region -- GALLERY POPUP CSS -- */
.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   : #000 80;
    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;
}

/*#endregion -- GALLERY POPUP CSS END -- */

/*#region Desin Now */
#totes-design-now {
  padding   : 70px 0;
  background: #fff;
}

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

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

#totes-design-now .content-wrapper {
  display        : flex;
  align-items    : center;
  justify-content: space-between;
}

@media (max-width: 767.98px) {
  #totes-design-now .content-wrapper {
    flex-direction: column-reverse;
  }
}

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

  #totes-design-now .content-wrapper .content,
  #totes-design-now .content-wrapper .photo {
    width: calc(50% - 28px);
  }
}

@media (min-width: 1025px) {
  #totes-design-now .content-wrapper .content {
    width: 50%;
  }
}

#totes-design-now .content-wrapper .content .title-wrapper .section-title {
  color         : #1C244B;
  font-size     : 36px;
  font-style    : normal;
  font-weight   : 700;
  line-height   : normal;
  text-transform: capitalize;
  margin-bottom : 16px;
}

#totes-design-now .content-wrapper .content .section-subtitle {
  color      : #5e5e5e;
  font-size  : 16px;
  font-style : normal;
  font-weight: 400;
  line-height: 1.6em;
  text-align : start;
}

@media (max-width: 767.98px) {

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

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

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

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

#totes-design-now .content-wrapper .content .button-wrapper .button-blue,
#totes-design-now .content-wrapper .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) {

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

@media (max-width: 767.98px) {

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

#totes-design-now .content-wrapper .content .google-reviews {
  margin-top: 8px;
}

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

#totes-design-now .content-wrapper .content .google-reviews .ti-widget>.ti-widget-container {
  display: flex;
}

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

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

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

#totes-design-now .content-wrapper .photo {
  border-radius: 4px;
  overflow     : hidden;
}

@media (min-width: 1025px) {
  #totes-design-now .content-wrapper .photo {
    width: calc(50% - 100px);
  }
}

@media (max-width: 767.98px) {
  #totes-design-now .content-wrapper .photo {
    margin-bottom: 32px;
  }
}

#totes-design-now .content-wrapper .photo img {
  width     : 100%;
  object-fit: contain;
}

/*#endregion Desin Now */

/*#region -- QUOTE POPUP CSS -- */
#ywpbody #tote-popup {
  background: #23252866;
}

@media (max-width: 767.98px) {
  #ywpbody #tote-popup {
    padding : 0;
    overflow: unset;
  }
}

#ywpbody #tote-popup .pop-up_content-box {
  border-radius: 9px;
}

@media (max-width: 767.98px) {
  #ywpbody #tote-popup .pop-up_content-box {
    border-radius: 0;
    height       : 100%;
    max-width    : unset;
    overflow-y   : auto;
  }
}

#ywpbody #tote-popup .pop-up_header {
  padding      : 12px 16px;
  border-bottom: 1px solid #d6d7da;
}

@media (max-width: 767.98px) {
  #ywpbody #tote-popup .pop-up_header {
    padding       : 16px 16px 24px;
    flex-direction: column-reverse;
    border        : none;
    gap           : 16px;
  }
}

#ywpbody #tote-popup .pop-up_header .pop-up_header-title {
  font-weight: 600;
  font-size  : 20px;
  line-height: 24px;
  color      : #1c244b;
}

#ywpbody #tote-popup .pop-up_header .close-button {
  top: 12px;
}

@media (max-width: 767.98px) {
  #ywpbody #tote-popup .pop-up_header .close-button {
    position   : relative;
    top        : unset;
    right      : unset;
    margin-left: auto;
  }
}

#ywpbody #tote-popup .pop-up_body {
  padding: 28px 30px;
}

@media (max-width: 767.98px) {
  #ywpbody #tote-popup .pop-up_body {
    padding: 0 16px 32px;
  }
}

#ywpbody #tote-popup form {
  width         : 100%;
  display       : flex;
  flex-direction: column;
  gap           : 16px;
}

#ywpbody #tote-popup form .input_wrapper {
  width   : 100%;
  position: relative;
}

#ywpbody #tote-popup form .input_wrapper.hidden {
  display: none;
}

#ywpbody #tote-popup form .input_wrapper.invalid-input input,
#ywpbody #tote-popup form .input_wrapper.invalid-input textarea {
  border-color: #ea3535;
}

#ywpbody #tote-popup form .input_wrapper.invalid-input .error-message {
  display: block;
}

@media (min-width: 767.98px) {
  #ywpbody #tote-popup form .input_wrapper.label-vis label {
    position: absolute;
    top     : 10px;
    left    : 16px;
  }
}

#ywpbody #tote-popup form .input_wrapper.upload-file {
  display    : flex;
  align-items: center;
  flex-wrap  : wrap;
}

#ywpbody #tote-popup 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;
}

#ywpbody #tote-popup form .input_wrapper.upload-file label:hover {
  background: #3578ea;
  color     : #fff;
}

#ywpbody #tote-popup form .input_wrapper.upload-file input {
  display: none;
}

#ywpbody #tote-popup form .input_wrapper.upload-file .file-name {
  font-size  : 14px;
  font-weight: 400;
  line-height: 17px;
  color      : #172640;
  display    : inline-block;
  padding    : 8px 0;
}

#ywpbody #tote-popup form .input_wrapper.upload-file .file-name span {
  display: none;
}

#ywpbody #tote-popup form .input_wrapper.upload-file .file-name span.active {
  display: flex;
}

#ywpbody #tote-popup form .input_wrapper.upload-file .file-name .error {
  color       : #ef4d61;
  position    : relative;
  padding-left: 26px;
}

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

#ywpbody #tote-popup form .input_wrapper .error-message {
  display    : none;
  font-size  : 12px;
  font-weight: 400;
  color      : #ea3535;
  display    : none;
  margin-top : 6px;
}

#ywpbody #tote-popup form .input_wrapper input,
#ywpbody #tote-popup form .input_wrapper textarea {
  width        : 100%;
  border-radius: 4px;
  border       : 1px solid #c5cad1;
  background   : #fff;
  color        : #1c244b;
  outline      : none;
  transition   : 0.3s;
}

#ywpbody #tote-popup form .input_wrapper input:focus,
#ywpbody #tote-popup form .input_wrapper textarea:focus {
  border-color: #3578ea;
}

#ywpbody #tote-popup form .input_wrapper input {
  height     : 36px;
  padding    : 0 16px;
  font-size  : 16px;
  font-weight: 400;
  line-height: 24px;
}

@media (max-width: 767.98px) {
  #ywpbody #tote-popup form .input_wrapper input {
    padding: 0 12px;
    height : 44px;
  }
}

#ywpbody #tote-popup form .input_wrapper input::placeholder {
  color: #576675;
}

@media (max-width: 767.98px) {
  #ywpbody #tote-popup form .input_wrapper input::placeholder {
    opacity: 0;
  }
}

#ywpbody #tote-popup form .input_wrapper textarea {
  padding    : 38px 16px 10px;
  height     : 90px;
  font-size  : 13px;
  font-weight: 400;
  line-height: 19px;
}

@media (max-width: 767.98px) {
  #ywpbody #tote-popup form .input_wrapper textarea {
    padding  : 12px;
    font-size: 16px;
  }
}

#ywpbody #tote-popup form .input_wrapper textarea::placeholder {
  color: #a1a8b4;
}

#ywpbody #tote-popup form .input_wrapper label {
  color        : #576675;
  font-size    : 16px;
  font-weight  : 400;
  line-height  : 24px;
  margin-bottom: 4px;
}

#ywpbody #tote-popup form .button-blue {
  font-size  : 18px;
  font-weight: 600;
  width      : 100%;
  max-width  : 280px;
  min-height : 40px;
  margin     : 12px auto 0;
}

/*#endregion -- QUOTE POPUP CSS END -- */
/*#region CUSTOM TSHIRT PAGE  */
#custom-tshirts .section-wrapper {
  max-width: 1440px;
  box-sizing: content-box !important;
  margin: 0 auto;
  padding: 0 64px;
}

b {
  font-weight: bold !important;
}

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

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

#custom-tshirts-intro {
  position: relative;
}

@media (max-width: 1024px) {
  #custom-tshirts-intro {
    padding: 16px 0 72px;
  }
}

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

/*#endregion END OF CUSTOM TSHIRT PAGE  */

/*#region CUSTOM TSHIRTS INTRO */
#custom-tshirts-intro .intro_wrapper {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

@media (max-width: 1260px) {
  #custom-tshirts-intro .intro_wrapper {
    padding: 0;
  }
}

@media (max-width: 767.98px) {
  #custom-tshirts-intro .intro_wrapper {
    flex-direction: column;
    padding-bottom: 50px;
    align-items: center;
  }
}

#custom-tshirts-intro .section-subtitle {
  color: #232528;
  margin-bottom: 16px;
}

#custom-tshirts-intro .mob-title {
  display: none;
  color: #1c244b;
  text-align: center;
  margin-bottom: 24px;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -0.42px;
}

@media (max-width: 767.98px) {
  #custom-tshirts-intro .mob-title {
    display: block;
  }
}

#custom-tshirts-intro .intro-content {
  width: 45%;
  padding-top: 65px;
  margin-bottom: 138px;
}

@media (max-width: 1024px) {
  #custom-tshirts-intro .intro-content {
    padding: 0;
    width: 50%;
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}

@media (max-width: 767.98px) {
  #custom-tshirts-intro .intro-content {
    width: 100%;
    order: 3;
  }
}

#custom-tshirts-intro .intro-content .title {
  color: #1c244b;
  font-size: 44px;
  font-style: normal;
  font-weight: 700;
  line-height: 60px;
  margin-bottom: 32px;
}

@media (max-width: 1200px) {
  #custom-tshirts-intro .intro-content .title {
    font-size: 32px;
  }
}

@media (max-width: 1024px) {
  #custom-tshirts-intro .intro-content .title {
    font-size: 32px;
    font-weight: 700;
    line-height: 60px;
  }
}

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

#custom-tshirts-intro .intro-content .intro-features {
  list-style: none;
  padding: 0;
  margin-bottom: 44px;
}

@media (max-width: 767.98px) {
  #custom-tshirts-intro .intro-content .intro-features {
    width: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 3;
    margin-bottom: 32px;
  }
}

#custom-tshirts-intro .intro-content .intro-features .feature {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  position: relative;
  padding-left: 28px;
  color: #232528;
  margin-bottom: 12px;
}

#custom-tshirts-intro .intro-content .intro-features .feature:last-of-type {
  margin-bottom: 0;
}

@media (max-width: 767.98px) {
  #custom-tshirts-intro .intro-content .intro-features .feature {
    margin-bottom: 16px;
    font-size: 20px;
  }
}

#custom-tshirts-intro .intro-content .intro-features .feature:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background-image: url("/uploads/12037607/File/embroidery/assets/tick-green.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 16px;
  height: 16px;
}

#custom-tshirts-intro .intro-content .button-wrapper {
  display: flex;
  align-items: center;
}

@media (max-width: 767.98px) {
  #custom-tshirts-intro .intro-content .button-wrapper {
    justify-content: center;
  }
}

#custom-tshirts-intro .intro-content .button-blue {
  padding: 10px;
  width: 50%;
  max-width: 242px;
  font-weight: 600;
  font-size: 18px;
  line-height: 29px;
  border-radius: 26px;
  text-align: center;
  height: 52px;
}

#custom-tshirts-intro .intro-content .button-outline {
  padding: 10px;
  width: 50%;
  max-width: 242px;
  font-weight: 600;
  font-size: 18px;
  line-height: 29px;
  border-radius: 26px;
  text-align: center;
  height: 52px;
  margin-left: 16px;
}

#custom-tshirts-intro .intro-content .button-blue:hover {
  color: #fff;
  text-decoration: none;
}

#custom-tshirts-intro .intro-content .button-blue.v-mob {
  display: none;
}

@media (max-width: 1024px) and (min-width: 767.98px) {
  #custom-tshirts-intro .intro-content .button-blue {
    max-width: 185px;
    font-size: 16px;
    height: 44px;
    line-height: 20px;
  }

  #custom-tshirts-intro .intro-content .button-outline {
    max-width: 185px;
    font-size: 16px;
    height: 44px;
    line-height: 20px;
  }
}

@media (max-width: 767.98px) {
  #custom-tshirts-intro .intro-content .button-blue {
    width: 100%;
    max-width: unset;
  }

  #custom-tshirts-intro .intro-content .button-blue.v-mob {
    display: block;
  }

  #custom-tshirts-intro .intro-content .button-blue.v-pc {
    display: none;
  }

  #custom-tshirts-intro .intro-content .button-outline.v-pc {
    display: none;
  }
}

#custom-tshirts-intro .intro-photo {
  width: 55%;
  height: 470px;
  position: relative;
}

@media (max-width: 1024px) {
  #custom-tshirts-intro .intro-photo {
    height: unset;
    width: 50%;
  }
}

@media (max-width: 767.98px) {
  #custom-tshirts-intro .intro-photo {
    order: 2;
    height: unset;
    width: 100%;
    margin-bottom: 24px;
  }
}

#custom-tshirts-intro .intro-photo .main-image {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  z-index: 2;
}

#custom-tshirts-intro .intro-photo .main-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: bottom;
}

#custom-tshirts-intro .intro-photo .main-image img.ipad-main-image,
#custom-tshirts-intro .intro-photo .main-image img.mob-main-image {
  display: none;
}

@media (max-width: 1024px) {
  #custom-tshirts-intro .intro-photo .main-image img.desktop-main-image {
    display: none;
  }

  #custom-tshirts-intro .intro-photo .main-image img.ipad-main-image {
    display: block;
  }
}

@media (max-width: 767.98px) {
  #custom-tshirts-intro .intro-photo .main-image img.ipad-main-image {
    display: none;
  }

  #custom-tshirts-intro .intro-photo .main-image img.mob-main-image {
    display: block;
  }
}

#custom-tshirts-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) {
  #custom-tshirts-intro .delivery-options-container {
    width: calc(100% - 48px);
  }
}

@media (max-width: 1024px) {
  #custom-tshirts-intro .delivery-options-container {
    width: calc(100% - 32px);
  }
}

@media (max-width: 767.98px) {
  #custom-tshirts-intro .delivery-options-container {
    background: #fff;
    padding: 40px 0;
    position: relative;
    transform: unset;
    left: unset;
    width: 100%;
  }
}

#custom-tshirts-intro .delivery-options-container .delivery-title {
  font-weight: 600;
  font-size: 26px;
  line-height: 38px;
  color: #1c244b;
  text-align: center;
  margin-bottom: 24px;
}

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

#custom-tshirts-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) {
  #custom-tshirts-intro .delivery-options-container .delivery-options {
    padding: 7px 0;

    border: 0.5px solid #e8e9ea;
    box-shadow: 0px 5px 14px 0px rgba(0, 0, 0, 0.05);
  }
}

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

#custom-tshirts-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) {
  #custom-tshirts-intro .delivery-options-container .delivery-options .delivery-opt {
    padding: 15px 0;
  }
}

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

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

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

#custom-tshirts-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) {
  #custom-tshirts-intro .delivery-options-container .delivery-options .delivery-opt .photo {
    width: 47px;
    height: 47px;
    margin-right: 8px;
  }
}

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

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

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

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

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

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

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

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

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

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

#custom-tshirts-intro .delivery-options-container .delivery-options .delivery-opt .content .detail span {
  font-weight: 600;
  color: #1c244b;
}

/*#endregion END OF CUSTOM TSHIRTS INTRO */

/*#region CUSTOM TSHIRT PRODUCTS */
#custom-tshirt-products {
  padding: 165px 0 58px;
  background-color: #f7f8fa;
}

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

@media (max-width: 1024px) {
  #custom-tshirt-products {
    padding: 96px 0 40px;
  }
}

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

#custom-tshirt-products .section-title-box {
  margin-bottom: 38px;
}

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

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

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

@media (max-width: 1024px) {
  #custom-tshirt-products .section-title {
    font-size: 24px;
  }
}

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

@media (max-width: 1024px) {
  #custom-tshirt-products .section-subtitle {
    font-size: 16px;
  }
}

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

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

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

@media (max-width: 1280px) and (min-width: 1025px) {
  #custom-tshirt-products .products-wrapper .home-product-card {
    height: 220px;
  }
}

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

@media (max-width: 767.98px) {
  #custom-tshirt-products .products-wrapper .home-product-card {
    height: 184px;
    padding: 55px 4px 0 4px;
    margin: 8px 10px;
  }

  #custom-tshirt-products .products-wrapper .home-product-card:first-of-type,
  #custom-tshirt-products .products-wrapper .home-product-card:last-of-type {
    width: 100%;
    height: 240px;
  }
}

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

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

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

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

@media (max-width: 1024px) {
  #custom-tshirt-products .products-wrapper .home-product-card .name {
    line-height: normal;
    font-size: 16px;
  }
}

@media (max-width: 1024px) {
  #custom-tshirt-products .products-wrapper .home-product-card .name {
    font-size: 16px;
    line-height: 19px;
  }
}

/*#endregion END OF CUSTOM TSHIRT PRODUCTS */

/*#region PRODUCT DESIGN BANNER */
#product-design-banner {
  background-color: #003ca3;
  padding: 70px 0;
  position: relative;
}

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

@media (max-width: 767.98px) {
  #product-design-banner {
    padding: 58px 0;
  }
}

#product-design-banner .section-wrapper .line-l,
#product-design-banner .section-wrapper .line-s {
  position: absolute;
  display: none;
}

@media (max-width: 1024px) {

  #product-design-banner .section-wrapper .line-l,
  #product-design-banner .section-wrapper .line-s {
    display: block;
  }
}

#product-design-banner .section-wrapper .line-s {
  left: 66px;
  bottom: 28px;
  width: 8px;
  height: 8px;
}

@media (max-width: 767.98px) {
  #product-design-banner .section-wrapper .line-s {
    width: 6px;
    height: 6px;
    left: 81px;
    bottom: 6px;
    transform: rotate(55deg);
  }
}

#product-design-banner .section-wrapper .line-s:last-of-type {
  right: 14px;
  bottom: 23px;
  left: unset;
}

@media (max-width: 767.98px) {
  #product-design-banner .section-wrapper .line-s:last-of-type {
    transform: unset;
    right: 17px;
    bottom: 162px;
  }
}

#product-design-banner .section-wrapper .line-l {
  top: 60px;
  left: 15px;
  width: 19px;
  height: 19px;
}

@media (max-width: 767.98px) {
  #product-design-banner .section-wrapper .line-l {
    width: 14px;
    height: 14px;
    left: 8px;
    bottom: 46px;
    top: unset;
    transform: rotate(55deg);
  }
}

#product-design-banner .section-wrapper .line-l:nth-of-type(2) {
  right: 49px;
  top: 66px;
  left: unset;
}

@media (max-width: 767.98px) {
  #product-design-banner .section-wrapper .line-l:nth-of-type(2) {
    top: 8px;
    right: 44px;
    transform: unset;
  }
}

#product-design-banner .section-wrapper .section-title {
  color: #fff;
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 36px;
}

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

@media (max-width: 767.98px) {
  #product-design-banner .section-wrapper .section-title {
    font-size: 24px;
    margin-bottom: 32px;
  }
}

#product-design-banner .section-wrapper .section-btns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

#product-design-banner .section-wrapper .section-btns div {
  flex: 1;
}

@media (max-width: 767.98px) {
  #product-design-banner .section-wrapper .section-btns div {
    width: 100%;
    display: flex;
    justify-content: center;
  }
}

@media (max-width: 767.98px) {
  #product-design-banner .section-wrapper .section-btns {
    flex-direction: column;
    margin: 0 auto;
    gap: 0;
  }
}

#product-design-banner .section-wrapper .section-btns a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  text-decoration: none;
  height: 50px;
  border-radius: 25px;
  transition: 0.3s;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  padding: 10px;
  border: 1px solid #f6faff;
}

@media (min-width: 768px) and (max-width: 1024px) {
  #product-design-banner .section-wrapper .section-btns a {
    font-size: 16px;
    height: 44px;
  }
}

@media (max-width: 767.98px) {
  #product-design-banner .section-wrapper .section-btns a {
    width: 100%;
    height: 52px;
  }
}

#product-design-banner .section-wrapper .section-btns .design-btn {
  color: #3578ea;
  background: #f6faff;
  width: 223px;
  float: right;
}

#product-design-banner .section-wrapper .section-btns .design-btn svg {
  display: none;
}

@media (max-width: 1024px) {
  #product-design-banner .section-wrapper .section-btns .design-btn {
    width: 169px;
  }
}

@media (max-width: 767.98px) {
  #product-design-banner .section-wrapper .section-btns .design-btn {
    max-width: 256px;
    width: 100%;
    background-color: transparent;
    color: #fff;
    border: 1px solid #fff;
  }

  #product-design-banner .section-wrapper .section-btns .design-btn svg {
    display: block;
  }
}

#product-design-banner .section-wrapper .section-btns .quick-quote-btn {
  color: #f6faff;
  width: 196px;
}

@media (max-width: 1024px) {
  #product-design-banner .section-wrapper .section-btns .quick-quote-btn {
    width: 144px;
  }
}

@media (max-width: 767.98px) {
  #product-design-banner .section-wrapper .section-btns .quick-quote-btn {
    display: none;
  }
}

@media (hover: hover) and (pointer: fine) {
  #product-design-banner .section-wrapper .section-btns .design-btn:hover {
    color: #f6faff;
    background: transparent;
  }

  #product-design-banner .section-wrapper .section-btns .quick-quote-btn:hover {
    background-color: #f6faff;
    color: #3578ea;
  }
}

@media (hover: hover) and (pointer: fine) and (max-width: 767.98px) {
  #product-design-banner .section-wrapper .section-btns .design-btn:hover {
    background-color: #f6faff;
    color: #3578ea;
  }

  #product-design-banner .section-wrapper .section-btns .design-btn:hover svg>path {
    stroke: #3578ea;
  }
}

/*#endregion END OF PRODUCT DESIGN BANNER */

/*#region GALLERY SECTION */
#custom-tshirt-gallery {
  padding: 70px 0;
  /* background-color: #F7F8FA; */
}

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

#custom-tshirt-gallery .section-title {
  font-size: 36px;
  font-weight: 700 !important;
  text-transform: capitalize;
  line-height: normal;
  text-align: center;
  margin-bottom: 12px !important;
  font-family: "Geologica", sans-serif !important;
  color: #1c244b;
}

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

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

/*#endregion END OF GALLERY SECTION */

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

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

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

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

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

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

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

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

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

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

@media (max-width: 1440px) {

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

@media (max-width: 1024px) {

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

@media (max-width: 767.98px) {

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

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

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

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

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

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

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

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

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

/*#endregion END OF LIGHTBOX GALLERY POPUP */

/*#region Service section */
.landing-services {
  padding: 70px 0;
  background-color: #F7F8FA;
}

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

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

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

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

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

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

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

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

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

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

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

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

.landing-services .service-type.active {
  color: #003CA3;
}

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

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

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

.landing-services .content-item-text .desc ul {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.landing-services .content-item-text .desc li ul {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding-left: 15px;
  padding-top: 15px;
}

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

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

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

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

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

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

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

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

/*#endregion Service section*/

/*#region Why choose*/
.landing-why-choose {
  padding: 70px 0;
  /* background: #f6faff; */
}

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

.landing-why-choose .secondary-title {
  margin-bottom: 28px !important;
  color: #1c244b;
  font-size: 32px;
  font-weight: 700;
  line-height: 51px;
}



@media (max-width: 1024px) {
  .landing-why-choose .secondary-title {
    margin-bottom: 10px;
  }

  .landing-why-choose .secondary-title.v-desktop {
    display: none !important;
  }

  .landing-why-choose .secondary-title.v-mob {
    display: block !important;
  }
}

@media (max-width: 767.98px) {
  .landing-why-choose .secondary-title {
    margin: 0 auto 24px;
    max-width: 625px;
  }
}

.landing-why-choose .content-wrapper {
  display: flex;
  align-items: center;
  gap: 70px;
}

@media (max-width: 1024px) {
  .landing-why-choose .content-wrapper {
    gap: 20px;
  }
}

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

.landing-why-choose .content-wrapper .section-photo {
  width: 45%;
}

@media (max-width: 1024px) {
  .landing-why-choose .content-wrapper .section-photo {
    width: 47%;
  }
}

@media (max-width: 767.98px) {
  .landing-why-choose .content-wrapper .section-photo {
    width: 100%;
    display: flex;
    justify-content: center;
    max-width: 350px;
  }
}

.landing-why-choose .content-wrapper .section-photo img {
  max-width: 100%;
}

.landing-why-choose .content-wrapper .section-content {
  width: 55%;
}

@media (max-width: 1024px) {
  .landing-why-choose .content-wrapper .section-content {
    width: 53%;
  }
}

@media (max-width: 767.98px) {
  .landing-why-choose .content-wrapper .section-content {
    width: 100%;
  }
}

.landing-why-choose .content-wrapper .section-content .feature-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

@media (max-width: 767.98px) {
  .landing-why-choose .content-wrapper .section-content .feature-list {
    max-width: 625px;
    margin: 0 auto;
  }
}

.landing-why-choose .content-wrapper .section-content .feature-list .feature {
  border-radius: 4px;
  border: 1px solid #e8e9ea;
  background: #fff;
  overflow: hidden;
  list-style: none;
  background-color: #F7F8FA;
}

.landing-why-choose .content-wrapper .section-content .feature-list .feature .f-heading {
  color: #1c244b;
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
  padding: 12px;
  padding-right: 56px;
  cursor: pointer;
  position: relative;
}

.landing-why-choose .content-wrapper .section-content .feature-list .feature .f-heading::before,
.landing-why-choose .content-wrapper .section-content .feature-list .feature .f-heading::after {
  content: "";
  position: absolute;
  width: 14px;
  height: 2px;
  border-radius: 2px;
  background: #131740;
  top: 50%;
  right: 16px;
}

.landing-why-choose .content-wrapper .section-content .feature-list .feature .f-heading::before {
  transform: translateY(-50%);
}

.landing-why-choose .content-wrapper .section-content .feature-list .feature .f-heading::after {
  transform: rotate(90deg) translateX(-1px);
  transition: transform 0.3s;
}

@media (max-width: 1024px) {
  .landing-why-choose .content-wrapper .section-content .feature-list .feature .f-heading {
    font-size: 14px;
    line-height: 22px;
  }
}

@media (max-width: 767.98px) {
  .landing-why-choose .content-wrapper .section-content .feature-list .feature .f-heading {
    font-size: 17px;
    line-height: 26px;
  }
}

.landing-why-choose .content-wrapper .section-content .feature-list .feature .f-content {
  max-height: 0;
  box-sizing: content-box !important;
  overflow: hidden;
  transition: 0.5s;
  color: #1c244b;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  padding: 0 12px;
}

@media (max-width: 1024px) {
  .landing-why-choose .content-wrapper .section-content .feature-list .feature .f-content {
    font-size: 14px;
    line-height: 22px;
  }
}

@media (max-width: 767.98px) {
  .landing-why-choose .content-wrapper .section-content .feature-list .feature .f-content {
    font-size: 17px;
    line-height: 27px;
  }
}

.landing-why-choose .content-wrapper .section-content .feature-list .feature.active .f-heading {
  background: #3578ea;
  color: #fff;
}

.landing-why-choose .content-wrapper .section-content .feature-list .feature.active .f-heading::before,
.landing-why-choose .content-wrapper .section-content .feature-list .feature.active .f-heading::after {
  background: #fff;
}

.landing-why-choose .content-wrapper .section-content .feature-list .feature.active .f-heading::after {
  transform: rotate(0deg);
}

.landing-why-choose .content-wrapper .section-content .feature-list .feature.active .f-content {
  margin: 8px 0;
}

/*#endregion Why Choose*/

/*#region Design Area Start*/
.landing-design {
  padding: 70px 0;
  background-color: #F7F8FA;
}

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

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

.landing-design .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) {
  .landing-design .design-content-boxs-item .title {
    font-size: 16px;
    line-height: 24px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

.landing-design .design-content-boxs-item.active {
  /* background-color: #F3F8FF; */
  background-color: #fff;
  border-radius: 8px;
  border: 1px solid #e0e2e4;
  margin: 24px 0;
}

.landing-design .design-content-boxs-item:first-of-type.active {
  margin-top: 0px !important;
}

.landing-design .design-content-boxs-item:last-of-type.active {
  margin-bottom: 0px !important;
}

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

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

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

.landing-design .design-content-boxs-item-content .description {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.landing-design .design-content-boxs-item-content .description .description-item .description-item-title {
  color: #354156;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 25.2px;
  padding-bottom: 8px;
}

.landing-design .design-content-boxs-item-content .description .description-item .description-item-text {
  color: #354156;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 19.6px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

/*#endregion Design Area End */

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

#landing-g_reviews .ti-header {
  display: none;
}

#landing-g_reviews .section-title {
  text-align: center;
  color: #1C244B;
  font-family: Inter;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

#landing-g_reviews .section-subtitle {
  margin-bottom: 36px;
}


#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;
  font-size: 20px !important;
  line-height: 32px !important;
  font-weight: 600 !important;
  padding: 10px !important;
}

@media (max-width: 1024px) {
  #landing-g_reviews .button-blue {
    width: 185px;
    font-size: 16px;
    line-height: 24px;
  }
}

@media (max-width: 767.98px) {
  #landing-g_reviews .button-blue {
    width: 100%;
    font-size: 22px;
  }
}

/*#endregion END OF GOOGLE REVIEWS CSS */

/*#region Desin Now */
#tshirt-design-now {
  padding: 70px 0;
  background: #fff;
}

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

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

#tshirt-design-now .content-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 767.98px) {
  #tshirt-design-now .content-wrapper {
    flex-direction: column-reverse;
  }
}

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

  #tshirt-design-now .content-wrapper .content,
  #tshirt-design-now .content-wrapper .photo {
    width: calc(50% - 28px);
  }
}

@media (min-width: 1025px) {
  #tshirt-design-now .content-wrapper .content {
    width: 50%;
  }
}

#tshirt-design-now .content-wrapper .content .title-wrapper .section-title {
  color: #1C244B;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 16px;
}

#tshirt-design-now .content-wrapper .content .section-subtitle {
  color: #5e5e5e;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6em;
  text-align: start;
}

@media (max-width: 767.98px) {

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

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

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

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

#tshirt-design-now .content-wrapper .content .button-wrapper .button-blue,
#tshirt-design-now .content-wrapper .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) {

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

@media (max-width: 767.98px) {

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

#tshirt-design-now .content-wrapper .content .google-reviews {
  margin-top: 8px;
}

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

#tshirt-design-now .content-wrapper .content .google-reviews .ti-widget>.ti-widget-container {
  display: flex;
}

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

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

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

#tshirt-design-now .content-wrapper .photo {
  border-radius: 4px;
  overflow: hidden;
}

@media (min-width: 1025px) {
  #tshirt-design-now .content-wrapper .photo {
    width: calc(50% - 100px);
  }
}

@media (max-width: 767.98px) {
  #tshirt-design-now .content-wrapper .photo {
    margin-bottom: 32px;
  }
}

#tshirt-design-now .content-wrapper .photo img {
  width: 100%;
  object-fit: contain;
}

/*#endregion Desin Now */

/*#region  BRANDS */
#brands {
  padding: 24px 0;
  background-color: #F7F8FA;
}

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

#brands .title {
  color: #333;
  font-family: Inter !important;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 26.46px;
  text-align: center;
}

#brands .subtitle {
  text-align: center;
  margin-bottom: 16px;
}

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

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

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

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

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

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

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

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

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

/*#endregion CITY BRANDS END */

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

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

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

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

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

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

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

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

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

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

.landing-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) {
  .landing-faq .section-wrapper .faq-container .section-title {
    font-size: 24px;
    line-height: 34px;
  }
}

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

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

@media (min-width: 0) {
  .landing-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;
  }
}

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

@media (min-width: 0) {
  .landing-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;
  }
}

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

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

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

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

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

.landing-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) {
  .landing-faq .section-wrapper .faq-container .tab-item .tab-title {
    font-size: 16px;
    line-height: 26px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.landing-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) {
  .landing-faq .faq-accordian {
    opacity: 1;
    height: auto;
    margin-bottom: 16px;
    border-radius: 4px;
    border: 1px solid #E1E1E1;
    padding: 16px 16px 0 16px;
  }

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

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

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

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

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

.landing-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) {
  .landing-faq .faq-accordian .order-mob-item {
    display: none;
  }
}

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

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

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

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

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

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

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

/*#endregion Faq End */

/*#region H1 bug soloved*/

@media only screen and (min-width:767.98px) {
  .intro-wrapper {
    display: grid !important;
    grid-template-areas: "a c" "b c" !important;
    grid-template-columns: 43% 50% !important;
    gap: 0px !important;
    column-gap: 5%!important;

  }

  h1.title {
     grid-area: a!important;
    align-self: end !important;
    margin-top: 0px !important;
    color: #1c244b !important;
    font-style: normal !important;
    display: block !important;
    font-size: 32px !important;
    font-weight: 700 !important;
    line-height: 60px !important;
    margin-bottom: 8px !important;
    text-align: start !important;
  }

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

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

  }


}
@media only screen and (min-width:1024px) {
 
  h1.title {
        padding-top: 28px !important;
  }
}
@media only screen and (min-width:1200px) {
 
  h1.title {
        font-size: 42px !important;
  }
}


/*#endregion H1 bug soloved*/