/* Custom Bags Intro Section */
#custom-bags-intro {
  padding: 30px 0 70px;
}

@media only screen and (max-width: 768px) {
  #custom-bags-intro {
    background-color: #F6F9FC;
  }
}

#custom-bags-intro .intro-box {
  display: flex;
  position: relative;
  padding-bottom: 154px;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media only screen and (max-width: 1024px) {
  #custom-bags-intro .intro-box {
    padding-bottom: 0;
  }
}

#custom-bags-intro .intro-box .text {
  width: 50%;
}

@media only screen and (max-width: 768px) {
  #custom-bags-intro .intro-box .text {
    width: 100%;
  }
}

#custom-bags-intro .intro-box .text .title {
  color: #213343;
  font-family: Poppins !important;
  font-size: 36px;
  font-weight: 700;
  line-height: 50.4px;
  margin-bottom: 24px;
}

@media only screen and (max-width: 1200px) {
  #custom-bags-intro .intro-box .text .title {
    font-size: 24px;
    line-height: normal;
    margin-bottom: 16px;
    font-weight: 600;
    text-transform: uppercase;
  }
}

@media only screen and (max-width: 768px) {
  #custom-bags-intro .intro-box .text .title {
    text-align: center;
    font-size: 30px;
    font-weight: 700;
  }
}

#custom-bags-intro .intro-box .text .desc {
  display: flex;
  justify-content: space-between;
  margin-bottom: 36px;
  color: #213343;
  font-family: Poppins !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 25.6px;
}

@media only screen and (max-width: 1024px) {
  #custom-bags-intro .intro-box .text .desc {
    font-size: 18px;
    color: #172640;
    font-weight: 400;
    line-height: 32px;
    margin-bottom: 24px;
  }
}

@media only screen and (max-width: 768px) {
  #custom-bags-intro .intro-box .text .desc {
    text-align: center;
    display: block;
  }
}

#custom-bags-intro .intro-box .text .desc-item {
  padding-left: 32px;
  background-image: url(/uploads/12046237/File/deco/custom/assets/check.svg);
  background-repeat: no-repeat;
  background-position: left center;
}

#custom-bags-intro .intro-box .btn-box {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  width: 100%;
}

#custom-bags-intro .intro-box .btn-box .btn {
  padding: 15px 0;
  width: 232px;
  font-size: 20px;
  line-height: 22px;
  font-weight: 600;
}

@media only screen and (max-width: 1200px) {
  #custom-bags-intro .intro-box .btn-box .btn {
    width: 153px;
    font-size: 16px;
  }
}

@media only screen and (max-width: 768px) {
  #custom-bags-intro .intro-box .btn-box .btn {
    width: 100%;
    line-height: 28px;
    padding: 11px 0;
    font-weight: 600;
  }
}

@media only screen and (max-width: 768px) {
  #custom-bags-intro .intro-box .btn-box {
    margin: 22px 0;
  }
}

#custom-bags-intro .intro-box .photo {
  width: 45%;
  display: flex;
  justify-content: center;
  border-radius: 8px;
  overflow: hidden;
}

@media only screen and (max-width: 1024px) {
  #custom-bags-intro .intro-box .photo {
    width: 48%;
  }
}

@media only screen and (max-width: 768px) {
  #custom-bags-intro .intro-box .photo {
    width: 100%;
  }
}

#custom-bags-intro .intro-box .photo img {
  max-width: 547px;
  width: 100%;
  aspect-ratio: 547 / 405;
}

#custom-bags-intro .intro-box .delivery {
  display: flex;
  position: absolute;
  right: 0;
  bottom: -10px;
  background-color: #fff;
  padding: 30px 50px;
  gap: 62px;
  justify-content: space-between;
  box-shadow: 0px 2px 4px 0px rgba(13, 16, 45, 0.1), 0px 1px 2px -1px rgba(13, 16, 45, 0.1);
  border-radius: 4px;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media only screen and (max-width: 1024px) {
  #custom-bags-intro .intro-box .delivery {
    position: static;
    width: 100%;
    margin-top: 30px;
  }
}

@media only screen and (max-width: 768px) {
  #custom-bags-intro .intro-box .delivery {
    padding: 16px;
    gap: 43px;
    margin-top: -5px;
    justify-content: center;
  }
}

#custom-bags-intro .intro-box .delivery-item {
  display: flex;
  flex-direction: column;
}

@media only screen and (max-width: 768px) {
  #custom-bags-intro .intro-box .delivery-item {
    align-items: center;
  }
}

#custom-bags-intro .intro-box .delivery-item-icon img {
  width: 44px;
  height: 44px;
  margin-bottom: 13px;
}

@media only screen and (max-width: 600px) {
  #custom-bags-intro .intro-box .delivery-item-icon img {
    width: 32px;
    height: 32px;
    margin-bottom: 6px;
  }
}

#custom-bags-intro .intro-box .delivery-item-title {
  color: #0d1c2c;
  font-family: Poppins !important;
  font-size: 16px;
  font-weight: 600;
  line-height: 22.4px;
  margin-bottom: 4px;
}

@media only screen and (max-width: 600px) {
  #custom-bags-intro .intro-box .delivery-item-title {
    font-size: 12px;
    line-height: 16.8px;
  }
}

#custom-bags-intro .intro-box .delivery-item-desc {
  color: #666;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  -webkit-text-decoration: none;
}

@media only screen and (max-width: 600px) {
  #custom-bags-intro .intro-box .delivery-item-desc {
    font-size: 12px;
  }
}

#custom-bags-intro .intro-box .delivery-item-desc span {
  color: #1c244b;
  font-weight: 600;
}

#custom-bags-intro .intro-box .delivery-item-desc span.num {
  color: #005eff;
  -webkit-color: #005eff;
}

#custom-bags-intro .intro-box .delivery::before {
  content: url(/uploads/12046237/File/deco/cities/assets/intro-arrow.svg);
  position: absolute;
  top: 30px;
  right: calc(100% + 15px);
}

@media only screen and (max-width: 1024px) {
  #custom-bags-intro .intro-box .delivery::before {
    display: none;
  }
}

#custom-bags-intro .ti-header {
  padding: 0;
  margin-bottom: 8px;
}

#custom-bags-intro .google-reviews {
  margin-top: 22px;
  height: 35px;
}

@media only screen and (max-width: 768px) {
  #custom-bags-intro .google-reviews {
    margin-top: 0px;
  }
}

#custom-bags-intro .google-reviews .ti-widget {
  text-align: start;
}

#custom-bags-intro .google-reviews .ti-widget .ti-widget-container .ti-header {
  background-color: white !important;
}

@media only screen and (max-width: 768px) {
  #custom-bags-intro .google-reviews .ti-widget {
    text-align: center;
  }

  #custom-bags-intro .google-reviews .ti-widget .ti-header strong {
    font-size: 12px;
  }

  #custom-bags-intro .google-reviews .ti-widget .ti-header .ti-star {
    width: 14px;
    height: 14px;
  }

  #custom-bags-intro .google-reviews .ti-widget .ti-small-logo img {
    width: 50px !important;
  }

  #custom-bags-intro .google-reviews .ti-widget .ti-header .nowrap {
    height: auto !important;
  }

  #custom-bags-intro .google-reviews .ti-widget .ti-mob-row {
    align-items: center;
  }
}

/* Custom Bags Product Section */
#custom-bags-product {
  padding: 100px 0;
  background-color: #F7F8FA;
}

@media only screen and (max-width: 1024px) {
  #custom-bags-product {
    padding: 50px 0;
    background-color: #fff;
  }
}

@media only screen and (max-width: 768px) {
  #custom-bags-product {
    background-color: #F7F8FA;
  }
}

#custom-bags-product .title {
  color: #213343;
  font-family: Poppins !important;
  font-size: 36px;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
  text-align: center;
}

@media only screen and (max-width: 1024px) {
  #custom-bags-product .title {
    font-size: 28px;
    line-height: 39.2px;
  }
}

@media only screen and (max-width: 768px) {
  #custom-bags-product .title {
    font-size: 30px;
    line-height: normal;
  }
}

#custom-bags-product .subtitle {
  text-align: center;
  color: #172640;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  margin: 12px 0 44px;
}

@media only screen and (max-width: 1024px) {
  #custom-bags-product .subtitle {
    margin: 12px 0 28px;
    line-height: 24px;
  }
}

@media only screen and (max-width: 768px) {
  #custom-bags-product .subtitle {
    margin: 12px 0 24px;
    line-height: normal;
  }
}

#custom-bags-product .product-box {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(4, 1fr);
}

@media only screen and (max-width: 1024px) {
  #custom-bags-product .product-box {
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
  }
}

@media only screen and (max-width: 768px) {
  #custom-bags-product .product-box {
    grid-template-columns: repeat(1, 1fr);
  }
}

#custom-bags-product .product-box-item {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  padding: 20px 10px 0 10px;
  text-decoration: none;
  gap: 18px;
  justify-content: space-between;
  transition: all 0.3s;
}

#custom-bags-product .product-box-item-title {
  color: #213343;
  font-family: Poppins !important;
  font-size: 24px;
  font-weight: 500;
  line-height: 36px;
  text-align: center;
  text-decoration: none;
}

@media only screen and (max-width: 768px) {
  #custom-bags-product .product-box-item-title {
    font-size: 20px;
    line-height: 30px;
  }
}

#custom-bags-product .product-box-item img {
  max-width: 100%;
}

@media only screen and (max-width: 1024px) {
  #custom-bags-product .product-box-item img {
    max-height: 250px;
    object-fit: contain;
  }
}

@media only screen and (max-width: 500px) {
  #custom-bags-product .product-box-item img {
    max-height: 200px;
  }
}

#custom-bags-product .product-box-item:hover {
  box-shadow: 0px 5px 15px 0px rgba(2, 41, 107, 0.39);
}

/* Custom Bags Reviews Section  */

#custom-bags-reviews {
  padding: 40px 0 60px;
}

@media only screen and (max-width: 1024px) {
  #custom-bags-reviews {
    background-color: #F6F9FC;
  }
}

@media only screen and (max-width: 768px) {
  #custom-bags-reviews {
    background-color: #fff;
    padding: 40px 0;
  }
}

#custom-bags-reviews .btn-box {
  margin-top: 33px;
  display: flex;
  justify-content: center;
  gap: 16px;
}

@media only screen and (max-width: 768px) {
  #custom-bags-reviews .btn-box {
    flex-direction: column;
  }
}

#custom-bags-reviews .btn-box .btn {
  width: 232px;
  font-size: 20px;
  font-weight: 600;
  line-height: 22px;
  padding: 15px 0;
}

@media only screen and (max-width: 1024px) {
  #custom-bags-reviews .btn-box .btn {
    width: 153px;
    font-size: 20px;
    font-weight: 600;
  }
}

@media only screen and (max-width: 768px) {
  #custom-bags-reviews .btn-box .btn {
    display: none;
  }
}

#custom-bags-reviews .ti-inner,
#custom-bags-reviews .ti-widget-header {
  background-color: #F4F4F4 !important;
}

@media only screen and (max-width: 1024px) {

  #custom-bags-reviews .ti-inner,
  #custom-bags-reviews .ti-widget-header {
    background-color: #fff !important;
  }
}

/* Custom Bags Preview Section */
#custom-bags-preview {
  padding: 70px 0;
  background-color: #f6f9fc;
}

@media only screen and (max-width: 1024px) {
  #custom-bags-preview {
    padding: 50px 0;
    background-color: #fff;
  }
}

@media only screen and (max-width: 768px) {
  #custom-bags-preview {
    background-color: #f6f9fc;
  }
}

#custom-bags-preview .title {
  color: #213343;
  font-family: Poppins !important;
  font-size: 36px;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
  text-align: center;
  margin-bottom: 12px;
}

@media only screen and (max-width: 768px) {
  #custom-bags-preview .title {
    font-size: 30px;
  }
}

#custom-bags-preview .sub-title {
  color: #172640;
  text-align: center;
  font-family: Poppins !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 36px;
}

#custom-bags-preview .sub-title span {
  color: #54ce59;
  font-family: Poppins !important;
  font-weight: 600;
}

@media only screen and (max-width: 1024px) {
  #custom-bags-preview .sub-title {
    margin-bottom: 30px;
  }
}

.tab-content-container {
  overflow-x: scroll;
  overflow-y: hidden;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.tab-content-container::-webkit-scrollbar {
  display: none;
}

.tab-content {
  width: 100%;
  display: flex;
  gap: 18px;
}

.tab-content-item {
  min-width: 230px;
  text-decoration: none;
  height: max-content;
  border-radius: 4px;
  border: 1px solid #f4f5f6;
  background: #fff;
  box-shadow: 0px 9px 26px 0px rgba(0, 0, 0, 0.05);
  /* shadow 3 */
}

.tab-content-item .photo {
  height: 250px;
  width: 100%;
}

.tab-content-item .photo img {
  width: 100%;
  border-radius: 4px;
}

.tab-content-item .text {
  text-align: start;
  padding: 15px;
}

.tab-content-item .text .name {
  color: #0b1629;
  font-family: Poppins !important;
  font-size: 12px;
  font-weight: 600;
  line-height: 17.76px;
  text-transform: capitalize;
  margin-bottom: 8px;
}

.tab-content-item .text .sub-name {
  color: #172640;
  font-family: Poppins !important;
  font-size: 14px;
  font-weight: 400;
  line-height: 20.72px;
  margin-bottom: 20px;
}

.tab-content-item .text .btn {
  padding: 8px;
  border-radius: 26px;
}

.tab-content-item:hover {
  border-radius: 4px;
  border: 1px solid #FF5C35;
  transition: 0.5s;
}

/* Custom Bags Gallery Section */
#custom-bags-galery {
  padding: 70px 0;
}

@media only screen and (max-width: 1024px) {
  #custom-bags-galery {
    padding: 50px 0;
    background-color: #f6f9fc;
  }
}

@media only screen and (max-width: 768px) {
  #custom-bags-galery {
    background-color: #fff;
  }
}

#custom-bags-galery .title {
  color: #213343;
  text-align: center;
  font-family: Poppins !important;
  font-size: 36px;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 36px;
}

@media only screen and (max-width: 1024px) {
  #custom-bags-galery .title {
    font-size: 30px;
    margin-bottom: 24px;
  }
}

#custom-bags-galery .galery-box {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

#custom-bags-galery .galery-box .photo {
  border-radius: 4px;
  box-shadow: 0px 9px 26px 0px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

#custom-bags-galery .galery-box .photo img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media only screen and (max-width: 1024px) {
  #custom-bags-galery .galery-box {
    grid-template-rows: repeat(2, 170px);
  }

  #custom-bags-galery .galery-box .photo:nth-child(6),
  #custom-bags-galery .galery-box .photo:nth-child(7),
  #custom-bags-galery .galery-box .photo:nth-child(8) {
    display: none;
  }

  #custom-bags-galery .galery-box .photo:nth-child(1) {
    grid-column: span 2;
    grid-row: span 2;
  }
}

@media only screen and (max-width: 768px) {
  #custom-bags-galery .galery-box {
    grid-template-rows: repeat(4, 154px);
    grid-template-columns: repeat(2, 1fr);
  }

  #custom-bags-galery .galery-box .photo:nth-child(1) {
    grid-column: span 1;
    grid-row: span 1;
  }

  #custom-bags-galery .galery-box .photo:nth-child(3) {
    grid-column: span 2;
    grid-row: span 2;
  }
}

#custom-bags-galery .btn {
  margin-top: 44px !important;
  padding: 15px 0;
  width: 232px;
  font-size: 20px;
  font-weight: 600;
  line-height: 22px;
  margin: 0 auto;
  display: none;
}

@media only screen and (max-width: 1024px) {
  #custom-bags-galery .btn {
    margin-top: 24px !important;
    width: 153px;
    font-size: 20px;
  }
}

/* Custom Bags Customize Section */
#custom-bags-customize {
  padding: 70px 0;
  background-color: #f7f8fa;
}

@media only screen and (max-width: 1024px) {
  #custom-bags-customize {
    padding: 50px 0;
    background-color: #fff;
  }
}

@media only screen and (max-width: 768px) {
  #custom-bags-customize {
    background-color: #fff;
    background-color: #f7f8fa;
  }
}

#custom-bags-customize .title {
  color: #213343;
  text-align: center;
  font-family: Poppins !important;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 36px;
  line-height: normal;
}

@media only screen and (max-width: 1024px) {
  #custom-bags-customize .title {
    font-size: 24px;
    line-height: 33.6px;
  }
}

@media only screen and (max-width: 768px) {
  #custom-bags-customize .title {
    font-size: 30px;
  }
}

#custom-bags-customize .benefit-box {
  display: grid;
  gap: 17px 20px;
  grid-template-columns: repeat(3, 1fr);
}

#custom-bags-customize .benefit-box-item {
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid #f4f5f6;
  background: #fff;
  /* shadow 3 */
  box-shadow: 0px 9px 26px 0px rgba(0, 0, 0, 0.05);
  min-height: 403px;
}

#custom-bags-customize .benefit-box-item .photo {
  width: 100%;
  height: 234px;
}

#custom-bags-customize .benefit-box-item .photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media only screen and (max-width: 1024px) and (min-width: 768px) {
  #custom-bags-customize .benefit-box-item .photo {
    height: 155px;
  }
}

#custom-bags-customize .benefit-box-item .text {
  padding: 12px 16px;
}

#custom-bags-customize .benefit-box-item .text-title {
  color: #1c244b;
  font-family: Inter !important;
  font-size: 20px;
  font-weight: 600;
  line-height: 29.6px;
  text-align: start;
  margin-bottom: 10px;
}

#custom-bags-customize .benefit-box-item .text-desc {
  color: #354156;
  font-family: Inter !important;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 19.6px;
  text-align: start;
}

@media only screen and (max-width: 1024px) {
  #custom-bags-customize .benefit-box {
    grid-template-columns: repeat(3, 1fr);
  }

  #custom-bags-customize .benefit-box .benefit-box-item {
    min-height: 200px;
  }

  #custom-bags-customize .benefit-box .benefit-box-item .text-desc {
    font-size: 14px;
  }
}

@media only screen and (max-width: 768px) {
  #custom-bags-customize .benefit-box {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    grid-auto-flow: row;
    margin: 0 -16px;
    padding: 0 16px;
  }
}

/* Custom Bags Faq Section */
#custom-bags-faq {
  padding: 70px 0;
}

@media only screen and (max-width: 1024px) {
  #custom-bags-faq {
    padding: 50px 0;
    background-color: #f6f9fc;
  }
}

@media only screen and (max-width: 768px) {
  #custom-bags-faq {
    background-color: #fff;
  }
}

#custom-bags-faq .service-box {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

#custom-bags-faq .service-box-item {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 20px 16px;
  border-radius: 4px;
  border: 1px solid #e6e8ea;
  background: #fff;
  /* Shadows/Base shadow */
  box-shadow: 0px 2px 4px 0px rgba(13, 16, 45, 0.1), 0px 1px 2px -1px rgba(13, 16, 45, 0.1);
}

#custom-bags-faq .service-box-item-title {
  color: #000;
  font-family: Poppins !important;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  margin-bottom: 10px;
}

@media only screen and (max-width: 768px) {
  #custom-bags-faq .service-box-item-title {
    font-size: 16px;
    line-height: 22.4px;
  }
}

#custom-bags-faq .service-box-item-desc {
  color: #000;
  font-family: Poppins !important;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 17px;
}

#custom-bags-faq .service-box-item ol {
  margin-left: 20px;
  color: #000;
  font-family: Poppins !important;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 17px;
}

#custom-bags-faq .service-box-item span {
  font-weight: 600;
}

@media only screen and (max-width: 768px) {
  #custom-bags-faq .service-box {
    gap: 16px;
  }

  #custom-bags-faq .service-box .service-box-item {
    box-shadow: 0px 9px 26px 0px rgba(0, 0, 0, 0.05);
    padding: 16px 13px;
    gap: 0;
    background-color: #fff;
  }

  #custom-bags-faq .service-box .service-box-item-title {
    padding-bottom: 0;
    position: relative;
    padding-right: 40px;
  }

  #custom-bags-faq .service-box .service-box-item-title::before {
    content: url("/uploads/12046237/File/deco/services/assets/arrow-down.svg");
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    transition: 0.3s;
  }

  #custom-bags-faq .service-box .service-box-item-desc {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s, padding 0.3s;
  }

  #custom-bags-faq .service-box .service-box-item.active .service-box-item-title {
    padding-bottom: 16px;
    border-bottom: 1px solid #e8e9ea;
  }

  #custom-bags-faq .service-box .service-box-item.active .service-box-item-title::before {
    top: 0;
    transform: rotate(-180deg) translateY(0);
  }

  #custom-bags-faq .service-box .service-box-item.active .service-box-item-desc {
    padding-top: 16px;
    max-height: 100vh;
    color: #353535;
    font-size: 14px;
    line-height: 18px;
  }
}

/* Custom Bags Service Section */
#custom-bags-service {
  padding: 70px 0;
  background-color: #f6f9fc;
}

@media only screen and (max-width: 1024px) {
  #custom-bags-service {
    padding: 50px 0;
    background-color: #fff;
  }
}

@media only screen and (max-width: 768px) {
  #custom-bags-service {
    background-color: #f6f9fc;
  }
}

#custom-bags-service .title {
  color: #213343;
  text-align: center;
  font-family: Poppins !important;
  font-size: 36px;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 24px;
}

@media only screen and (max-width: 1024px) {
  #custom-bags-service .title {
    font-size: 24px;
    line-height: 33.6px;
  }
}

@media only screen and (max-width: 768px) {
  #custom-bags-service .title {
    font-size: 30px;
    line-height: 42px;
  }
}

#custom-bags-service .faq-box .text {
  width: 100%;
  margin: 0 auto;
}

#custom-bags-service .faq-box .question {
  width: 80%;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  gap: 16px;
}

@media only screen and (max-width: 1024px) {
  #custom-bags-service .faq-box .question {
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  #custom-bags-service .faq-box .question {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
}

#custom-bags-service .faq-box .question-item {
  padding: 19px 40px 19px 16px;
  position: relative;
  cursor: pointer;
  border-radius: 4px;
  border: 1px solid #e8e9ea;
  background: #fff;
  box-shadow: 0px 9px 26px 0px rgba(0, 0, 0, 0.05);
}

#custom-bags-service .faq-box .question-item::before {
  content: url("/uploads/12046237/File/deco/cities/assets/minus.svg");
  position: absolute;
  right: 16px;
  top: 19px;
}

#custom-bags-service .faq-box .question-item::after {
  content: url("/uploads/12046237/File/deco/cities/assets/minus.svg");
  position: absolute;
  right: 16px;
  top: 19px;
  width: 24px;
  height: 24px;
  transition: all 0.3s;
  transform: rotate(90deg);
}

@media only screen and (max-width: 768px) {
  #custom-bags-service .faq-box .question-item {
    border-radius: 4px;
    border: 1px solid #e8e9ea;
    background: #fff;
    box-shadow: 0px 9px 26px 0px rgba(0, 0, 0, 0.05);
    padding: 16px 40px 16px 13px;
  }

  #custom-bags-service .faq-box .question-item::after {
    content: url("/uploads/12046237/File/deco/services/assets/arrow-down.svg");
    top: 16px;
    right: 13px;
    transform: rotate(0deg);
  }

  #custom-bags-service .faq-box .question-item::before {
    content: "";
    top: 16px;
    right: 13px;
  }
}

#custom-bags-service .faq-box .question-item-title {
  color: #1c244b;
  font-family: Poppins !important;
  font-size: 17px;
  font-weight: 400;
  line-height: 27.2px;
}

@media only screen and (max-width: 1024px) {
  #custom-bags-service .faq-box .question-item-title {
    font-size: 18px;
    font-weight: 500;
  }
}

@media only screen and (max-width: 768px) {
  #custom-bags-service .faq-box .question-item-title {
    font-weight: 600;
  }
}

#custom-bags-service .faq-box .question-item-desc {
  color: #1c244b;
  font-family: Poppins !important;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s;
  padding-top: 0;
}

@media only screen and (max-width: 768px) {
  #custom-bags-service .faq-box .question-item-desc {
    font-size: 16px;
    font-weight: 400;
  }
}

#custom-bags-service .faq-box .question-item:last-of-type {
  border-bottom: none;
}

#custom-bags-service .faq-box .question-item.active .question-item-desc {
  padding-top: 16px;
  max-height: 100vh;
}

#custom-bags-service .faq-box .question-item.active::after {
  transform: rotate(0deg);
}

@media only screen and (max-width: 768px) {
  #custom-bags-service .faq-box .question-item.active::after {
    transform: rotate(180deg);
  }
}

#custom-bags-service .faq-box .mob {
  display: none;
}

@media only screen and (max-width: 1024px) {
  #custom-bags-service .faq-box .mob {
    display: block !important;
  }
}

/* Custom Bags Ready Section */

#custom-bags-ready {
  padding: 40px 0;
  background-color: #fef4ea;
}

#custom-bags-ready .title {
  font-size: 30px;
  color: #213343;
  font-weight: 600;
  text-align: center;
  margin-bottom: 36px;
  font-family: Poppins !important;
}

@media only screen and (max-width: 1024px) {
  #custom-bags-ready .title {
    font-size: 24px;
  }
}

#custom-bags-ready .btn-box {
  display: flex;
  gap: 16px;
  justify-content: center;
}

@media only screen and (max-width: 768px) {
  #custom-bags-ready .btn-box {
    flex-direction: column;
  }
}

#custom-bags-ready .btn-box .btn {
  padding: 14px 44px;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
}

@media only screen and (max-width: 1024px) {
  #custom-bags-ready .btn-box .btn {
    padding: 14px;
    width: 200px;
    font-size: 20px;
    font-weight: 600;
    line-height: 22px;
  }
}

@media only screen and (max-width: 768px) {
  #custom-bags-ready .btn-box .btn {
    width: 100%;
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
  }
}