
:root {
  --mainblue: #0d6bff;
  --mainpurple: #8a2bff;
  --maingren: #6dba00;
  --textblack: #031438;
}

#consignment_page{
 font-family: "Poppins", sans-serif;
}

#consignment_page img {
  display: block;
  object-fit: contain;
  width: 100%;
}

#consignment_page .row-cover {
  width: 100%;
  transition: all ease 0.3s;
  margin: 0 auto;
  padding: 0px 10px;
}

#consignment_page .section-top {
  background: url(https://www.tcgnow.net/wp-content/uploads/2026/05/consignment_top_bg.png);
  background-size: cover;
  background-position: center center;
  padding: 50px 0px;
  background-repeat: no-repeat;
  overflow: hidden;
}

#consignment_page .section-top .container {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  gap: 30px;
  justify-content: space-between;
}

#consignment_page .section-top .container .left {
  width: 100%;
  max-width: 500px;
}

#consignment_page .section-top .container .left .title {
  font-weight: 900;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 70px;
  line-height: 1;
  text-align: center;
  padding-bottom: 20px;
  margin: 0;
}

#consignment_page .section-top .container .left .title b {
  font-size: 110px;
  display: block;
  background: linear-gradient(to bottom, #fffa64, #c6ad0f);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

#consignment_page .section-top .container .left .title span {
  display: inline-block;
  font-size: 40px;
  margin: 0 auto;
  background: #fffa64;
  background: linear-gradient(180deg, rgba(255, 250, 100, 1) 0%, rgba(198, 173, 15, 1) 100%);
  color: #ffffff;

  --r: 0.8em; /* control the ribbon shape */
  padding-inline: calc(var(--r) + 0.3em);
  line-height: 1.5;
  clip-path: polygon(0 0, 100% 0, calc(100% - var(--r)) 50%, 100% 100%, 0 100%, var(--r) 50%);
  width: fit-content;
}

#consignment_page .section-top .container .left p {
  color: #ffffff;
  text-align: center;
  line-height: 1.3;
  padding-bottom: 20px;
}

#consignment_page .section-top .container .left .buttons {
  display: flex;
  gap: 10px;
}

#consignment_page .button {
  padding: 15px 20px;
  border-radius: 8px;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 600;
  font-size: 20px;
  width: 50%;
  background: rgba(0, 0, 0, 0.5);
  border: 2px solid #ffffff;
}

#consignment_page .button.wa {
  background: #25d366;
  border: 2px solid #ffffff;
}

#consignment_page .button.fill {
  background: #fffa64;
  color: #000;
  border: 2px solid #fffa64;
  background: linear-gradient(180deg, rgba(255, 250, 100, 1) 0%, rgba(198, 173, 15, 1) 100%);
}

#consignment_page .section-top .container .right {
  width: 100%;
  max-width: 500px;
  position: relative;
}

#consignment_page .section-top .container .right .images {
  position: relative;
  width: 100%;
  text-align: center;
}

#consignment_page .section-top .container .right .images > img {
  z-index: 2;
  position: relative;
  width: 400px;
  margin: 0 auto;
}

#consignment_page .section-top .container .right .imagestage {
  position: absolute;
  left: 0;
  bottom: -60px;
  width: 100%;
  z-index: 1;
}

#consignment_page .section-one {
  padding: 50px 0px;
}

#consignment_page .rowtitle {
  font-size: 35px;
  font-weight: 800;
  text-align: center;
  color: #031438;
  text-transform: uppercase;
  margin: 0;
  line-height: 1.3;
  padding: 0px 20px 30px;
}

#consignment_page .rowtitle i {
  font-size: 20px;

  font-weight: 600;
}

#consignment_page .section-one .program-list {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  row-gap: 30px;
  padding: 0px 30px;
}

#consignment_page .section-one .program-list .object {
  flex: 1 1 100%;
  border-radius: 20px;
  background: #ffffff;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

#consignment_page .section-one .program-list .object .img_title {
  display: flex;
  padding: 20px 20px;
  align-items: center;
  gap: 20px;
}

#consignment_page .section-one .program-list .object .img_title .icon {
  width: 100px;
}

#consignment_page .section-one .program-list .object .img_title .text {
  text-transform: uppercase;
  color: #000;
  width: calc(100% - 120px);
}

#consignment_page .section-one .program-list .object .img_title .text span {
  display: block;
  font-size: 20px;
  font-weight: 900;
  font-style: italic;

  line-height: 1;
  padding-bottom: 10px;
}

#consignment_page .section-one .program-list .object .img_title .text b {
  font-weight: 600;
}

#consignment_page .section-one .program-list .object .benefit ul {
  list-style: none;
}

#consignment_page .section-one .program-list .object .benefit ul li {
  margin: 10px 0;
  font-size: 14px;
  position: relative;
  padding-left: 25px;
}

#consignment_page .section-one .program-list .object .benefit ul li:before {
  width: 10px;
  height: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 1px;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
}

#consignment_page .section-one .program-list .object .benefit ul li:after {
  content: "";
  position: absolute;
  left: 2px;
  border-radius: 1px;
  top: -3px;
  border-right: 3px solid #000;
  border-bottom: 3px solid #000;
  width: 5px;
  height: 12px;
  transform: rotate(45deg);
}

#consignment_page .section-one .program-list .object .summary {
  background: #000;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  padding: 10px 10px;
  font-weight: 600;
}

#consignment_page .section-one .program-list .object.blue .text span {
  color: #0d6bff;
}

#consignment_page .section-one .program-list .object.purple .text span {
  color: #8a2bff;
}

#consignment_page .section-one .program-list .object.green .text span {
  color: #6dba00;
}

#consignment_page .section-one .program-list .object.blue .summary {
  background: #0d6bff;
}

#consignment_page .section-one .program-list .object.purple .summary {
  background: #8a2bff;
}

#consignment_page .section-one .program-list .object.green .summary {
  background: #6dba00;
}

#consignment_page .section-one .program-list .object.blue .benefit ul li:after {
  border-right: 3px solid var(--mainblue);
  border-bottom: 3px solid var(--mainblue);
}

#consignment_page .section-one .program-list .object.purple .benefit ul li:after {
  border-right: 3px solid var(--mainpurple);
  border-bottom: 3px solid var(--mainpurple);
}

#consignment_page .section-one .program-list .object.green .benefit ul li:after {
  border-right: 3px solid var(--maingren);
  border-bottom: 3px solid var(--maingren);
}

#consignment_page .section-two {
  padding-bottom: 50px;
}

#consignment_page .section-two .programs {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

#consignment_page .section-two .programs img {
  border-radius: 8px;
}

#consignment_page .section-three {
  padding: 50px 0;
  background: rgba(0, 0, 0, 0.06);
}

#consignment_page .section-three .list {
  display: flex;
  gap: 20px;
  justify-content: space-between;
}

#consignment_page .section-three .list .item {
  flex: 1 1 100%;
  background: #fff;
  text-align: center;
  border-radius: 8px;

  padding: 10px 10px 20px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

#consignment_page .section-three .list .item .icon {
  display: flex;
  justify-content: center;
  padding-bottom: 10px;
}

#consignment_page .section-three .list .item .icon img {
  width: 80px;
}

#consignment_page .section-three .list .item b {
  font-weight: 800;
  text-transform: uppercase;
  font-size: 18px;
  padding-bottom: 10px;
  display: block;
  line-height: 1.3;
}

#consignment_page .section-three .list .item p {
  font-size: 14px;
  line-height: 1.3;
}

#consignment_page .section-faq {
  padding: 50px 0;
}

#consignment_page .section-faq .list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

#consignment_page .section-faq .list .cover {
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  padding: 0px 20px;
  line-height: 1.3;
  cursor: pointer;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

#consignment_page .section-faq .list .cover .quiz {
  position: relative;
  font-size: 16px;
  font-weight: bold;
  padding: 20px 30px 20px 0;
}

#consignment_page .section-faq .list .cover .quiz i {
  position: absolute;
  right: 0;
  top: 20px;
}

#consignment_page .section-faq .list .cover .ans {
  font-size: 15px;
  padding-bottom: 20px;
  display: none;
}

#consignment_page .section-faq .list .cover .ans b {
  font-weight: bold;
}

#consignment_page .section-faq .list .cover .ans ul {
  list-style-type: disc;
  margin-left: 20px;
  padding: 0;
}

#consignment_page .section-faq .list .cover .ans ul li {
  margin: 5px 0px;
}

#consignment_page .section-faq .list .cover .ans a {
  color: var(--mainblue);
}

#consignment_page .section-contact {
  padding: 30px 0;
  background: url(https://www.tcgnow.net/wp-content/uploads/2026/05/consignment_top_bg.png);
  background-size: cover;
  background-position: center bottom;
}

#consignment_page .section-contact .title {
  color: #fff;
  font-size: 35px;
  font-weight: 900;
  text-transform: uppercase;
  padding-bottom: 20px;
  margin: 0;

  font-style: italic;
  text-shadow: 2px 4px 3px rgba(0, 0, 0, 1);
}

#consignment_page .section-contact .title b {
  background: linear-gradient(rgb(255, 250, 100), rgb(198, 173, 15)) text;
  color: transparent;
  text-shadow: none;
}

#consignment_page .section-contact .wrapper {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: flex-end;
}

#consignment_page .section-contact .wrapper .left {
  width: calc(100% - 420px);
  color: #ffffff;
  line-height: 1.5;
}

#consignment_page .section-contact .wrapper .left p {
  width: 100%;
  max-width: 400px;
  line-height: 1.5;
  font-size: 14px;
}

#consignment_page .section-contact .wrapper .right {
  width: 420px;
}

#consignment_page .section-contact .wrapper .right .buttons {
  display: flex;
  gap: 30px;
  align-items: center;
}

#consignment_page .section-contact .wrapper .right .buttons .button {
  padding: 10px 20px;
  font-size: 16px;
}

@media (min-width: 1200px) {
  #consignment_page .row-cover {
    max-width: 1140px;
  }
}

@media (min-width: 1400px) {
  #consignment_page .row-cover {
    max-width: 1320px;
    width: 100%;
  }
}

@media only screen and (max-width: 1070px) {
  #consignment_page .section-one .program-list {
    flex-direction: column;
    gap: 20px;
    padding: 0px 10px;
    align-items: center;
  }

  #consignment_page .section-one .program-list .object {
    width: 100%;
    max-width: 500px;
  }
}

@media only screen and (max-width: 1024px) {
  #consignment_page .section-three .list {
    flex-wrap: wrap;
  }

  #consignment_page .section-three .list .item {
    flex: 1 1 33%;
  }
}

@media only screen and (max-width: 880px) {
  #consignment_page .section-top .container {
    flex-direction: column;
    align-items: center;
  }
}

@media only screen and (max-width: 768px) {
  #consignment_page .section-contact .wrapper {
    flex-wrap: wrap;
  }

  #consignment_page .section-contact .wrapper .left,
  #consignment_page .section-contact .wrapper .right {
    width: 100%;
  }
}

@media only screen and (max-width: 450px) {
  #consignment_page .section-top .container .left .buttons {
    flex-direction: column;
  }

  #consignment_page .section-top .container .left .buttons .button {
    width: 100%;
  }
  
  #consignment_page .section-contact .wrapper .right .buttons{
	  flex-wrap:wrap;
  }
  
  #consignment_page .section-contact .wrapper .right .buttons .button{
	  width:100%;
  }
}
