.tab-content .products-swiper {
  padding-top: 20px;
  padding-bottom: 0px;
}

.tab-content.active {
  display: block;
}

/* Simple product card demo */
.product-card {
  background: #fff;
  padding: 20px;
  border-radius: 12px;
  text-align: center;
}

.tab-content .swiper-wrapper {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  row-gap: 25px;
  transition-delay: 0ms;
  transform: none !important;
  display: grid;
  gap: 25px;
}

.product .plan-action-bar {
  grid-template-columns: 1fr 1fr;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 2rem;
  padding-bottom: 0px;
  align-items: center;
}

.product .plan-action-bar .plan-action-price {
  text-align: right;
}

.product .plan_buttons .view_product {
  height: 25px;
  flex-direction: initial;
  justify-content: left;
  padding-left: 0px;
}

.inflight-cart-wrapper {
  width: 100%;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 2rem;
  padding-bottom: 1.5rem;
}

/* Add to Cart Button */
.inflight-cart-wrapper .add-to-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;
}

/* Quantity Box */
.inflight-cart-wrapper .qty-box {
  display: none;
  width: 100%;
  height: 56px;
  border: 2px solid var(--surface-brand);
  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: var(--surface-brand);
  cursor: pointer;
  font-style: normal;
  line-height: 32px;
}

.inflight-cart-wrapper .qty-value {
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  color: var(--surface-brand);
}

/* inflight support esim css end */







.home-banner-main
{
  padding-bottom:3.5rem
}



.popular-esim-destination{
padding:3rem 0px 2rem 0px;
}

.popular-esim-destination .popular-desti-title{
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 6px;
  text-align: center;
  font-style: normal;
  line-height: normal;
}

.popular-esim-destination .popular-desti-subtitle{
    max-width: 640px;
    margin: auto;
    margin-bottom: 44px;
    text-align: center;
    color: #2A2A2E;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}


/* tabs */

.popular-esim-destination .tabs{
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 6px;
    border: 1px solid #ECEBFE;
    border-radius: 10px;
    /* background: #f8f8f8; */
    width: fit-content;
    margin: 0 auto;
    margin-bottom: 32px;
    justify-content: center;
}

.popular-esim-destination .tab-btn{
padding:8px 24px;
border-radius:20px;
background:#fff;
cursor:pointer;
justify-content: flex-end;
align-items: center;
position:relative;
border:none;
background:transparent;
    font-size: 1rem;
    font-style: normal;
    line-height: normal;
}
/* divider */

.tab-btn:not(:last-child)::after{
content:"";
position:absolute;
right:-6px;
top:50%;
transform:translateY(-50%);
width:1px;
height:10px;
background:#ECEBFE;
}

/* NEW badge */

.popular-esim-destination .tab-btn .new-badge{
position: absolute;
    top: -6px;
    right: 6px;
    background: #FF3B30;
    color: #fff;
    font-size: 10px;
    padding: 3px;
    border-radius: 4px;
    font-weight: 600;
}
.popular-esim-destination .tab-btn.active{
    color: #fff;
    border-radius: 8px;
    background: #1000F3;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}


/* cards */

.popular-esim-destination .card-wrapper{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:15px;
}

.popular-esim-destination .card-wrapper .card{
    background: #fff;
    border-radius: 12px;
    padding: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    transition: 0.3s;
    border: 1px solid #E3E4E7;
    align-self: stretch;
}

.popular-esim-destination .card-wrapper .card .card-left
{
    display: flex;
    align-items: center;
    gap: 12px;
}

.popular-esim-destination .card-wrapper .card:hover{
box-shadow:0 6px 20px rgba(0,0,0,0.08);
}

.popular-esim-destination .card-wrapper .card .card-left img{
    width: 48px;
    height: 48px;
    border-radius: 100px;
    border: 1px solid #ECECEC;
}

.popular-esim-destination .card-wrapper .card .card-left h4{
    color: #2A2A2E;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    margin-bottom:4px;
}

.popular-esim-destination .card-wrapper .card .card-left p{
    margin: 2px 0 0;
    color: #737373;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    text-transform: capitalize;
}

.popular-esim-destination .card-wrapper .card .arrow{
border-radius: 10px;
    background: #EAEBEE;
    display: flex;
    width: 40px;
    height: 40px;
    /* padding: 8px; */
    justify-content: center;
    align-items: center;
    aspect-ratio: 1 / 1;
}

.extra{
display:none;
}

.show .extra{
display:flex;
}


/* view button */
.view-more-wrapper
{
    text-align: center;
    margin-top: 40px; 
}
.view-more-wrapper .view-btn{
    cursor: pointer;
    color: #1000F3;
    font-size: 1rem;
    font-style: normal;
    font-weight: 700;
    line-height: 22.4px;
    text-transform: capitalize;
    border-bottom: 2px solid #1000F3;
    padding-bottom: 8px;
}


/* tab content */

.tab-content{
display:none;
}

.tab-content.active{
display:block;
}


/* tablet */

@media(max-width:1024px){

.card-wrapper{
grid-template-columns:repeat(2,1fr);
}

}


/* mobile */

@media(max-width:600px){

.card-wrapper{
grid-template-columns:1fr;
}

.tabs{
overflow:auto;
justify-content:flex-start;
}

}


/* RTL */

[dir="rtl"] .card{
flex-direction:row-reverse;
}

[dir="rtl"] .card img{
margin-left:10px;
margin-right:0;
}