/* header cart icon add start */
.voye-cart-count-badge {
    position: absolute;
    top: 34px;
    right: -28px;
    background: var(--surface-brand);
    color: #fff;
    border-radius: 50%;
    min-width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: 600;
    padding: 0 5px;
    line-height: 1;
    opacity: 0;
    transform: scale(0);
    transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.voye-cart-count-badge.show {
    opacity: 1;
    transform: scale(1);
    animation: badgePop 0.3s ease;
}
.voye-cart-count-badge.show {
    opacity: 1;
    transform: scale(1);
}
/* header cart icon add end */

/* ICCID screen design */
.section-iccid-login .rounded-\[1rem\]
{
	   border-radius: 1rem;
}
.section-iccid-login .card-title{
    color: var(--text-invert);
    font-weight: 800;
    margin-bottom: 1.25rem;
    font-size: 2.5rem;
    line-height: 3rem;
}
.section-iccid-login .card-content{
    font-size: 1.375rem;
    line-height: 1.75rem;
    margin-bottom: 1.875rem;
}
.section-iccid-login .card-content .text-btn
{
	color: var(--text-invert);
	border-color: var(--text-invert)
}
.section-iccid-login .iccid-submit{
    background: var(--surface-brand);
    color: var(--text-invert);
    font-weight: bold;
    height: 3rem;
	  border-radius: 12px;
    margin-top: 0.625rem;
}
.section-iccid-login .iccid-submit:hover{
     background: var(--surface-brand);
}
.section-iccid-login .iccid-msg{
    margin-top: 8px;  
}
.section-iccid-login .iccid-msg.iccid-error{
    color: red;
    margin-top: 8px;
}
.section-iccid-login .iccid-msg.iccid-success{
    color: #c3e6cb;
    margin-top: 8px;
}
.section-iccid-login .iccid-button{
    background: var(--surface-brand);
    color: var(--text-invert);
    font-weight: bold;
    height: 3rem;
    cursor: pointer;
    text-decoration: none;
}
.section-iccid-login .iccid-button:hover{
    background: var(--surface-brand);
}
.section-iccid-login .iccid_screen_one{
    padding-bottom: 30px;
}


/* Guide page */
.how-to-install-tabs-content .ios-tab {
  padding-top: 0px;
}
.page-template-tpl-plans .plans-results .tabs-plans-header .plans_ntabs {
  min-height: auto;
}

/* checkout css */
.woocommerce-checkout header.site-header {
  height: 65px !important;
}
.woocommerce-checkout #main {
  padding-top: 65px !important;
}

/* Account css */
.myaccount-wrap .edit-account .checkbox-wrap {
  text-align: left;
}

/* Footer css */
.site-footer .footer_apps_icons a svg {
  width: 30px;
  height: 30px;
}
.site-footer .footer_social_icons a svg {
  width: 30px;
  height: 30px;
}

/* Local  & Regional countries design */
.plans-tags-m .popular-plan-price {
  display: none;
}

@media only screen and (min-width: 1023.5px) {
    .page-template-tpl-content .plans-banner 
    {
    padding-bottom: 0;
   }
}

@media only screen and (max-width: 1023.5px) {

  /* ICCID screen design */
    .section-iccid-login .card-left{
        padding: 30px;
    }
    .section-iccid-login .card-title{
        font-size: 1.5rem;
        line-height: 1.8rem;
    }
    .section-iccid-login .card-content{
        font-size: 1rem;
        line-height: 1.25rem;    
    }
    .section-iccid-login .iccid-login-img{
        width: 100%;
        border-radius: 1rem;
    }
    .section-mobile-apps .freeplan-img {
    max-width: 100%;
  }
   

}


@media only screen and (min-width:1024px) and (max-width:1200px){
	 /* ICCID screen design */
     .section-iccid-login .card-left{
        padding: 30px;
    }
    .section-iccid-login .card-title{
        font-size: 1.5rem;
        line-height: 1.8rem;
    }
    .section-iccid-login .card-content{
        font-size: 1rem;
        line-height: 1.25rem;    
    }
	
}

@media (max-width: 1024px) {
  /* Local  & Regional countries design */

  .plans-tags-m {
    display: grid;
    gap: 0.75rem;
    justify-content: normal;
    grid-template-columns: auto;
  }
  .plans-tags-m .cat-btn {
    width: 100%;
    margin-bottom: 0px;
    font-size: 20px;
    font-weight: 700;
    border-radius: var(--corners-brand);
  }

  .plans-tags-m .popular-plan-price {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 1.7rem;
    width: 1.7rem;
    padding-left: 0.4rem;
    padding-right: 0.4rem;
  }
}

@media (max-width: 767px) {
  .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;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .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 (max-width: 1024px) {
  .related-prod .tab-plan .products-swiper {
    max-width: 95%;
  }
  .related-prod .tab-plan .swiper-wrapper {
    display: flex !important;
    gap: 16px; /* adjust based on spacing */
    overflow-x: auto;
    overflow-y: hidden;
    padding: 0 16px 16px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    touch-action: pan-x;

    /* Hide scrollbar */
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE/Edge */
  }

  .related-prod .tab-plan .swiper-wrapper::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Opera */
  }

  .related-prod .tab-plan .swiper-slide {
    scroll-snap-align: start;
  }
  .related-prod .tab-plan .swiper-slide .product {
    box-shadow: none;
  }

  .custom-product-page {
    display: grid;
    gap: 30px;
    margin: 30px 0px 30px;
  }
  .custom-product-page .product-image {
    width: 100%;
  }
  .custom-product-page .product-title {
    font-size: 24px;
    line-height: 31px;
  }
  .related-prod {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

@media only screen and (max-width: 600.5px) {
  /* Voye app vertical pomotional Popup */
  .voyeapp-promotional-verticalpopup .voyeapp-popup-div {
    display: grid;
    gap: 16px;
  }

  .voyeapp-promotional-verticalpopup .voye-app-buttons {
    margin-top: 16px;
  }

  .voyeapp-promotional-verticalpopup .close-popup {
    position: absolute;
    right: 6px;
    top: 6px;
  }

  .voyeapp-promotional-verticalpopup .voye-app-btn img {
    max-height: 45px;
  }

  .voyeapp-promotional-verticalpopup .popup-content {
    margin: 15% auto 20px;
    position: relative;
    right: auto;
  }

  .voyeapp-promotional-verticalpopup .app-img {
    max-height: 230px;
    margin: 0 auto;
  }
}

@media only screen and (max-height: 600px) {
  .voyeapp-promotional-verticalpopup.verticalappshow {
    display: block !important;
  }
}

@media only screen and (max-width: 1023.5px) {
  .section-promotional-header .section-promotional-button a {
    height: auto;
  }
  .section-promotional-header {
    gap: 20px;
  }
}

/* hide referrals from my-account page */
.custom-my-account-nav .tab-header-btn:nth-of-type(3) {
  display: none !important;
}

/* on checkout pay btn */
.pay-btn-exp:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  background: url("/wp-content/themes/voye-parent/assets/img/loader-white.svg")
    no-repeat center;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.pay-btn-exp.loading::before {
  content: var(--tw-content);
  opacity: 1;
}

.pay-btn-exp.loading span {
  opacity: 0;
}

.pay-btn-exp span {
  opacity: 1;
}

.pay-btn-exp {
  position: relative;
}





