
/* VDP Hero css start */
 
 /* ── HERO ── */
  .agoda-esim-hero {
    background: #f3dddd;
    position: relative;
    overflow: hidden;
    padding: 3rem 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
 
  /* subtle dot-grid texture */
  .agoda-esim-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 */
  .agoda-esim-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;
  }

  .agoda-esim-plans-section .redeem-vcdf-error {
	  color: #e74c3c;
    padding: 8px 10px;
    background: #fde8e8;
    border-left: 4px solid #e74c3c;
    border-radius: 4px;
    margin-bottom: 1rem;
  }
  
  .agoda-esim-plans-section .redeem-vcdf-success {
      color: #155724;
      padding: 8px 10px;
      background: #d4edda;
      border-left: 4px solid #155724;
      border-radius: 4px;
      margin-bottom: 1rem;
  }
 
  .agoda-esim-hero .partnership-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: rgba(255,255,255,0.1);
    border: 1px solid var(--surface-brand);
    border-radius: 32px;
    padding: 6px 18px 6px 10px;
    margin-bottom: 32px;
    position: relative;
    z-index: 2;
  }
  .agoda-esim-hero .badge-dot-korean {
    width: 32px; 
    height: 30px;
  }
  .agoda-esim-hero .badge-dot-korean img
  {
    /* width: 20px;
    height: auto; */
  }
  .agoda-esim-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;
  }
  .agoda-esim-hero .badge-dot-voye img
  {
    width: 20px;
    height: auto;
  }
  .agoda-esim-hero .badge-x {
    color: var(--surface-brand);
    font-size: 13px;
    font-weight: 300;
  }
  .agoda-esim-hero .badge-label {
    font-size: 1rem;
    color: var(--surface-brand);
    font-weight: 500;
    /* letter-spacing: 0.5px; */
  }
  .agoda-esim-hero .badge-sep {
    width: 1px; height: 16px;
    background: rgba(255,255,255,0.2);
  }
 
  .agoda-esim-hero-eyebrow {
    font-size: 40px;
    letter-spacing: 0.90px;
    text-transform: uppercase;
    color: var(--surface-brand);
    margin-bottom: 16px;
    position: relative;
    z-index: 2;
    font-weight: 700;
  }
 
  .agoda-esim-hero-sub {
    font-size: clamp(15px, 1.6vw, 18px);
    color: #2a2a2e;
    /* max-width: 560px; */
    line-height: 1.65;
    position: relative; z-index: 2;
    font-weight: 300;
  }
  .agoda-esim-hero-sub strong {
    color: #fff;
    font-weight: 500;
  }
 
  .agoda-esim-hero-tag {
    margin-top: 10px;
    font-size: 1rem;
    color:var(--surface-brand);
    font-style: italic;
    font-weight: 300;
    position: relative; z-index: 2;
    letter-spacing: 0.3px;
  }
 
  /* ── CTAs ── */
  .agoda-esim-hero-ctas {
    display: flex;
    gap: 16px;
    margin-top: 40px;
    position: relative; z-index: 2;
    flex-wrap: wrap;
    justify-content: center;
  }
  .agoda-esim-hero .btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 22px;
    border-radius: 999px;
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: 0.03em;
    text-decoration: none;
    border: 1.5px solid var(--surface-brand);
    background: var(--surface-brand);
    color: #ffffff;
    backdrop-filter: blur(6px);
    pointer-events: auto;
    cursor: pointer;
    white-space: nowrap;
  }
  .agoda-esim-hero .btn.btn-free-plan {
    text-transform: uppercase;
    display:none;
  }
  .agoda-esim-hero .btn-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    flex-shrink: 0;
  }
  .agoda-esim-hero .btn-dot--blue {
    background-color: #57bbeb;
  }
  .agoda-esim-hero .btn-dot--yellow {
    background-color: #fff;
  }
 
  /* ── USP STRIP ── */
  .agoda-esim-hero .usp-strip {
    background: rgba(255,255,255,0.05);
    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;
  }
  .agoda-esim-hero .usp-item {
    display: flex;
    align-items: center;
    gap: 1rem;
    color: rgba(255,255,255,0.7);
    font-size: 13px;
    font-weight: 400;
    line-height: 1.4;
    max-width: 220px;
    text-align: left;
  }
  .agoda-esim-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;
    display: flex; align-items: center; justify-content: center;
  }
  .agoda-esim-hero .usp-icon svg {
    width: 16px; height: 16px;
    fill: none;
    stroke: #FFD700;
    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;
  }
  .agoda-esim-plans-section .redeem-btn-vdf a.button
  {
    height: 56px;
  }
 
/* Promotion Hero css end */

/* Download App CTA Strip */
.agoda-app-cta-strip {
  background: #002d63;
  padding: 1.5rem 1rem;
  text-align: center;
}
.agoda-app-cta-inner {
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
}
.agoda-app-cta-text {
  color: rgba(255,255,255,0.75);
  font-size: 1.1rem;
  font-weight: 400;
}
.agoda-app-cta-code {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 800;
}
.agoda-app-copy-btn {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  background: rgba(255,255,255,0.15);
  border: none;
  color: rgba(255,255,255,0.7);
  font-size: 0.85rem;
  font-weight: 500;
  padding: 4px 14px;
  border-radius: 20px;
  cursor: pointer;
}
.agoda-app-copy-btn:hover {
  background: rgba(255,255,255,0.25);
}
.agoda-app-download-btn {
  display: inline-flex;
  align-items: center;
  background: var(--surface-brand);
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
  padding: 8px 24px;
  border-radius: 12px;
  text-decoration: none;
  white-space: nowrap;
}
.agoda-app-download-btn:hover {
  opacity: 0.9;
}

.agoda-esim-plans-container {
  max-width: 1200px;
  margin: 0 auto;
}
.agoda-esim-plans-container .product-image
{
  height: 300px;
  overflow: hidden;
}
.agoda-esim-plans-container .product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Promotion plan css start */
 
.promotion-ko-plans-section {
  padding: 3rem 0;
  background: #e9ebee;
}
.promotion-ko-plans-section h2.promotion-ko-section-title {
  margin-bottom: 0.5rem;
  color: #2a2a2e;
  text-align: center;
  font-size: 36px;
}
.promotion-ko-plans-section .promotion-ko-section-subtitle {
  text-align: center;
  color: #666;
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 1rem;
}

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

.promotion-ko-plans-section .plan-details .text-btn {
  color: #2a2a2e;
  border-color: #2a2a2e;
}
.promotion-ko-plans-section .plan-details .text-btn:hover {
  border-color: #2a2a2e;
  color: #2a2a2e;
}
.promotion-ko-plans-section .product .plan_buttons .view_product {
  color: #2a2a2e;
}
 
/* Plans css start */
 
.promotion-ko-plans-section .products-swiper {
  padding-top: 1rem;
  padding-bottom: 0px;
  /* background-color: #e9ebee; */
}
.promotion-ko-plans-section .products-swiper .product {
  box-shadow: none;
}
.promotion-ko-plans-section .products-swiper .product .free-plan-badge-sec {
  padding-left: 22px;
  padding-right: 0px;
  padding-top: 22px;
  padding-bottom: 0px;
}
.promotion-ko-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: #2a2a2e;
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 0px;
}
.promotion-ko-plans-section
  .products-swiper
  .product
  .free-plan-badge-sec
  .free-plan-badge
  .btn-dot {
  width: 10px;
  height: 10px;
  background: #57bbeb;
  border-radius: 50%;
}
.promotion-ko-plans-section .product-inner-container {
  grid-template-columns: repeat(5, 1fr);
}
.promotion-ko-plans-section .product-inner-container .data-plan {
  border: 1px solid #c9ced4;
  border-radius: 12px;
}
.promotion-ko-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-ko-plans-section .product .plan-details li {
  padding-left: 1rem;
  padding-right: 1rem;
  min-height: 75px;
}
 
.promotion-ko-plans-section .swiper-wrapper {
  grid-template-columns: repeat(5, 1fr);
  row-gap: 25px;
  transition-delay: 0ms;
  transform: none !important;
  display: grid;
  gap: 25px;
}
 
.promotion-ko-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-ko-plans-section .product .plan-action-bar .plan-action-price {
  text-align: right;
  font-size: 18px;
}
.promotion-ko-plans-section .product .plan-action-bar .price-box .old-price {
  text-decoration: line-through;
  margin-left: 5px;
}
.promotion-ko-plans-section .detail-value {
  font-size: 1rem;
}
.promotion-ko-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 #2a2a2e;
  border-radius: 12px;
  color: #2a2a2e;
  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 #2a2a2e;
  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: #2a2a2e;
  cursor: pointer;
  font-style: normal;
  line-height: 32px;
}
 
.inflight-cart-wrapper .qty-value {
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  color: #2a2a2e;
}
 
 
.promotion-ko-plans-section .plan-cart-wrapper button.voye-product-cart-btn
{
  border: 2px solid #2a2a2e;
  color: #2a2a2e;
}
.promotion-ko-plans-section .qty-box .voye-qty-minus, .qty-box .voye-qty-plus
{
  color: var(--surface-brand);
}
.promotion-ko-plans-section .qty-box .voye-qty-number
{
  color:var(--surface-brand);
}
 
/* inflight support esim css end */
 
/* Plans css end */

.agoda-esim-plans-section .popular-plan .product-content .product {
  border-radius: 0 0 var(--corners-brand) var(--corners-brand);
  border-top: none;
}
 
.agoda-esim-plans-section .popular-plan-tag {
  display: block;
  width: 100%;
  text-align: center;
  background: var(--surface-brand);
  color: var(--surface-primary);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 8px 14px;
  border-radius: var(--corners-brand) var(--corners-brand) 0 0;
  white-space: nowrap;
  line-height: 1.4;
  position: absolute;
  top: -2rem;
  display:none;
}
.agoda-esim-plans-section .redeem-single-product .redeem-single-prod-left .info-item {
  display: flex;
  align-items: center;
  gap: 4px;
  background: #e7e5fe;
  padding: 6px 10px;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 500;
  color: #555;
}
.agoda-esim-plans-section .product-badges
{
  /* min-height: 0px;
  display:none; */
}

.custom-product-page .redeem-btn
{
	  margin: auto;
    height: auto;
	  padding: initial;
    width: 100%;
    max-width: none;
	
}
.agoda-esim-plans-section .redeem-btn button:disabled {
    cursor: not-allowed;
    pointer-events: none;
  	width: 100%;
    padding: 14px;
    height: 62px;
    border-radius: 8px;
  	background-color: #d3d3d3;
    border: none;
    color: #555;
}

.agoda-esim-plans-section .redeem-single-product .redeem-single-product-container {
    display: flex;
    gap: 0px;
}

/* Left Section */
.agoda-esim-plans-section .redeem-single-product .product .plan_buttons .view_product {
    height: 25px;
    flex-direction: initial;
    justify-content: left;
    padding-left: 0px;
    color: var(--surface-brand);
}
.agoda-esim-plans-section .redeem-single-product .product .plan_buttons .plan-action-price {
    background: none;
    border: none;
    color: #2A2A2E;
    line-height: 36px;
    height: auto;
    padding-left: 0px;
    padding-right: 0px;
    justify-content: right;
    display: inline-flex;
}

.agoda-esim-plans-section .redeem-single-product .product .plan-action-bar {
    grid-template-columns: 1fr 1fr;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 0px;
    align-items: center;
}
.agoda-esim-plans-section .redeem-single-product .redeem-single-prod-left {
    width: 25%;
    padding: 0;
    background: none;
    border: none;
    margin-top:34px;
}
.agoda-esim-plans-section .redeem-single-product .plan-cart-wrapper {
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.agoda-esim-plans-section .redeem-single-product .plan-cart-wrapper button.voye-product-cart-btn {
    width: 100%;
    height: 56px;
    background: #fff;
    border: 2px solid var(--surface-brand);
    border-radius: 12px;
    color: var(--surface-brand);
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    pointer-events: auto;
}
.agoda-esim-plans-section .redeem-single-product .redeem-single-prod-left .free-plan-badge{
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 3px 13px;
  border: 1px solid #c9c9ff;
  border-radius: 40px;
  background: var(--surface-brand);
  color: #fff;
  font-weight: 600;
  font-size: 13px;
  margin-bottom: 20px;
}

.agoda-esim-plans-section .redeem-single-product .redeem-single-prod-left .free-plan-badge .dot{
  width: 10px;
  height: 10px;
  background: var(--surface-brand);
  border-radius: 50%;
  display:none;
}

.agoda-esim-plans-section .redeem-single-product .redeem-single-prod-left .product-title {
  color: #0b1215;
  font-size: 20px;
}
/* Old left-section rules removed — now using .free-plan-card */

.product-details {
    margin-top: 15px;
    color: #666;
    line-height: 1.6;
}

.redeem-btn-sec {
    margin-top: 8px;
}

.redeem-btn a {
    /* display: block; */
    width: 100%;
    background: var(--surface-brand);
    color: #fff;
    text-align: center;
    padding: 14px;
    border-radius: 8px;
    font-weight: 600;
    text-decoration: none;
}

/* Right Section */
.agoda-esim-plans-section .redeem-single-prod-right {
    width: 75%;
	border-radius: 16px;
    border: 1px solid #e6e6e6;
	padding-top: 0px;
    padding-bottom: 0px;
	/* padding: 29px 20px; */
}
.agoda-esim-plans-section .redeem-single-prod-right .redeem-single-prod-related-title
{
	font-size: 24px;
    font-weight: 700;
    color: #0b1215;
	margin-bottom: 16px;
}

.agoda-esim-plans-section .redeem-single-prod-right .free-plan-badge{
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 5px 13px;
    border: 1px solid #c9c9ff;
    border-radius: 40px;
    background: rgba(16, 0, 243, 0.08);
    color: var(--surface-brand);
    font-weight: 600;
    font-size: 1rem;
}

.agoda-esim-plans-section .redeem-single-prod-right .free-plan-badge .dot{
    width: 10px;
    height: 10px;
    background: var(--surface-brand);
    border-radius: 50%;
}
.agoda-esim-plans-section .redeem-single-prod-right .redeem-single-related-header 
{
	padding: 1rem;
	background: #fff;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
}
.agoda-esim-plans-section .redeem-single-prod-right .redeem-single-related-content
{
	padding-left: 1rem;
    padding-right: 1rem;
}
.agoda-esim-plans-section .redeem-single-prod-right .redeem-single-related-content .products-swiper
{
    padding-top: 2rem;
    padding-bottom: 1rem;
}
.agoda-esim-plans-section  .badge-placeholder
{
display:none;
}

/* Product Cards Grid */
.agoda-esim-plans-section .redeem-single-prod-right.related-prod .tab-plan .swiper-wrapper
{
	 grid-template-columns: repeat(3, 1fr);
	 gap: 1rem;
	padding-bottom:0px;
}
.agoda-esim-plans-section .redeem-single-prod-right.related-prod .product .plan-details li
{
	min-height: 60px;
}
.agoda-esim-plans-section .redeem-single-prod-right.related-prod .tab-plan .swiper-wrapper .product
{
	box-shadow:none;
}
.agoda-esim-plans-section .redeem-single-prod-right.related-prod .tab-plan .swiper-wrapper .popular-plan
{
	top: 0;
}
.agoda-esim-plans-section .redeem-single-prod-right.related-prod .tab-plan .swiper-wrapper .popular-plan .product-content 
{
  border: 2px solid #1000f3;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  height: auto;
}
.agoda-esim-plans-section .redeem-single-prod-right.related-prod .tab-plan .swiper-wrapper .popular-plan-sec .product-content
{
  border: 2px solid #1000f3;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}
/* code for dedicated  */
.agoda-esim-plans-section .custom-product-page {
     display: flex;
    width: 100%;
    gap: 50px;
    margin: 30px 0px 50px;
    align-items: center;
}
.agoda-esim-plans-section .custom-product-page .product-image {
  position: relative;
  border-radius: 50% 50% 0 0;
  overflow: hidden;
  width: 60%;
	height:auto;
}
.agoda-esim-plans-section .custom-product-page .product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.agoda-esim-plans-section .custom-product-page .product-title 
{
	  font-size: 36px;
	  margin-bottom: 0px;
}
.agoda-esim-plans-section .custom-product-page .blue-icon {
  position: absolute;
  top: -10px;
  left: -10px;
  background-color: #66d9ff;
  color: white;
  font-size: 50px;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  border-radius: 50%;
  font-weight: bold;
}
.agoda-esim-plans-section .custom-product-page .product-content {
    width: 100%;
    display: grid;
    padding: 1rem;
}
.agoda-esim-plans-section .custom-product-page .prod-summary-sec
{
	   display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.agoda-esim-plans-section .custom-product-page .redeem-btn-sec{
    width: 100%;
    text-align: right;
    margin-top: 1.875rem;
    margin-bottom:0px;
}
.agoda-esim-plans-section .custom-product-page .redeem-btn-sec .redeem-btn
{
	    width: 100%;
    margin: 0;
    padding: 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
    height:56px;
}
.agoda-esim-plans-section .custom-product-page .redeem-btn-sec .redeem-btn a span 
{
	font-size:1rem;
}
.agoda-esim-plans-section .redeem-single-product .redeem-single-prod-left .single_product_summary
{
  background: #f8f5ff;
  border-radius: 16px;
  border: 2px solid #1000f3;
  overflow: hidden;
  display: block;
  margin: 0;
  border-top: 5px solid #1000f3;
}
.product-detail-main .product-details p 
{
	    margin-bottom: 20px;
}

.related-prod h2.related-title 
{
	text-transform:none;
	margin-bottom: 12px;
}
.related-prod h2.related-title span
{
	text-transform:none;
}
.related-prod .related-subtitle 
{
    font-size: 18px;
	 margin-bottom: 1.5rem;
}

.related-prod .products 
{
    display: grid;
    gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr;	
}
.related-prod .tab-plan .swiper-wrapper
{
	grid-template-columns: 1fr 1fr 1fr 1fr;
	    transform: none !important;
    display: grid
;
    gap: 25px;
}



/* ── Free Plan Card (Diamond Exclusive) ── */
.agoda-esim-plans-section .free-plan-card {
  background: #fff;
  border: none;
  border-radius: 12px;
  padding: 1rem;
}
.agoda-esim-plans-section .free-plan-card-header {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 5px 10px;
  border: 2px solid #57bbeb;
  border-radius: 40px;
  background: rgba(16, 0, 243, 0.08);
  color: #2a2a2e;
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 12px;
}
.agoda-esim-plans-section .diamond-badge {
  display: inline-block;
}
.agoda-esim-plans-section .free-price-tag {
  font-size: 15px;
  font-weight: 800;
  color: #16a34a;
  background: #dcfce7;
  padding: 4px 12px;
  border-radius: 6px;
  letter-spacing: 0.5px;
}
.agoda-esim-plans-section .free-plan-card-body {
  padding: 16px 20px;
}
.agoda-esim-plans-section .free-plan-title {
  font-size: 22px;
  font-weight: 800;
  color: #0b1215;
  margin: 0 0 4px;
  line-height: 1.2;
}
.agoda-esim-plans-section .free-plan-subtitle {
  font-size: 14px;
  color: #666;
  margin: 0 0 14px;
}
.agoda-esim-plans-section .free-plan-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 14px;
}
.agoda-esim-plans-section .plan-tag {
  background: #f3f4f6;
  color: #374151;
  font-size: 13px;
  font-weight: 500;
  padding: 6px 14px;
  border-radius: 20px;
  white-space: nowrap;
}
.agoda-esim-plans-section .free-plan-price-row {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 16px;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
}
.agoda-esim-plans-section .free-plan-price-row .old-price {
  font-size: 16px;
  color: #999;
  text-decoration: line-through;
}
.agoda-esim-plans-section .free-plan-price-row .current-price {
  font-size: 24px;
  font-weight: 800;
  color: #16a34a;
}
.agoda-esim-plans-section .free-plan-card-footer {
  padding: 0 20px 20px;
}
.agoda-esim-plans-section .redeem-free-btn {
  display: block !important;
  width: 100%;
  text-align: center;
  padding: 14px !important;
  background: var(--surface-brand, #2a2a2e) !important;
  color: #fff !important;
  border-radius: 12px !important;
  font-weight: 700;
  font-size: 1rem;
  text-decoration: none !important;
  border: none !important;
  cursor: pointer;
  box-sizing: border-box;
}
.agoda-esim-plans-section .redeem-free-btn:hover {
  opacity: 0.9;
}
.agoda-esim-plans-section .redeem-single-product .redeem-single-product-container
{
  padding-left:0px;
  padding-right:0px;
}
.agoda-esim-plans-section .product-content
{

}
.agoda-esim-plans-section .prod-header
{
  grid-template-columns: 60% 40%;
    display: grid;
    /* gap: 10px; */
    margin-top:10px;
}
.agoda-esim-plans-section .price-card .price-card-bedge
{
  display: flex;
  justify-content: flex-end;
}
 .agoda-esim-plans-section .price-card .badge
 {
  display: inline-block;
    background: #d4f5df;
    color: #1fa750;
    font-size: 12px;
    font-weight: 600;
    padding: 4px 10px;
    border-radius: 20px;
    margin-bottom: 13px;
 }
 .agoda-esim-plans-section .price-card .price
 {
  display: flex;
    justify-content: end;
    align-items: center;
    gap: 0px;
 }
 .agoda-esim-plans-section .price-card .old-price
 {
  color: #9a9a9a;
  text-decoration: line-through;
  font-size: 16px;
 }
 .agoda-esim-plans-section .price-card .new-price
 {
  color: #1fa750;
  font-size: 28px;
  font-weight: bold;
  margin-left: 10px;
 }
 .agoda-esim-plans-section .explore-plan-btn
 {
    display: flex;
    justify-content: center;
 }
 .agoda-esim-plans-section .explore-plan-btn a.esim-offer-btn 
 {
  display: inline-flex;
  height: 56px;
  width: auto;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  border-width: 1.5px;
  border-color: var(--surface-brand);
  background-color: var(--surface-brand);
  padding: 0 20px;
  text-transform: inherit;
  color: #e9ebee;
  font-size: 20px;
  line-height: 28px;
  margin-top: 20px;
 }
 .agoda-esim-plans-section .explore-plan-btn a.esim-offer-btn:hover 
 {
    background-color: #002d63;
    border-color: #002d63;
 }
 .agoda-esim-plans-section .redeem-single-product .redeem-single-prod-left .plan-info
 {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 34px;
  margin-bottom: 30px;
 }
 .rtl .agoda-esim-plans-section .redeem-single-product .product .plan_buttons .plan-action-price
{
	justify-content: left;
}
.rtl .agoda-esim-plans-section .redeem-single-product .product .plan_buttons .view_product
{
	justify-content: right;
}
  /* Mobile */
  @media (max-width: 767.5px) {
    .agoda-app-cta-strip {
      padding: 1rem;
    }
    .agoda-app-cta-inner {
      /* flex-direction: column; */
      gap:7px;
    }
    .agoda-app-cta-text {
      font-size: 17px;
    }
    .agoda-app-cta-code {
      font-size: 1.25rem;
    }
    .agoda-app-download-btn {
      /* width: 100%; */
      justify-content: center;
      padding: 12px 20px;
    }
  .agoda-esim-plans-section .free-plan-card-body {
    padding: 12px 16px;
  }
  .agoda-esim-plans-section .free-plan-title {
    font-size: 18px;
  }
  .agoda-esim-plans-section .free-plan-price-row .current-price {
    font-size: 20px;
  }
  .agoda-esim-plans-section .free-plan-card-footer {
    padding: 0 16px 16px;
  }
  .agoda-esim-plans-section .free-plan-card-header {
    padding: 12px 16px 0;
  }
 

  /* Promotion Hero mobile start */
  .agoda-esim-hero {
    padding: 2rem 0;
  }
  .agoda-esim-hero::after {
    top: -60px;
    right: -80px;
    width: 280px;
    height: 280px;
    border-width: 36px;
  }
  .agoda-esim-hero .partnership-badge {
    gap: 6px;
    padding: 5px 12px 5px 8px;
    margin-bottom: 14px;
  }
  .agoda-esim-hero .badge-dot-voye {
    /* width: 24px;
    height: 24px;
    font-size: 9px; */
  }
  .agoda-esim-hero .badge-dot-korean
  {
    /* width: 28px;
    height: 28px;
    font-size: 9px; */
  }
  .agoda-esim-hero .badge-label {
    font-size: 12px;
  }
  .agoda-esim-hero-eyebrow {
    font-size: 20px;
    letter-spacing: 0px; 
    margin-bottom: 12px;
  }
  .agoda-esim-hero-sub {
    font-size: 1rem;
    max-width: 100%;
  }
  .agoda-esim-hero-tag {
    font-size: 13px;
  }
  .agoda-esim-hero-ctas {
    flex-direction: column;
    align-items: center;
    gap: 12px;
    margin-top: 18px;
  }
  .agoda-esim-hero .btn {
    width: 100%;
    max-width: 100%;
    justify-content: center;
    padding: 8px 20px;
    font-size: 14px;
  }
  .agoda-esim-hero .usp-strip {
    padding: 18px 16px;
    gap: 20px;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 36px;
  }
  .agoda-esim-hero .usp-item {
    max-width: 100%;
    font-size: 12px;
  }
  /* Promotion Hero mobile end */
 
  .promotion-ko-plans-section
  {
    padding: 24px 0;
  }
  .promotion-ko-plans-section .products-swiper
  {
    padding-top: 0px;
  }
  .promotion-ko-plans-section .swiper-wrapper
  {
    grid-template-columns: auto;
  }
  .promotion-ko-plans-section .products-swiper
  {
    max-width: 100%;
  }
  .promotion-ko-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-ko-plans-section h2.promotion-ko-section-title
	{
		margin-bottom: 0px;
	}
	.promotion-ko-plans-section .plan-cart-wrapper
	{
		padding-top: 1rem !important;
    padding-bottom: 1rem !important;
	}
  .promotion-ko-plans-section .product .plan-action-bar
  {
padding-left: 1rem;
    padding-right: 1rem;
  }
  .related-prod .tab-plan .swiper-slide {
    flex: 0 0 90%;
  }
    
    .custom-product-page .prod-summary-sec
    {
      display: block;
      margin-bottom: 16px;	
    }
    .custom-product-page .product-title
    {
       margin-bottom: 16px;	
    }
    .custom-product-page .redeem-btn-sec
    {
      width:100%;
    }
    .custom-product-page .redeem-btn-sec .redeem-btn a
    {
      height:48px;
    }
    
    .related-prod .products
    {
    grid-template-columns:1fr;	
    }
    .related-prod .tab-plan .swiper-slide .product .plan_buttons
    {
        padding: 1rem 0.688rem;
    }

  }

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

  .agoda-esim-plans-section .free-plan-card-body {
    padding: 14px 18px;
  }
 
  /* Performance banner css start  */
  .promotion-ko-plans-section .plan-cart-wrapper
	{
		padding-top: 1rem !important;
    padding-bottom: 1rem !important;
	}
  /* Promotion Hero tablet start */
  .agoda-esim-hero {
    padding: 2rem 0;
  }
  .agoda-esim-hero::after {
    top: -70px;
    right: -100px;
    width: 360px;
    height: 360px;
    border-width: 48px;
  }
  .agoda-esim-hero .partnership-badge {
    margin-bottom: 28px;
  }
  .agoda-esim-hero-eyebrow {
    font-size: 24px;
    letter-spacing: 2.5px;
  }
  .agoda-esim-hero-sub {
    font-size: 16px;
  }
  .agoda-esim-hero-ctas {
    margin-top: 32px;
  }
  .promotion-ko-hero .btn {
    padding: 12px 24px;
    font-size: 13px;
  }
  .promotion-ko-hero .usp-strip {
    padding: 20px 24px;
    gap: 28px;
  }
  .promotion-ko-hero .usp-item {
    font-size: 12px;
    max-width: 180px;
  }
  /* Promotion Hero tablet end */
 
  .promotion-ko-plans-section
  {
    padding: 2rem 0;
  }
  .promotion-ko-plans-section .swiper-wrapper
  {
    grid-template-columns: repeat(2, 1fr);
  }
  /* Performance banner css end  */

  .related-prod .tab-plan .swiper-slide {
    flex: 0 0 40%;
  }	
  
      .custom-product-page .product-title
    {
       margin-bottom: 0px;
    }
    .related-prod .products
    {
    grid-template-columns:1fr 1fr;	
    }
 
  }


  @media screen and (width: 1024px)
{
	.agoda-esim-plans-section .redeem-single-product .redeem-single-prod-right.related-prod .tab-plan .swiper-slide
	{
     flex: 0 0 52%;		
	}
	.agoda-esim-plans-section .redeem-single-product .redeem-single-prod-right.related-prod .tab-plan .products-swiper
	{
	     max-width: 100%;	
	}
	.site-header .header-menu-btn
	{
		display: none !important;
	}
	.site-header .user-icon {
        display: block;
    }
	
  .agoda-esim-plans-section .redeem-single-product .redeem-single-prod-right
	{
	  padding-top: 0px;
    padding-bottom: 0px;
    width: 100%;
    margin-top: 14px;
	}
	.agoda-esim-plans-section .redeem-single-prod-right.related-prod .tab-plan .swiper-wrapper
	{
	display: grid !important;
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem;
	padding: 0;
	}
	.agoda-esim-plans-section .redeem-single-prod-right .redeem-single-related-content .products-swiper
	{
	max-width: 95%;
  margin: 0 auto;
	}
  .agoda-esim-plans-section .redeem-single-product .redeem-single-product-container
  {
    display: block;
    gap: 0px;
    padding-left: 0px;
    padding-right: 0px;
  }
  .agoda-esim-plans-section .redeem-single-product .redeem-single-prod-left
  {
    width: 100%;
    margin-top: 22px;
  }
}


@media (max-width: 1024px){
  .agoda-esim-plans-section .redeem-single-product .redeem-single-product-container
  {
    display: block;
    gap : 0px;
    padding-left: 0px;
    padding-right: 0px;
  }	
  .agoda-esim-plans-section .redeem-single-product .redeem-single-prod-left
  {
    width: 100%;
    margin-top:22px;
  }
  .agoda-esim-plans-section .free-plan-card {
    max-width: 400px;
    margin: 0 auto 20px;
  }
    .agoda-esim-plans-section .redeem-single-product .redeem-single-prod-right
  {
    width: 100%;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 14px;
  }
  .agoda-esim-plans-section .redeem-single-prod-right .redeem-single-related-content
    {
      padding-left:0px;
      padding-right:0px;
    }
    .agoda-esim-plans-section .redeem-single-prod-right.related-prod .tab-plan .swiper-wrapper {
      grid-template-columns: repeat(1, 1fr);
      gap: 1rem;
      padding-bottom: 0px;
  }
  .agoda-esim-plans-section .redeem-single-prod-right .redeem-single-related-content .products-swiper
  {
    padding-top: 0px; 
  }
  .agoda-esim-plans-section .redeem-single-prod-right .redeem-single-related-content .products-swiper
  {
    max-width: 100%; 
  }
  .agoda-esim-plans-section .popular-plan-tag
  {
    position: relative;
    top: 0;
  }
  .agoda-esim-plans-section .popular-plan .product
  {
    border-top: none;
    border-radius: 0 0 var(--corners-brand) var(--corners-brand);
  }
  .agoda-esim-plans-section .redeem-single-prod-right.related-prod .product .plan-details li,
  .agoda-esim-plans-section .product .plan-details li
  {
    min-height: auto;
    border:none;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .agoda-esim-plans-section .product-content
  {
    height: auto !important;
  }
  .agoda-esim-plans-section .related-prod .tab-plan .swiper-slide .product .plan_buttons
  {
    padding: 1rem 1rem;
  }
  .agoda-esim-plans-section .redeem-single-product .redeem-single-prod-left .info-item
  {
    font-size:14px;
  }
  .agoda-esim-plans-section .explore-plan-btn a.esim-offer-btn
  {
    margin-top:10px;
    height: 44px;
    font-size: 1rem;
  }
  .agoda-esim-plans-section .redeem-single-product .redeem-single-prod-left .plan-info
 {
  margin-top: 20px;
  margin-bottom: 8px;
 }
 .promotion-ko-plans-section h2.promotion-ko-section-title
 {
  font-size: 23px;
  line-height: 36px;
 }
 .agoda-esim-plans-container .product-image
 {
  height: 150px;
 }
 .promotion-ko-plans-section .product_family_div
 {
  margin-top: 0px;
 }

  /* Diamond Exclusive clone styles for mobile/tablet */
  .agoda-esim-plans-section .redeem-single-prod-left--mobile {
    width: 100%;
    padding: 0;
    background: none;
    border: none;
    margin-bottom: 1.5rem;
  }
  .agoda-esim-plans-section .redeem-single-prod-left--mobile .single_product_summary {
    background: #f8f5ff;
    border-radius: 16px;
    border: 2px solid #1000f3;
    overflow: hidden;
    display: block;
    margin: 0;
    border-top: 5px solid #1000f3;
  }
  .agoda-esim-plans-section .redeem-single-prod-left--mobile .free-plan-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 3px 13px;
    border: 1px solid #c9c9ff;
    border-radius: 40px;
    background: var(--surface-brand);
    color: #fff;
    font-weight: 600;
    font-size: 13px;
    margin-bottom: 5px;
  }
  .agoda-esim-plans-section .redeem-single-prod-left--mobile .free-plan-badge .dot {
    display: none;
  }
  .agoda-esim-plans-section .redeem-single-prod-left--mobile .product-title {
    color: #0b1215;
    font-size: 20px;
  }
  .agoda-esim-plans-section .redeem-single-prod-left--mobile .info-item {
    display: flex;
    align-items: center;
    gap: 4px;
    background: #e7e5fe;
    padding: 6px 10px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 500;
    color: #555;
  }
  .agoda-esim-plans-section .redeem-single-prod-left--mobile .plan-info {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 20px;
    margin-bottom: 0px;
  }
  .agoda-esim-plans-section .redeem-single-prod-left--mobile .custom-product-page {
    display: block;
    width: 100%;
    margin: 0;
    padding: 1rem;
  }
  .agoda-esim-plans-section .redeem-single-prod-left--mobile .prod-summary-sec {
    display: block;
    margin-bottom: 16px;
  }
  .agoda-esim-plans-section .redeem-single-prod-left--mobile .product-content {
    width: 100%;
    display: grid;
    padding: 0;
  }
  .agoda-esim-plans-section .redeem-single-prod-left--mobile .redeem-btn-sec {
    width: 100%;
    margin-top: 0rem;
    margin-bottom:0px;
  }
  .agoda-esim-plans-section .redeem-single-prod-left--mobile .redeem-btn-sec .redeem-btn {
    width: 100%;
    margin: 0;
    padding: 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
    height: 56px;
  }
  .agoda-esim-plans-section .redeem-single-prod-left--mobile .redeem-btn-sec .redeem-btn a span {
    font-size: 1rem;
  }
  .agoda-esim-plans-section .price-card .new-price
  {
    font-size: 20px; 
  }
  .agoda-esim-plans-section .prod-header
  {
    margin-top: 3px;
  }
  }
