/* Promotion Hero css start */
 
 
 /* ── HERO ── */
 .promotion-pw-hero {
  background: #e6e6e4 ;
  position: relative;
  overflow: hidden;
  padding: 5rem 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

/* subtle dot-grid texture */
.promotion-pw-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, rgba(255,255,255,0.06) 1px, transparent 1px);
  background-size: 28px 28px;
  pointer-events: none;
  display:none;
}

/* diagonal stripe accent */
.promotion-pw-hero::after {
  content: '';
  position: absolute;
  top: -80px; right: -120px;
  width: 480px; height: 480px;
  border-radius: 50%;
  background: rgba(255,255,255,0.03);
  border: 60px solid rgba(255,255,255,0.04);
  pointer-events: none;
  display:none;
}

.promotion-pw-hero .partnership-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #f3f3f3;
  border: 1px solid #f3f3f3;
  border-radius: 32px;
  padding: 6px 18px 6px 10px;
  margin-bottom: 32px;
  position: relative;
  z-index: 2;
}
.promotion-pw-hero .badge-dot-korean {
  width: 100px; 
  height: 100px;
  border-radius: 50%;
  background: #fff;
  display: flex; align-items: center; justify-content: center;
  font-size: 11px; font-weight: 700; color: #fff;
  letter-spacing: 0.5px;
  flex-shrink: 0;
}
.promotion-pw-hero .badge-dot-korean img
{
  /* filter: brightness(0) invert(1);
  width: 20px;
  height: auto; */
  width:100px;
}
.promotion-pw-hero .badge-dot-voye {
  width: 100px; height: 100px;
  border-radius: 50%;
  background: #1000f3;
  display: flex; align-items: center; justify-content: center;
  font-size: 9px; font-weight: 800; color: #fff;
  letter-spacing: 1px;
  flex-shrink: 0;
}
.promotion-pw-hero .badge-dot-voye img
{
  width: 65px;
  height: auto;
}
.promotion-pw-hero .badge-x {
  color: rgba(255,255,255,0.5);
  font-size: 16px;
  font-weight: 300;
}
.promotion-pw-hero .badge-label {
  font-size: 1rem;
  color: #092647;
  font-weight: 500;
  /* letter-spacing: 0.5px; */
}
.promotion-pw-hero .badge-sep {
  width: 1px; height: 16px;
  background: rgba(255,255,255,0.2);
}

.promotion-pw-hero-eyebrow {
  font-size: 40px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #df1a1e;
  margin-bottom: 16px;
  position: relative;
  z-index: 2;
  font-weight: 700;
}

.promotion-pw-hero-sub {
  font-size: clamp(15px, 1.6vw, 18px);
  color: #092647;
  /* max-width: 560px; */
  line-height: 1.65;
  position: relative; z-index: 2;
  font-weight: 300;
}
.promotion-pw-hero-sub strong {
  color: #df1a1e;
  font-weight: 500;
}

.promotion-pw-hero-tag {
  margin-top: 10px;
  font-size: 1rem;
  color:#df1a1e;
  font-style: italic;
  font-weight: 300;
  position: relative; z-index: 2;
  letter-spacing: 0.3px;
}

/* ── CTAs ── */
.promotion-pw-hero-ctas {
  display: flex;
  gap: 16px;
  margin-top: 40px;
  position: relative; z-index: 2;
  flex-wrap: wrap;
  justify-content: center;
}
.promotion-pw-hero .promotion-pw-hero-ctas .btn-discount
{
	display:none;
}
.promotion-pw-hero .btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 22px;
  border-radius: 999px;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-decoration: none;
  border: 1.5px solid #df1a1e;
  background: linear-gradient(to right, #b91335, #dc1223 67%, #de1e1e 84%, #e02a19);
  color: #ffffff;
  backdrop-filter: blur(6px);
  pointer-events: none;
  cursor: default;
  white-space: nowrap;
  box-shadow: 0 3px 9px 0 rgba(239, 34, 34, 0.29);
}
.promotion-pw-hero .btn.btn-free-plan {
  text-transform: uppercase;
  pointer-events: auto;
  cursor: pointer;
}
.promotion-pw-hero .btn-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  flex-shrink: 0;
}
.promotion-pw-hero .btn-dot--blue {
  background-color: #ffffff;
}
.promotion-pw-hero .btn-dot--yellow {
  background-color: #ffffff;
}

/* ── USP STRIP ── */
.promotion-pw-hero .usp-strip {
  background: rgba(223, 26, 30, 0.12);
  border: 1px solid rgba(223, 26, 30, 0.15);
  padding: 22px 48px;
  display: flex;
  justify-content: center;
  gap: 48px;
  flex-wrap: wrap;
  position: relative; z-index: 2;
  margin-top: 50px;
  width:100%;
  border-radius: 12px;
}
.promotion-pw-hero .usp-item {
  display: flex;
  align-items: center;
  gap: 1rem;
  color: #092647;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.4;
  max-width: 220px;
  text-align: left;
}
.promotion-pw-hero .usp-icon {
  width: 32px; height: 32px;
  flex-shrink: 0;
  background: rgba(223, 26, 30, 0.12);
  border: 1px solid rgba(223, 26, 30, 0.8);
  border-radius: 8px;
  display: flex; align-items: center; justify-content: center;
}
.promotion-pw-hero .usp-icon svg {
  width: 16px; height: 16px;
  fill: none;
  stroke: #df1a1e;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* ── BELOW FOLD ── */
.below-fold {
  background: #f5f6fa;
  padding: 56px 48px;
  text-align: center;
}
.below-fold h2 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 32px;
  color: #0a0d6b;
  letter-spacing: 1px;
}


/* Promotion Hero css end */

/* Best Deal Ribbon */
.best-deal-plan {
  position: relative;
}
.best-deal-ribbon {
  position: absolute;
  top: 12px;
  right: 12px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background-color: #FFF7ED;
  color: #EA580C;
  padding: 5px 12px;
  border-radius: 20px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  z-index: 3;
}
.best-deal-ribbon .badge-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #EA580C;
}

/* Free Plan Ribbon */
 
.promotion-pw-plans-section .products-swiper .free-plan .product
{
   border: 2px solid #df1a1e;
}
.free-ribbon {
  position: absolute;
  top: 12px;
  left: 12px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: linear-gradient(to right, #b91335, #dc1223 67%, #de1e1e 84%, #e02a19);
  color: #fff;
  padding: 5px 12px;
  border-radius: 20px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  z-index: 3;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.free-ribbon .badge-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #fff;
}
.rtl .free-ribbon
{
  left: auto;
  right: 12px;
}
.promotion-pw-plans-section .product-badges.empty-badges {
  display: block;
  min-height: 30px;
}

/* Promotion plan css start */

.promotion-pw-plans-section {
padding: 80px 0;
background: #f1f6fb;
}
.promotion-pw-plans-section h2.promotion-pw-section-title {
margin-bottom: 2rem;
color: #092647;
text-align: center;
}

.promotion-pw-plans-section .product_family_div
{
border: 1px solid #2a2a2a;
}
.promotion-pw-plans-section .product_family_div .family-promotional-button .text-btn
{
 border-color: #2a2a2a;
color: #2a2a2a;
}
.promotion-pw-plans-section .product .plan_buttons .view_product span
{
font-style: normal;
font-weight: 400;
font-size: 1rem;
line-height: 22.4px;
 padding-bottom: 0px;
}
.promotion-pw-plans-section .plan-cart-wrapper
{
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.promotion-pw-plans-section .plan-cart-wrapper button.voye-product-cart-btn
{
  width: 100%;
  height: 56px;
  background: #fff;
  border: 2px solid #092647;
  border-radius: 12px;
  color: #092647;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  pointer-events: auto;
}
.promotion-pw-plans-section .search-with-icon, .supported-search-input, .phone-code-search-input
{
  border-color: #2a2a2a;
}

.promotion-pw-plans-section .plan-details .text-btn {
color: #2a2a2a;
border-color: #2a2a2a;
}
.promotion-pw-plans-section .plan-details .text-btn:hover {
border-color: #2a2a2a;
color: #2a2a2a;
}
.promotion-pw-plans-section .product .plan_buttons .view_product {
color: #2a2a2a;
}

/* Plans css start */

.promotion-pw-plans-section .products-swiper {
padding-top: 1rem;
padding-bottom: 0px;
/* background-color: #e9ebee; */
}
.promotion-pw-plans-section .products-swiper .product {
box-shadow: none;
}
.promotion-pw-plans-section .products-swiper .product .free-plan-badge-sec {
padding-left: 22px;
padding-right: 0px;
padding-top: 22px;
padding-bottom: 0px;
}
.promotion-pw-plans-section
.products-swiper
.product
.free-plan-badge-sec
.free-plan-badge {
display: inline-flex;
align-items: center;
gap: 10px;
padding: 5px 10px;
border: 2px solid #57bbeb;
border-radius: 40px;
background: rgba(16, 0, 243, 0.08);
color: #2a2a2a;
font-weight: 600;
font-size: 14px;
margin-bottom: 0px;
}
.promotion-pw-plans-section
.products-swiper
.product
.free-plan-badge-sec
.free-plan-badge
.btn-dot {
width: 10px;
height: 10px;
background: #57bbeb;
border-radius: 50%;
}
.promotion-pw-plans-section .product-inner-container {
grid-template-columns: repeat(5, 1fr);
}
.promotion-pw-plans-section .product-inner-container .data-plan {
border: 1px solid #c9ced4;
border-radius: 12px;
}
.promotion-pw-plans-section .product-inner-container .data-plan:hover {
border: 1px solid var(--cm-blue);
}

/* Simple product card demo */
.product-card {
background: #fff;
padding: 20px;
border-radius: 12px;
text-align: center;
}
.promotion-pw-plans-section .product .plan-details li {
padding-left: 1rem;
padding-right: 1rem;
min-height: 75px;
}

.promotion-pw-plans-section .swiper-wrapper {
grid-template-columns: repeat(4, 1fr);
row-gap: 25px;
transition-delay: 0ms;
transform: none !important;
display: grid;
gap: 25px;
}

.promotion-pw-plans-section .product .plan-action-bar {
grid-template-columns: 1fr 1fr;
padding-left: 1rem;
padding-right: 1rem;
padding-top: 1.3rem;
padding-bottom: 0px;
align-items: center;
}

.promotion-pw-plans-section .product .plan-action-bar .plan-action-price {
text-align: right;
font-size: 18px;
}
.promotion-pw-plans-section .product .plan-action-bar .price-box .old-price {
text-decoration: line-through;
margin-left: 5px;
}
.promotion-pw-plans-section .detail-value {
font-size: 1rem;
}
.promotion-pw-plans-section .detail-title {
font-size: 1rem;
}

.product .plan_buttons .view_product {
height: 25px;
flex-direction: initial;
justify-content: left;
padding-left: 0px;
}

.inflight-cart-wrapper {
width: 100%;
padding-left: 1rem;
padding-right: 1rem;
padding-top: 2rem;
padding-bottom: 1rem;
}

/* Add to Cart Button */
.inflight-cart-wrapper .add-to-cart-btn {
width: 100%;
height: 48px;
background: #fff;
border: 2px solid #2a2a2a;
border-radius: 12px;
color: #2a2a2a;
font-size: 1rem;
font-weight: 600;
cursor: pointer;
pointer-events: auto;
}
.inflight-cart-wrapper button:disabled
{
  cursor: not-allowed;
  pointer-events: none;
  width: 100%;
  padding: 14px;
  border-radius: 8px;
  background-color: #d3d3d3;
  border: none;
  color: #555;
font-weight: 500;
}

/* Quantity Box */
.inflight-cart-wrapper .qty-box {
display: none;
width: 100%;
height: 48px;
border: 2px solid #2a2a2a;
border-radius: 12px;
align-items: center;
justify-content: space-between;
padding: 0 16px;
}

.inflight-cart-wrapper .qty-btn {
background: none;
border: none;
font-size: 1rem;
color: #2a2a2a;
cursor: pointer;
font-style: normal;
line-height: 32px;
}

.inflight-cart-wrapper .qty-value {
font-size: 1.25rem;
font-style: normal;
font-weight: 400;
color: #2a2a2a;
}


.promotion-pw-plans-section .plan-cart-wrapper button.voye-product-cart-btn
{
border: 2px solid #092647;
color: #092647;
}
.promotion-pw-plans-section .qty-box .voye-qty-minus, .qty-box .voye-qty-plus
{
color: #2a2a2a;
}
.promotion-pw-plans-section .qty-box .voye-qty-number
{
color: #2a2a2a;
}

/* inflight support esim css end */

.promotion-pw-plans-section .qty-box .voye-qty-minus, .promotion-pw-plans-section .qty-box .voye-qty-plus {
color: #2a2a2a !important; 
}

/* Plans css end */


 /* Strikethrough price  display start */
.promotion-pw-plans-section .product .plan-action-bar .voye-product-prices-vcdf {
  text-align: right;
  display: flex;
  align-items: baseline;
  justify-content: flex-end;
  gap: 6px;
}
.promotion-pw-plans-section .product .plan-action-bar .voye-product-prices-vcdf .price {
  display: flex;
  align-items: baseline;
  gap: 6px;
  margin-bottom: 0;
}
.promotion-pw-plans-section .product .plan-action-bar .voye-product-prices-vcdf del {
  text-decoration: none;
  opacity: 1;
}
.promotion-pw-plans-section .product .plan-action-bar .voye-product-prices-vcdf del .woocommerce-Price-amount,
.promotion-pw-plans-section .product .plan-action-bar .voye-product-prices-vcdf del .amount {
  font-size: 1rem;
  font-weight: 400;
  color: #AEB3BA;
  text-decoration: line-through;
}
.promotion-pw-plans-section .product .plan-action-bar .voye-product-prices-vcdf ins {
  text-decoration: none;
}
.promotion-pw-plans-section .product .plan-action-bar .voye-product-prices-vcdf ins .woocommerce-Price-amount,
.promotion-pw-plans-section .product .plan-action-bar .voye-product-prices-vcdf ins .amount {
  font-size: 1.5rem;
  font-weight: 800;
  color: #2a2a2e;
}

.rtl .promotion-pw-plans-section .product .plan-action-bar .voye-product-prices-vcdf {
  justify-content: flex-start;
  text-align: left;
}
 /* Strikethrough price  display end */

/* Mobile */
@media (max-width: 767.5px) {

/* Strikethrough price  display start */
  .promotion-pw-plans-section .product .plan-action-bar .voye-product-prices-vcdf ins .woocommerce-Price-amount,
  .promotion-pw-plans-section .product .plan-action-bar .voye-product-prices-vcdf ins .amount {
    font-size: 1.25rem;
  }
  .promotion-pw-plans-section .product .plan-action-bar .voye-product-prices-vcdf del .woocommerce-Price-amount,
  .promotion-pw-plans-section .product .plan-action-bar .voye-product-prices-vcdf del .amount {
    font-size: 0.875rem;
  }		
/* Strikethrough price  display end */

/* Promotion Hero mobile start */
.promotion-pw-hero {
  padding: 2rem 0;
}
.promotion-pw-hero::after {
  top: -60px;
  right: -80px;
  width: 280px;
  height: 280px;
  border-width: 36px;
}
.promotion-pw-hero .partnership-badge {
  gap: 6px;
  padding: 5px 12px 5px 8px;
  margin-bottom: 24px;
}
.promotion-pw-hero .badge-dot-korean,
.promotion-pw-hero .badge-dot-voye {
  width: 36px;
  height: 36px;
  font-size: 9px;
}
.promotion-pw-hero .badge-dot-korean img
{
  width: 34px;
}
.promotion-pw-hero .badge-dot-voye img
{
  width: 22px;
}
.promotion-pw-hero .badge-label {
  font-size: 12px;
}
.promotion-pw-hero-eyebrow {
  font-size: 18px;
  /* letter-spacing: 2px; */
  margin-bottom: 12px;
}
.promotion-pw-hero-sub {
  font-size: 14px;
  max-width: 100%;
}
.promotion-pw-hero-tag {
  font-size: 13px;
}
.promotion-pw-hero-ctas {
  flex-direction: column;
  align-items: center;
  gap: 12px;
  margin-top: 24px;
}
.promotion-pw-hero .btn {
  width: 100%;
  max-width: 320px;
  justify-content: center;
  padding: 12px 20px;
  font-size: 13px;
}
.promotion-pw-hero .usp-strip {
  padding: 18px 16px;
  gap: 20px;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 36px;
}
.promotion-pw-hero .usp-item {
  max-width: 100%;
  font-size: 12px;
}
/* Promotion Hero mobile end */

.promotion-pw-plans-section
{
  padding: 2rem 0;
}
.promotion-pw-plans-section .products-swiper
{
  padding-top: 0px;
}
.promotion-pw-plans-section .swiper-wrapper
{
  grid-template-columns: auto;
}
.promotion-pw-plans-section .products-swiper
{
  max-width: 100%;
}
.promotion-pw-plans-section .product .plan-details li
{
      min-height: 60px;  
}
.inflight-cart-wrapper
{
padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.promotion-pw-plans-section h2.promotion-pw-section-title
{
  margin-bottom: 0px;
}
.promotion-pw-plans-section .plan-cart-wrapper
{
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.promotion-pw-plans-section .product .plan-action-bar
{
padding-left: 1rem;
  padding-right: 1rem;
}

}

/* Tablet */
@media (min-width: 768px) and (max-width: 1024px) {

/* Performance banner css start  */
.promotion-pw-plans-section .plan-cart-wrapper
{
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

/* Promotion Hero tablet start */
.promotion-pw-hero {
  padding: 2rem 0;
}
.promotion-pw-hero::after {
  top: -70px;
  right: -100px;
  width: 360px;
  height: 360px;
  border-width: 48px;
}
.promotion-pw-hero .partnership-badge {
  margin-bottom: 28px;
}
.promotion-pw-hero-eyebrow {
  font-size: 11px;
  letter-spacing: 2.5px;
}
.promotion-pw-hero-sub {
  font-size: 16px;
}
.promotion-pw-hero-ctas {
  margin-top: 32px;
}
.promotion-pw-hero .btn {
  padding: 12px 24px;
  font-size: 13px;
}
.promotion-pw-hero .usp-strip {
  padding: 20px 24px;
  gap: 28px;
}
.promotion-pw-hero .badge-dot-korean img
{
  width: 54px;
}
.promotion-pw-hero .badge-dot-voye img
{
  width: 34px;
}
.promotion-pw-hero .usp-item {
  font-size: 12px;
  max-width: 180px;
}
/* Promotion Hero tablet end */

.promotion-pw-plans-section
{
  padding: 2rem 0;
}
.promotion-pw-plans-section .swiper-wrapper
{
  grid-template-columns: repeat(2, 1fr);
}

/* Performance banner css end  */

}
