.al-r {
  text-align: right;
}

.page-subscribe {
  overflow-x: hidden;
}
.page-subscribe section {
  max-width: 100%;
  overflow-x: hidden;
}
.page-subscribe img {
  max-width: 100%;
  height: auto;
}
.page-subscribe .single-product-wrap {
  width: 100% !important;
  display: block !important;
}

.hero-banner {
  background-image: url("/assets/front/images/subscribe/banner.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  padding: 120px 0;
  color: white;
  margin-bottom: 60px;
  position: relative;
}

.hero-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0);
  z-index: 1;
}

.hero-content {
  position: relative;
  z-index: 2;
}

.hero-title {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 20px;
  color: white;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.hero-description {
  font-size: 1.2rem;
  line-height: 1.6;
  max-width: 600px;
  margin: 0 auto;
  color: white;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

/* Subscription Product Card Styles */
.subscription-product-card {
  border-radius: 15px;
  padding: 25px 20px;
  margin-bottom: 30px;
  text-align: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  border: 1px solid #e8e4e0;
  position: relative;
}
.subscription-product-card .card-header .tag {
  position: absolute;
  background: #998675;
  color: white;
  padding: 4px 12px;
  border-top-left-radius: 15px;
  border-bottom-right-radius: 15px;
  /* Optional: Ensure other corners are not rounded */
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  font-size: 12px;
  font-weight: 600;
  top: 0px;
  left: 0;
}

.page-products .single-product-wrap {
  margin-bottom: 20px;
  padding: 0 15px;
}
@media (max-width: 767px) {
  .page-products .single-product-wrap {
    width: 100% !important;
    display: block !important;
  }
}

.card-header {
  margin-bottom: 20px;
}

.plan-title {
  font-size: 18px;
  color: #666;
  margin-bottom: 10px;
  font-weight: 500;
  margin-top: 10px;
}

.price-section {
  margin-bottom: 10px;
}

.currency {
  font-size: 16px;
  color: #333;
  vertical-align: top;
}

.price-amount {
  font-size: 42px;
  font-weight: 700;
  color: #8b4d3d;
  margin: 0 2px;
}

.period {
  font-size: 16px;
  color: #666;
}

.plan-subtitle {
  font-size: 14px;
  color: #666;
  margin: 0;
}

.card-content {
  margin: 25px 0;
  position: relative;
}

.product-images {
  position: relative;
}

.product-img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}

.product-items {
  text-align: left;
  width: 100%;
}
.product-items th:last-child, .product-items td:last-child {
  min-width: 50px;
  text-align: center;
}
.product-items .custom_product {
  width: 100%;
  padding: 8px 12px;
  border: 1px solid #CCC;
  border-radius: 4px;
  background-color: #fff;
  font-size: 14px;
}
.product-items .custom_product:focus {
  outline: none;
  border-color: #b85c5c;
  box-shadow: 0 0 0 2px rgba(184, 92, 92, 0.1);
}

.choice-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  background: #b85c5c;
  color: white;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 600;
  z-index: 10;
}

.card-footer {
  margin-top: 25px;
}
.card-footer input[type=checkbox] {
  display: none;
}

.subscribe-btn {
  background: #b85c5c;
  color: white;
  padding: 12px 40px;
  /* border-radius: 8px; */
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  display: block;
  width: 100%;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
}

.subscribe-btn:hover {
  background: #a04e4e;
  color: white;
  text-decoration: none;
}

.subscribe-btn.subscribed {
  background: #007bff !important;
  color: white !important;
}

.subscribe-btn.subscribed:hover {
  background: #0056b3 !important;
  color: white !important;
}

@media (max-width: 768px) {
  .hero-banner {
    padding: 60px 0;
  }
  .hero-title {
    font-size: 2rem;
  }
  .hero-description {
    font-size: 1rem;
    padding: 0 20px;
  }
  .subscription-product-card {
    padding: 20px 15px;
  }
  .price-amount {
    font-size: 36px;
  }
  .choice-badge {
    width: 40px;
    height: 40px;
    font-size: 12px;
  }
  .main-content {
    padding-bottom: 80px;
  }
}
.subscribe-cta {
  background-image: url("/assets/front/images/subscribe/COLOR.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 80px 0;
  text-align: center;
}

.cta-content {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 20px;
}
.cta-content img {
  max-width: 100%;
  height: auto;
  display: block;
}
.cta-content > img:first-child {
  margin: 0 auto 40px auto;
}

.cta-title {
  font-size: 32px;
  font-weight: 600;
  color: #8b5a3c;
  margin-bottom: 30px;
  line-height: 1.4;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.cta-subtitle {
  font-size: 18px;
  color: #4a4a4a;
  margin-bottom: 40px;
  line-height: 1.6;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
}

.cta-button {
  display: inline-block;
  margin-bottom: 50px;
  transition: all 0.3s ease;
  border: none;
  background: none;
  padding: 0;
}

.cta-button img {
  max-width: 200px;
  height: auto;
  transition: transform 0.3s ease;
}

.cta-button:hover img {
  transform: scale(1.05);
}

.social-icons {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-top: 30px;
}

.social-icon {
  display: inline-block;
  transition: all 0.3s ease;
  border: none;
  background: none;
  padding: 0;
}

.social-icon img {
  max-width: 60px;
  height: auto;
  transition: transform 0.3s ease;
}

.social-icon:hover img {
  transform: scale(1.1);
}

@media (max-width: 768px) {
  .page-title {
    padding: 20px 0;
  }
  .page-title h4 {
    font-size: 1.5rem;
  }
  .subscribe-cta {
    padding: 40px 0;
  }
  .cta-content {
    padding: 0 15px;
  }
  .cta-content > img:first-child {
    margin-bottom: 30px;
  }
  .cta-title {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .cta-subtitle {
    font-size: 14px;
    margin-bottom: 25px;
    padding: 0 10px;
  }
  .cta-button {
    margin-bottom: 35px;
  }
  .cta-button img {
    max-width: 140px;
  }
  .social-icon img {
    max-width: 45px;
  }
  .social-icons {
    gap: 8px;
    margin-top: 20px;
  }
}
@media (max-width: 575.98px) {
  .subscribe-cta {
    padding: 30px 0;
  }
  .cta-content {
    padding: 0 10px;
  }
  .cta-subtitle {
    font-size: 13px;
    padding: 0 5px;
  }
  .cta-button img {
    max-width: 120px;
  }
  .social-icon img {
    max-width: 40px;
  }
  .social-icons {
    gap: 6px;
    flex-wrap: wrap;
  }
}
.submit-subscription {
  background: #b85c5c;
  border: none;
  color: white;
  padding: 15px 40px;
  font-size: 18px;
  font-weight: 600;
  border-radius: 8px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  display: block;
  margin: 30px auto 0;
}
.submit-subscription:hover {
  background: #a04e4e;
  color: white;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
}
.submit-subscription:focus {
  box-shadow: 0 0 0 3px rgba(184, 92, 92, 0.25);
  outline: none;
}
@media (max-width: 768px) {
  .submit-subscription {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    padding: 15px 30px;
    font-size: 16px;
    border-radius: 0;
    z-index: 1000;
    box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.15);
    margin: 0;
  }
}

#summary_table {
  width: 100%;
  max-width: 500px;
}

.billing-form .input-border {
  border-radius: 3px;
  border: 1px solid #CCC;
  background-color: #fff;
}

/*# sourceMappingURL=subscribe.css.map */
