/* Promotion banner css start  */
/*
.promotion-ko-banner {
  background: #051766;
  color: #fff;
  padding: 5rem 0;
  text-align: center;
}
 
.promotion-ko-banner .title {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 0.75rem;
  text-transform: uppercase;
}
 
.promotion-ko-banner .description {
  font-size: 1.125rem;
  line-height: 1.6;
  color: #ffffff;
}
 
.promotion-ko-banner .banner-buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 28px;
}
 
.promotion-ko-banner .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 rgba(255, 255, 255, 0.35);
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
  backdrop-filter: blur(6px);
  transition:
    background 0.2s,
    border-color 0.2s;
  white-space: nowrap;
  pointer-events: none;
  cursor: default;
}
.promotion-ko-banner .btn.btn-free-plan {
  text-transform: uppercase;
}
 
.promotion-ko-banner .btn:hover {
  background: rgba(255, 255, 255, 0.22);
  border-color: rgba(255, 255, 255, 0.6);
}

.promotion-ko-banner .btn-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  flex-shrink: 0;
}
 
.promotion-ko-banner .btn-dot--blue {
  background-color: #57bbeb;
}
.promotion-ko-banner .btn-dot--yellow {
  background-color: #f5c842;
}
*/
/* Promotion banner css end  */
 
 
/* Promotion Hero css start */
 
 
 /* ── HERO ── */
.promotion-hz-hero {
    /* background-color: rgba(119, 176, 159, 0.5); */
    background-color: #f3f4f8;
    /* border-bottom: 6px solid #fc0; */
    position: relative;
    overflow: hidden;
    padding: 5rem 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
 
  /* subtle dot-grid texture */
.promotion-hz-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-hz-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-hz-hero .partnership-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: hsla(0, 0%, 100%, .2);
    border: 0px solid rgba(255,255,255,0.18);
    border-radius: 32px;
    padding: 6px 18px 6px 10px;
    margin-bottom: 32px;
    position: relative;
    z-index: 2;
}
.promotion-hz-hero .badge-dot-tz {
    width: 100px; 
    height: 28px;
    border-radius: 50%;
    background: none;
    display: flex; align-items: center; justify-content: center;
    font-size: 11px; font-weight: 700; color: #fff;
    letter-spacing: 0.5px;
    flex-shrink: 0;
}
.promotion-hz-hero .badge-dot-tz img{
    /* filter: brightness(0) invert(1); */
    width: 100px;
    height: auto;
}
.promotion-hz-hero .badge-dot-voye {
    width: 28px; height: 28px;
    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-hz-hero .badge-dot-voye img{
    width: 20px;
    height: auto;
}
.promotion-hz-hero .badge-x {
    color: rgba(18,18,18,0.5);
    font-size: 13px;
    font-weight: 300;
}
.promotion-hz-hero .badge-label {
    font-size: 1rem;
    color: #1000f3;
    font-weight: 500;
    /* letter-spacing: 0.5px; */
}
.promotion-hz-hero .badge-sep {
    width: 1px; height: 16px;
    background: rgba(18,18,18,0.5);
}
 
.promotion-hz-hero-eyebrow {
    font-size: 40px;
    letter-spacing: normal;
    text-transform: uppercase;
    color: var(--text-secondary);
    margin-bottom: 16px;
    position: relative;
    z-index: 2;
    font-weight: 700;
}
 
.promotion-hz-hero-sub {
    font-size: clamp(15px, 1.6vw, 18px);
    color: #808080;
    /* max-width: 560px; */
    line-height: 1.65;
    position: relative; z-index: 2;
    font-weight: 300;
}
.promotion-hz-hero-sub strong {
    /* color: #121212; */
    color: var(--text-brand);

    font-weight: 500;
}
 
.promotion-hz-hero-tag {
    margin-top: 10px;
    font-size: 1rem;
    color:#333;
    font-style: italic;
    font-weight: 700;
    position: relative; z-index: 2;
    letter-spacing: 0.3px;
}
 
/* ── CTAs ── */
.promotion-hz-hero-ctas {
    display: flex;
    gap: 16px;
    margin-top: 40px;
    position: relative; z-index: 2;
    flex-wrap: wrap;
    justify-content: center;
}
.promotion-hz-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: 0px solid rgba(255, 255, 255, 0.35);
    /* background: rgba(255, 255, 255, 0.12); */
    color: #121212;
    backdrop-filter: blur(6px);
    pointer-events: none;
    cursor: default;
    white-space: nowrap;
    background-color: hsla(0, 0%, 100%, .2);
}
.promotion-hz-hero .btn.btn-free-plan {
    text-transform: uppercase;
    pointer-events: auto;
    cursor: pointer;
    background: var(--surface-brand);
    color: #fff;
}
.promotion-hz-hero .btn-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    flex-shrink: 0;
}
.promotion-hz-hero .btn-dot {
    background-color: #fff;
}
.promotion-hz-hero .btn-dot--blue {
    background-color: #fff;
}
.promotion-hz-hero .btn-dot--yellow {
    background-color: #f5c842;
}
 
  /* ── USP STRIP ── */
.promotion-hz-hero .usp-strip {
    /* background-color: rgba(119, 176, 159, 0.4); */
    background-color: #fff;
    border-bottom: 6px solid #fc0; 
    border-top: 1px solid rgba(255,255,255,0.1);
    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-hz-hero .usp-item {
    display: flex;
    align-items: center;
    gap: 1rem;
    color: rgba(255,255,255,0.7);
    color: var(--text-secondary);
    font-size: 13px;
    font-weight: 400;
    line-height: 1.4;
    max-width: 220px;
    text-align: left;
}
.promotion-hz-hero .usp-icon {
    width: 32px; height: 32px;
    flex-shrink: 0;
    /* background: rgba(255,215,0,0.12);
    border: 1px solid rgba(255,215,0,0.25); */
    border-radius: 8px; 
    background: #fc0;
    border: 1px solid #fc0;
    display: flex; align-items: center; justify-content: center;
}
.promotion-hz-hero .usp-icon svg {
    width: 16px; height: 16px;
    fill: none;
    stroke: #FFF;
    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 */
 
/* Promotion plan css start */
 
.promotion-hz-plans-section {
  padding: 80px 0;
  background: #e9ebee;
}
.promotion-hz-plans-section h2.promotion-hz-section-title {
  margin-bottom: 2rem;
  color: var(--surface-brand-darkest);
  text-align: center;
}

.promotion-hz-plans-section .product_family_div{
	border: 1px solid #051766;
}
.promotion-hz-plans-section .product_family_div .family-promotional-button .text-btn{
	 border-color: #051766;
	color: #051766;
}
.promotion-hz-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-hz-plans-section .plan-cart-wrapper{
	  width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}
.promotion-hz-plans-section .plan-cart-wrapper button.voye-product-cart-btn{
	width: 100%;
    height: 56px;
    background: #fff;
    border: 2px solid #051766;
    border-radius: 12px;
    color: #051766;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    pointer-events: auto;
}
.promotion-hz-plans-section .search-with-icon, .supported-search-input, .phone-code-search-input{
	  border-color: #051766;
}

.promotion-hz-plans-section .plan-details .text-btn {
  color: #051766;
  border-color: #051766;
}
.promotion-hz-plans-section .plan-details .text-btn:hover {
  border-color: #051766;
  color: #051766;
}
.promotion-hz-plans-section .product .plan_buttons .view_product {
  color: #051766;
}
 
/* Plans css start */
 
.promotion-hz-plans-section .products-swiper {
  padding-top: 1rem;
  padding-bottom: 0px;
  /* background-color: #e9ebee; */
}
.promotion-hz-plans-section .products-swiper .product {
  box-shadow: none;
}
.promotion-hz-plans-section .products-swiper .product .free-plan-badge-sec {
  padding-left: 22px;
  padding-right: 0px;
  padding-top: 22px;
  padding-bottom: 0px;
}
.promotion-hz-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: #051766;
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 0px;
}
.promotion-hz-plans-section
  .products-swiper
  .product
  .free-plan-badge-sec
  .free-plan-badge
  .btn-dot {
  width: 10px;
  height: 10px;
  background: #57bbeb;
  border-radius: 50%;
}
.promotion-hz-plans-section .product-inner-container {
  grid-template-columns: repeat(5, 1fr);
}
.promotion-hz-plans-section .product-inner-container .data-plan {
  border: 1px solid #c9ced4;
  border-radius: 12px;
}
.promotion-hz-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-hz-plans-section .product .plan-details li {
  padding-left: 1rem;
  padding-right: 1rem;
  min-height: 73px;
}

.promotion-hz-plans-section .product .plan-details.freecard-ul li
{
  min-height: auto;
  padding: 6px 10px;	
}
 
.promotion-hz-plans-section .swiper-wrapper {
  grid-template-columns: repeat(4, 1fr);
  row-gap: 25px;
  transition-delay: 0ms;
  transform: none !important;
  display: grid;
  gap: 25px;
  height: auto;
}
 
.promotion-hz-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-hz-plans-section .product .plan-action-bar .plan-action-price {
  text-align: right;
  font-size: 18px;
}
.promotion-hz-plans-section .product .plan-action-bar .price-box .old-price {
  text-decoration: line-through;
  margin-left: 5px;
}
.promotion-hz-plans-section .detail-value {
  font-size: 1rem;
}
.promotion-hz-plans-section .detail-title {
  font-size: 1rem;
}
.promotion-hz-plans-section .product  .onsale{
  display: none;
}
.promotion-hz-plans-section .product-content{
  height: auto !important;
}
 
.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 #051766;
  border-radius: 12px;
  color: #051766;
  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 #051766;
  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: #051766;
  cursor: pointer;
  font-style: normal;
  line-height: 32px;
}
 
.inflight-cart-wrapper .qty-value {
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  color: #051766;
}
 
 
.promotion-hz-plans-section .plan-cart-wrapper button.voye-product-cart-btn{
  border: 2px solid #051766;
  color: #051766;
}
.promotion-hz-plans-section .qty-box .voye-qty-minus, .qty-box .voye-qty-plus{
  color: #051766;
}
.promotion-hz-plans-section .qty-box .voye-qty-number{
  color: #051766;
}
 
/* inflight support esim css end */
 
/* Plans css end */
 
 /* Strikethrough price  display start */
.promotion-hz-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-hz-plans-section .product .plan-action-bar .voye-product-prices-vcdf .price {
  display: flex;
  align-items: baseline;
  gap: 6px;
  margin-bottom: 0;
}
.promotion-hz-plans-section .product .plan-action-bar .voye-product-prices-vcdf del {
  text-decoration: none;
  opacity: 1;
}
.promotion-hz-plans-section .product .plan-action-bar .voye-product-prices-vcdf del .woocommerce-Price-amount,
.promotion-hz-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-hz-plans-section .product .plan-action-bar .voye-product-prices-vcdf ins {
  text-decoration: none;
}
.promotion-hz-plans-section .product .plan-action-bar .voye-product-prices-vcdf ins .woocommerce-Price-amount,
.promotion-hz-plans-section .product .plan-action-bar .voye-product-prices-vcdf ins .amount {
  font-size: 1.3rem;
  font-weight: 800;
  color: #2a2a2e;
}
 /* Strikethrough price  display end */

/* RTL CSS*/
.rtl .promotion-hz-plans-section .product .plan-action-bar .voye-product-prices-vcdf {
  justify-content: flex-end;
  text-align: left;
}
.rtl .promotion-hz-hero .usp-item {
    text-align: right;
    max-width: 230px;
} 




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

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

    /* Performance banner css start  */
 
    /* .promotion-ko-banner {
      padding: 1.875rem 0;
    }
 
    .promotion-ko-banner .title {
      font-size: 1.75rem;
    }
 
    .promotion-ko-banner .description {
      font-size: 0.938rem;
    } */
 
    /* Performance banner css end  */
 
    /* .promotion-ko-banner .banner-buttons {
        flex-direction: column;
        align-items: center;
    }
 
    .promotion-ko-banner .btn {
        width: 100%;
        max-width: 320px;
        justify-content: center;
    } */
 
    /* Promotion Hero mobile start */
    .promotion-hz-hero {
        padding: 2rem 0;
    }
    .promotion-hz-hero::after {
        top: -60px;
        right: -80px;
        width: 280px;
        height: 280px;
        border-width: 36px;
    }
    .promotion-hz-hero .partnership-badge {
        gap: 6px;
        padding: 5px 12px 5px 8px;
        margin-bottom: 24px;
    }
    .promotion-hz-hero .badge-dot-voye {
        width: 24px;
        height: 24px;
        font-size: 9px;
    }
    .promotion-hz-hero .badge-dot-tz{
        width: 75px;
    }
    .promotion-hz-hero .badge-label {
        font-size: 12px;
    }
    .promotion-hz-hero-eyebrow {
        font-size: 26px;
        /* letter-spacing: 2px; */
        margin-bottom: 12px;
        line-height: normal;
    }
    .promotion-hz-hero-sub {
        font-size: 14px;
        max-width: 100%;
    }
    .promotion-hz-hero-tag {
        font-size: 13px;
    }
    .promotion-hz-hero-ctas {
        flex-direction: column;
        align-items: center;
        gap: 12px;
        margin-top: 24px;
    }
    .promotion-hz-hero .btn {
        width: 100%;
        max-width: 320px;
        justify-content: center;
        padding: 12px 20px;
        font-size: 13px;
    }
    .promotion-hz-hero .usp-strip {
        padding: 18px 16px;
        gap: 20px;
        flex-direction: column;
        align-items: flex-start;
        margin-top: 36px;
    }
    .promotion-hz-hero .usp-item {
        max-width: 100%;
        font-size: 12px;
        color:#121212;
    }
    .promotion-hz-plans-section .product_family_div .product_family_content_main
    {
      flex-direction: row;
    }
    /* Promotion Hero mobile end */
 
    .promotion-hz-plans-section{
        padding: 2rem 0;
    }
    .promotion-hz-plans-section .products-swiper{
        padding-top: 0px;
    }
    .promotion-hz-plans-section .swiper-wrapper{
        grid-template-columns: auto;
    }
    .promotion-hz-plans-section .products-swiper{
        max-width: 100%;
    }
    .promotion-hz-plans-section .product .plan-details li{
        min-height: 45px;  
    }
    .page-template-tpl-promotion-hertz .promotion-hz-plans-section .product .plan-details li{
      min-height: 45px;  
  }
    .inflight-cart-wrapper{
        padding-left: 1rem;
        padding-right: 1rem;
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
    .promotion-hz-plans-section h2.promotion-hz-section-title{
        margin-bottom: 0px;
    }
    .promotion-hz-plans-section .plan-cart-wrapper{
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
    .promotion-hz-plans-section .product .plan-action-bar{
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .promotion-hz-plans-section .product .plan-details li {
        min-height: 20px;
        padding-top: 10px;
        padding-bottom: 10px;
        border: none;
    }
    /* RTL CSS */
    .rtl .promotion-pw-hero .usp-item {
        max-width: 230px;
        text-align: right;
    }
}
 
/* Tablet */
@media (min-width: 768px) and (max-width: 1024px) {
 
  /* Performance banner css start  */
    .promotion-hz-plans-section .plan-cart-wrapper{
		padding-top: 1rem !important;
        padding-bottom: 1rem !important;
	}
 
    /* .promotion-ko-banner {
        padding: 1.875rem 0;
    }
    .promotion-ko-banner .title {
        font-size: 2.25rem;
    }
 
    .promotion-ko-banner .description {
        font-size: 1rem;
    } */
 
    /* Promotion Hero tablet start */
    .promotion-hz-hero {
        padding: 2rem 0;
    }
    .promotion-hz-hero::after {
        top: -70px;
        right: -100px;
        width: 360px;
        height: 360px;
        border-width: 48px;
    }
    .promotion-hz-hero .partnership-badge {
        margin-bottom: 28px;
    }
    .promotion-hz-hero-eyebrow {
        font-size: 26px;
    }
    .promotion-hz-hero-sub {
        font-size: 16px;
    }
    .promotion-hz-hero-ctas {
        margin-top: 32px;
    }
    .promotion-hz-hero .btn {
        padding: 12px 24px;
        font-size: 13px;
    }
    .promotion-hz-hero .usp-strip {
        padding: 20px 24px;
        gap: 28px;
    }
    .promotion-hz-hero .usp-item {
        font-size: 12px;
        max-width: 180px;
    }
    /* Promotion Hero tablet end */
 
    .promotion-hz-plans-section{
        padding: 2rem 0;
    }
    .promotion-hz-plans-section .swiper-wrapper
    {
        grid-template-columns: repeat(2, 1fr);
    }
 
    /* Performance banner css end  */
}
