.no-arrow::after {
  display: none;
}
.address-box {
  height: 100%;
  padding: calc(15px + (20 - 15) * ((100vw - 320px) / (1920 - 320)));
  /* border: 1px dashed #f0f3f8;
  border-radius: 5px; */
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.address-box.add-new {
  cursor: pointer;
}
.address-box.checked {
  border-color: #14878a;
}
.address-box h3 {
  margin-bottom: 15px;
}
.address-box .plus-icon {
  padding: 10px;
  background-color: #fafafa;
  border-radius: 100px;
}
.address-box .plus-icon svg {
  width: calc(30px + (40 - 30) * ((100vw - 320px) / (1920 - 320)));
  height: calc(30px + (40 - 30) * ((100vw - 320px) / (1920 - 320)));
  stroke: #14878a;
}
.address-box .radio-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}
.address-box .option-wrap {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
}
[dir="rtl"] .address-box .option-wrap {
  margin-right: auto;
  margin-left: unset;
}
.address-box .option-wrap .edit,
.address-box .option-wrap .delet {
  cursor: pointer;
}
.address-box .option-wrap .edit svg,
.address-box .option-wrap .delet svg {
  width: calc(16px + (18 - 16) * ((100vw - 320px) / (1920 - 320)));
  height: calc(16px + (18 - 16) * ((100vw - 320px) / (1920 - 320)));
  stroke: #767676;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.address-box .option-wrap .edit svg:hover,
.address-box .option-wrap .delet svg:hover {
  stroke: #262834;
}
.address-box .address-detail {
  padding: 0 15px;
  margin-top: 18px;
  margin-bottom: -3px;
}
@media only screen and (max-width: 475px) {
  .address-box .address-detail {
    padding: 0;
  }
}
.address-box .address-detail p {
  margin-bottom: 5px;
  font-size: 14px;
}
.address-box .address-detail > span {
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  font-size: 12px;
}
.address-box .address-detail ul {
  margin-top: 15px;
  list-style: disc;
  padding-left: 19px;
}
[dir="rtl"] .address-box .address-detail ul {
  padding-right: 19px;
  padding-left: unset;
}
.address-box .address-detail ul li {
  font-size: 16px;
  color: #262834;
  display: list-item;
}
.address-box .address-detail .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  margin-top: 20px;
}

.wa-wrap {
  position: fixed;
  bottom: 130px;
  right: 24px;
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999;
}

.wa-ring {
  position: absolute;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 3px solid #25d366;
  opacity: 0.4;
  animation: ripple 1.8s ease-out infinite;
}

.wa-core {
  width: 54px;
  height: 54px;
  background: #25d366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  position: relative;
  z-index: 1;
}

@keyframes ripple {
  0% {
    transform: scale(0.85);
    opacity: 0.6;
  }

  100% {
    transform: scale(1.3);
    opacity: 0;
  }
}

.shop-btn .btn-wapp {
  border-radius: 30px;
  background: #1ebe5d;
  font-size: 15px;
}

/* @media (max-width: 768px) {
  .wa-wrap {
    display: none;
  }
} */

.form-custom {
  height: 48px;
  border-radius: 8px;
  font-size: 16px;
  padding: 10px 40px 10px 14px;
  border: 1px solid #ced4da;
  box-shadow: none;
}

.form-custom {
  border-color: #86b7fe;
  box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.15);
  outline: none;
}

.title {
  font-size: 15px;
  font-weight: 700;
  color: #0f1111;
  margin-bottom: 18px;
}
.step {
  display: flex;
  gap: 14px;
  align-items: flex-start;
}

.dot-col {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 18px;
  flex-shrink: 0;
}

.dot {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  flex-shrink: 0;
  margin-top: 2px;
}

.dot.done {
  background: #ff9900;
}
.dot.active {
  background: #007600;
  animation: activePulse 1.5s ease-in-out infinite;
}
.dot.pending {
  background: #fff;
  border: 1.5px solid #888;
}

@keyframes activePulse {
  0%,
  100% {
    box-shadow: 0 0 0 3px rgba(0, 118, 0, 0.2);
  }
  50% {
    box-shadow: 0 0 0 6px rgba(0, 118, 0, 0.08);
  }
}

.vline {
  width: 2px;
  min-height: 26px;
  flex: 1;
  margin: 3px 0;
}

.vline.done {
  background: #ff9900;
}
.vline.active {
  background: linear-gradient(#ff9900, #ccc);
}
.vline.pending {
  background: #ccc;
}

.content {
  flex: 1;
  padding-bottom: 20px;
}

.content.last {
  padding-bottom: 0;
}

.label {
  font-size: 13.5px;
  font-weight: 700;
  color: #0f1111;
}

.label.active {
  color: #007600;
}
.label.pending {
  color: #555;
  font-weight: 400;
}

.time {
  font-size: 12px;
  color: #555;
  white-space: nowrap;
  flex-shrink: 0;
}

.desc {
  font-size: 12px;
  color: #555;
  margin-top: 3px;
}

.live-badge {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background: #007600;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  border-radius: 3px;
  padding: 2px 8px;
  margin-top: 6px;
}

.live-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #90ee90;
  animation: blink 1s infinite;
}

@keyframes blink {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
.product-spec-table {
  min-height: 369px;
}

.dash {
  background: #ffffff;
  border-radius: 16px;
  padding: 40px;
  max-width: 780px;
  width: 100%;
}

.welcome-head {
  margin-bottom: 32px;
}

.welcome-head h2 {
  font-size: 28px;
  font-weight: 700;
  color: #1a202c;
  margin-bottom: 8px;
}

.welcome-head p {
  font-size: 14px;
  color: #4a5568;
  line-height: 1.6;
}

.list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.list-card {
  background: #ffffff;
  border: 1px solid #e2ddd6;
  border-radius: 14px;
  padding: 20px 24px;
  display: flex;
  align-items: center;
  gap: 18px;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.2s ease;
}

.list-card:hover {
  border-color: #222934;
  background: #fff;
  box-shadow: 0 2px 14px rgba(45, 55, 72, 0.1);
}

.list-card:hover .icon-wrap {
  background: #222934;
}

.list-card:hover .icon-wrap svg {
  stroke: #fff;
}

.list-card:hover .arrow {
  color: #222934;
  transform: translateX(4px);
}

.icon-wrap {
  width: 52px;
  height: 52px;
  border-radius: 12px;
  background: #14878a;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: background 0.2s ease;
}

.icon-wrap svg {
  width: 22px;
  height: 22px;
  stroke: #fff;
  stroke-width: 1.5;
  fill: none;
  transition: stroke 0.2s ease;
}

.text {
  flex: 1;
}

.label {
  font-size: 15px;
  font-weight: 600;
  color: #1a202c;
  margin-bottom: 3px;
}

.desc {
  font-size: 13px;
  color: #718096;
}

.arrow {
  width: 18px;
  height: 18px;
  color: #b0bec5;
  flex-shrink: 0;
  transition:
    transform 0.2s ease,
    color 0.2s ease;
}

.video-card {
  /* width: 220px; */
  border-radius: 16px;
  overflow: hidden;
  cursor: pointer;
  position: relative;
}

.thumb {
  position: relative;
  width: 100%;
  height: 380px;
  background: #1a202c;
  overflow: hidden;
}

.thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition:
    transform 0.3s,
    opacity 0.3s;
}

.video-card:hover .thumb img {
  transform: scale(1.04);
  opacity: 0.75;
}

.thumb-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.play-ring {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.85);
  background: rgba(255, 255, 255, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(6px);
  transition:
    transform 0.2s,
    background 0.2s;
}

.video-card:hover .play-ring {
  transform: scale(1.1);
  background: rgba(255, 255, 255, 0.28);
}

.play-ring svg {
  width: 20px;
  height: 20px;
  fill: #fff;
  margin-left: 4px;
}

/* Overlay */
.overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 999;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.overlay.open {
  display: flex;
}

/* 9:16 vertical ratio */
.video-wrap {
  position: relative;
  padding-bottom: 177.77%;
  height: 0;
}

.video-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.footers-end {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  background-color: #14878a;
  border-top: 1px solid #14878a;
  z-index: 1000;
}

.footer-btn {
  flex: 1;
  text-align: center;
  padding: 3px 0;
  text-decoration: none;
  font-weight: bold;
  color: #fff;
}

.footer-text {
  color: #fff;
}

@media (min-width: 1200px) {
  .footers-end {
    display: none;
  }
}

@media (max-width: 768px) {
  .main-slider-two__title {
    font-size: 50px;
  }
}

.footer-btn i {
  font-size: 20px;
}

.share-dropdown {
  position: relative;
}

.share-menu {
  display: none;
  position: absolute;
  right: 0;
  top: 45px;
  width: 200px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.15);
  overflow: hidden;
  z-index: 9999;
}

.share-menu a {
  display: block;
  padding: 10px 12px;
  font-size: 14px;
  color: #333;
  text-decoration: none;
}

.share-menu a:hover {
  background: #f5f5f5;
}

.share-menu.show {
  display: block;
}

.copy-toast {
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  background: #000;
  color: #fff;
  padding: 10px 16px;
  border-radius: 8px;
  font-size: 14px;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  z-index: 99999;
}

.copy-toast.show {
  opacity: 1;
  visibility: visible;
}