.elementor-48261 .elementor-element.elementor-element-366517a1{padding:0px 0px 0px 0px;}.elementor-48261 .elementor-element.elementor-element-52f27b5a > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:0px 0px 0px 0px;}.elementor-48261 .elementor-element.elementor-element-52f27b5a > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-48261 .elementor-element.elementor-element-201f1f50 > .elementor-widget-container{padding:0px 0px 0px 0px;}.elementor-48261 .elementor-element.elementor-element-5285c5ce > .elementor-widget-container{padding:0px 0px 0px 0px;}.elementor-48261 .elementor-element.elementor-element-1c59ccaa{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:20px;margin-bottom:0px;padding:45px 0px 0px 0px;}.elementor-48261 .elementor-element.elementor-element-1c59ccaa > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-48261 .elementor-element.elementor-element-1f3730a2 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-48261 .elementor-element.elementor-element-1f3730a2 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-48261 .elementor-element.elementor-element-1be4d937 > .elementor-widget-container{margin:20px 0px 0px 0px;}.elementor-48261 .elementor-element.elementor-element-41bfd25 > .elementor-widget-container{margin:20px 0px 0px 0px;}.elementor-48261 .elementor-element.elementor-element-482c6bcc{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;padding:0px 0px 0px 0px;}.elementor-48261 .elementor-element.elementor-element-482c6bcc > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-48261 .elementor-element.elementor-element-2d9bd02f > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-48261 .elementor-element.elementor-element-2d9bd02f > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-48261 .elementor-element.elementor-element-78a64ca0 > .elementor-widget-container{margin:20px 0px 0px 0px;}.elementor-48261 .elementor-element.elementor-element-63510866 > .elementor-widget-container{margin:20px 0px 0px 0px;}@media(max-width:767px){.elementor-48261 .elementor-element.elementor-element-1c59ccaa{margin-top:35px;margin-bottom:0px;}.elementor-48261 .elementor-element.elementor-element-482c6bcc{margin-top:35px;margin-bottom:0px;}}/* Start custom CSS for html, class: .elementor-element-201f1f50 *//* =============================
   EPIK FAMILY PLANS SECTION STYLES
   Namespace: #epik-family-plans-section / .epik-family-plans__*
   ============================= */
 
#epik-family-plans-section {
  box-sizing: border-box;
}
 
/* ---- Slider wrapper ---- */
.epik-family-plans__slider-wrapper {
  width: 100%;
  overflow: visible;
  padding: 24px 0;
  margin: -24px 0;
}
 
/* ---- Grid: horizontal strip of cards ---- */
.epik-family-plans__grid {
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  will-change: transform;
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
 
/* ---- Individual card ---- */
.epik-family-plans__card {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 4px 24px rgba(0,0,0,0.12);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  position: relative;
  flex-shrink: 0;
  /* No scale for any card — family plans has only 2 plans */
}
 
/* ---- BEST FOR badge (top ribbon) ---- */
.epik-family-plans__ribbon {
  position: absolute;
  top: -2px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 12px;
  font-weight: bolder;
  text-transform: uppercase;
  font-style: italic;
  padding: 4px 16px;
  border-radius: 0 0 10px 10px;
  white-space: nowrap;
  z-index: 10;
}
 
.epik-family-plans__ribbon--red {
  background: #ffffff;
  color: #ff0000;
}
 
.epik-family-plans__ribbon--teal {
  background: #ffffff;
  color: #ff0000;
}
 
/* ---- Card header ---- */
.epik-family-plans__card-header {
  padding-top: 28px; /* room for ribbon */
  display: flex;
  align-items: stretch;
  gap: 0;
  position: relative;
  min-height: 150px;
  flex-shrink: 0;
  overflow: hidden;
}
 
.epik-family-plans__card-header--red  { background: #FF0000; }
.epik-family-plans__card-header--teal { background: #66C8CE; }
 
.epik-family-plans__logo {
  width: 160px;
  height: auto;
  flex-shrink: 0;
  transform: scale(1.08);
  transform-origin: left center;
}
 
/* ---- Black data/price box ---- */
.epik-family-plans__data-box {
  background-image: url('https://cdn.tunetalk.com/wp-content/uploads/2026/04/23162653/new-epik-bg.svg');
  background-size: cover;
  background-position: 0vw 100%;
  background-repeat: no-repeat;
  padding: 10px 14px 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  flex: 1;
  align-self: stretch;
  margin-bottom: -1px;
}
 
.epik-family-plans__data-amount {
  color: #fff;
  font-size: 34px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -1px;
}
 
.epik-family-plans__price-row {
  display: flex;
  align-items: baseline;
  gap: 1px;
  margin-top: 2px;
}
 
.epik-family-plans__price-rm    { color: #fff; font-size: 15px; }
.epik-family-plans__price-amount {
  color: #fff;
  font-size: 28px;
  font-weight: 900;
  line-height: 1;
}
.epik-family-plans__price-month { color: #fff; font-size: 12px; }
 
/* ---- Card body ---- */
.epik-family-plans__card-body {
  padding: 16px 0 16px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
 
/* ---- Yearly value banner ---- */
.epik-family-plans__yearly-value {
  display: flex;
  align-items: center;
  gap: 7px;
  border-radius: 30px;
  padding: 7px 11px;
  margin: 0 18px 14px;
  width: fit-content;
}
 
.epik-family-plans__yearly-value--red  { background: #ff0000; color: #ffffff; }
.epik-family-plans__yearly-value--teal { background: #66C8CE; }
 
.epik-family-plans__yearly-value-icon { width: 18px; height: 18px; flex-shrink: 0; }
 
.epik-family-plans__yearly-value-text {
  /*color: #ffffff;*/
  font-size: 13px;
  font-weight: 700;
}
 
/* ---- Core features list ---- */
.epik-family-plans__features {
  list-style: none;
  margin: 0 18px 14px;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 9px;
}
 
.epik-family-plans__feature-item {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 13px;
  color: #231F20;
  line-height: 1.35;
}
 
.epik-family-plans__feature-item span { margin-top: 2px; }
 
.epik-family-plans__feature-icon { width: 18px; height: 18px; flex-shrink: 0; margin-top: 1px; }
 
.epik-family-plans__feature-highlight { color: #2A9B88; font-weight: bolder; }
 
/* ---- Valueback ---- */
.epik-family-plans__valueback {
  background: #F4F5FF;
  padding: 12px 18px;
  margin: 0;
  flex: 1;
  display: flex;
  flex-direction: column;
}
 
.epik-family-plans__valueback-title {
  font-size: 13px;
  font-weight: 700 !important;
  color: #231F20;
  margin: 0 0 10px !important;
}
 
.epik-family-plans__valueback-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
 
.epik-family-plans__valueback-item {
  display: flex;
  align-items: flex-start;
  gap: 7px;
  font-size: 13px;
  color: #231F20;
  line-height: 1.4;
}
 
.epik-family-plans__check-icon { width: 14px; height: 14px; flex-shrink: 0; margin-top: 2px; }
 
.epik-family-plans__benefit-name        { font-weight: 700; }
.epik-family-plans__benefit-name--teal  { color: #2A9B88; }
.epik-family-plans__benefit-name--red   { color: #FF0000; }
 
.epik-family-plans__benefit-name--foodpanda {
  color: #ff2b85;
  font-weight: 700;
  text-decoration: none !important;
}
.epik-family-plans__benefit-name--foodpanda:hover,
.epik-family-plans__benefit-name--foodpanda:active,
.epik-family-plans__benefit-name--foodpanda:focus { color: #ff2b85; text-decoration: underline !important; }
 
.epik-family-plans__fine-print {
  font-size: 9.5px;
  font-style: italic;
  color: #58595B;
  margin: 20px 0 0;
  line-height: 1.4;
}
 
/* ---- Spacer ---- */
.epik-family-plans__spacer { flex: 1; }
 
/* ---- CTA button ---- */
.epik-family-plans__cta-wrap { padding: 12px 18px 0; }
 
.epik-family-plans__cta {
  display: block;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  background: #66C8CE;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none !important;
  border-radius: 50px;
  padding: 13px 0;
  transition: background 0.2s ease;
  letter-spacing: 0.3px;
}
 
.epik-family-plans__cta:hover,
.epik-family-plans__cta:active,
.epik-family-plans__cta:focus {
  background: #231F20;
  color: #fff;
  text-decoration: none;
  outline: none;
}
 
/* ---- Dots — hidden by default, shown only when slider is active ---- */
.epik-family-plans__dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 20px;
  padding: 0 16px;
}
 
.epik-family-plans__dots--hidden { display: none; }
 
.epik-family-plans__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ddd;
  border: none;
  padding: 0;
  cursor: pointer;
  transition: background 0.2s, transform 0.2s;
}
 
.epik-family-plans__dot--active {
  background: #FF0000;
  transform: scale(1.3);
}
 
#epik-family-plans-section.epik-family-plans--slider,
#epik-family-plans-section.epik-family-plans--slider * {
  -webkit-user-select: none;
  user-select: none;
}
 
@media (max-width: 1024px) and (min-width: 990px) {
  .epik-family-plans__logo {
    width: 14vw !important;
  }
  
  .epik-family-plans__data-box {
    background-size: cover;
    background-position: 2vw 100%;
  }
}
 
@media (max-width: 767px) {
    
  .fup_newline {
    display: none !important;    
  }
 
  .epik-family-plans__card-header {
    min-height: 115px;
    padding-top: 24px;
  }
  
  .epik-family-plans__ribbon {
      font-size: 11px;
  }
 
  .epik-family-plans__logo {
    width: 120px;
  }
 
  .epik-family-plans__data-box {
    padding: 10px 12px 6px;
  }
 
  .epik-family-plans__data-amount {
    font-size: 26px;
    line-height: 0.95;
    text-align: right;
  }
 
  .epik-family-plans__price-amount {
    font-size: 24px;
  }
 
  .epik-family-plans__price-rm {
    font-size: 13px;
  }
 
  .epik-family-plans__price-month {
    font-size: 11px;
  }
 
  .epik-family-plans__valueback-item {
    font-size: 12px;
  }
 
}/* End custom CSS */
/* Start custom CSS for section, class: .elementor-element-1c59ccaa */.coupon-section .elementor-widget-wrap.elementor-element-populated {
    justify-content: center;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-78a64ca0 */.epik-family-box .mpdip_footer{
    align-items: center;
}

.epik-family-box .swiper-slide {
    width: 400px !important;
}

.epik-family-box .head_notice {
    display: none;
}

.epik-family-box .mpdip_content.jomenjoy_tier_content {
    min-height: 115px;
}

.epik-family-box .mpdip_content.jomenjoy_tier_content ul li {
    padding: 5px 0;
}

.epik-family-box .jomenjoy_tie_tick {
    margin-top: 10px;
}

.epik-family-box .mpdip_footer img.mpdip_img {
    max-width: 275px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    box-shadow: none;
    border-radius: 0;
}

.epik-family-box .mpdi_plans_inner_div {
    border: solid 3px;
    border-radius: 22px;
}

.mpdip_footer .jomenjoy_tier_content strong {
    font-size: 20px !important;
}

@media (max-width: 990px) {
    .epik-family-box .swiper-slide {
        width: 360px !important;
    }
}

@media (max-width: 767px){
    /*.epik-family-box .prepaid_plan_sec .mpdi_plans_div:first-child, .epik-family-box .postpaid_plan_sec .mpdi_plans_div:first-child, .epik-family-box .topup_plan_sec .mpdi_plans_div:first-child {
        padding-left: 0;
        margin-left: 40px !important;
    }*/
    
    /*.epik-family-box .mpdi_plans_inner_div {
        width: 300px !important;
    }*/
    
    .epik-family-box .swiper-slide {
        width: 330px !important;
        margin-right: auto !important;
    }
    
    .epik-family-box .prepaid_plan_sec {
        padding: 0 !important;
    }
    
    .epik-family-box .plan_sec_wrapper {
        max-width: 100%;
        width: 100%;
        margin: 0 auto !important;
    }
    
    .epik-family-box .mpdip_content.jomenjoy_tier_content ul li {
        font-size: 13px !important;
    }
    
    /* if one plan box only remove this margin-left */
    /*.epik-family-box .prepaid_plan_sec .mpdi_plans_div, .postpaid_plan_sec .mpdi_plans_div, .topup_plan_sec .mpdi_plans_div {
        margin-left: 0px !important;
    }*/
    
    /*div#swiper-wrapper-7d3a1bc984ebe461 {
        margin-left: 15px;
    }*/
    
    .mpdip_footer .jomenjoy_tier_content strong {
        font-size: 18px !important;
    }
}

@media (max-width: 350px){
    .epik-family-box .swiper-slide {
        width: 250px !important;
    }
    
    .epik-family-box .mpdip_footer img.mpdip_img {
        max-width: 215px !important;
    }
    
    .epik-family-box .plan_sec_div[data-slug="jimat-add-ons"] .mpdi_plans_div:first-child:last-child, .prepaid_plan_sec .mpdi_plans_div:first-child:last-child, .postpaid_plan_sec .mpdi_plans_div:first-child:last-child, .topup_plan_sec .mpdi_plans_div:first-child:last-child, .prepaid_plan_sec .mpdi_plans_div:last-child, .postpaid_plan_sec .mpdi_plans_div:last-child, .topup_plan_sec .mpdi_plans_div:last-child {
        min-width: 250px !important;
    }
}


/***** PLAN AREA *****/

.epik-family-box .plan-area {
    min-width: 280px;
    width: 100%;
    margin: 0 auto;
}

.epik-family-box .new-plan-box,
.epik-family-box .hot-plan-box {
    border: solid 1px #aaaaaa33;
    box-shadow: 15px 15px 25px -10px rgb(194 165 165 / 30%);
    border-radius: 12px;
    background-color: #ffffff;

    display: flex;
    flex-direction: column;
    height: 100%;
}

/* Choose the scale you want */
.epik-family-box .hot-plan-box {
    scale: 1;
    /* scale: 1.07; */
}

.epik-family-box .floating {
    position: relative;
}

.epik-family-box .hot-plan-floating,
.epik-family-box .new-plan-floating {
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    text-align: center;
}

.epik-family-box .hot-plan-floating {
    top: -23px;
}

.epik-family-box .new-plan-floating {
    top: -19px;
}

.epik-family-box .plan-box-name {
    background: #FF0000;
    border-top-left-radius: 11px;
    border-top-right-radius: 11px;
    color: #ffffff;
    padding: 0 15px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
    align-content: center;
    position: relative;
    min-height: 125px;
    overflow: hidden;
}

.epik-family-box .family .plan-box-name {
    background: #66C8CE;
}

.epik-family-box .plan-logo {
    margin-top: 10px;
}

.epik-family-box .plan-logo img {
    width: 95px;
    margin-left: 0;
    margin-bottom: -10px;
}

/* New Epik Logo */
.epik-family-box .plan-logo img.new-logo {
    position: absolute;
    bottom: 10%;
    left: 0px;
    width: 180px;
}

.epik-family-box .plan-quota {
    font-size: 36px;
    font-weight: bolder;
    margin-bottom: -8px;
}

.epik-family-box .price-bg {
    position: absolute;
    bottom: 0;
    right: -50px;
    max-width: 100%;
    width: 300px;
    height: 105px !important;
}

.epik-family-box .plan-price {
    z-index: 2;
    position: absolute;
    right: 15px;
    bottom: 15%;
    font-size: 20px;
    text-align: right;
    line-height: 0.8;
    padding-right: 0;
    padding-bottom: 0;
}

.epik-family-box span.rm {
    font-size: 30px;
    font-weight: bolder;
}

.epik-family-box span.small-copy,
.epik-family-box div.small-copy {
    font-size: 12px;
}

.epik-family-box .custom-strike {
    position: relative;
    display: inline-block;
    font-size: 13px;
    font-weight: bolder;
}

.epik-family-box .custom-strike::after {
    content: "";
    position: absolute;
    top: 37%;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #ff0000;
    transform: rotate(-9deg);
    transform-origin: center;
    pointer-events: none;
}

.epik-family-box .plan-description {
    font-size: 14px;
    /*min-height: 300px;*/

    display: flex;
    flex-direction: column;
    height: 100%;
}

/* MAIN BENEFIT */
.plan-description .main-benefit {
    padding: 15px 15px 20px;
    /*flex-shrink: 0;*/
}

.epik-family-box .extra-benefit {
    flex: 1;
}

/* EXTRA BENEFIT EQUAL HEIGHT FIX */
.epik-family-box .plan-description .extra-benefit {
    background-color: #F4F5FF;
    padding: 15px 17px;
    margin-bottom: 20px;

    flex: 1;
    display: flex;
    flex-direction: column;
}

.epik-family-box .desc-list {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin: 7px 0;
    line-height: 1.4;
}

.epik-family-box .desc-list:first-child {
    margin-top: 0 !important;
}

.epik-family-box .desc-list:last-child {
    margin-bottom: 0 !important;
}

.epik-family-box .desc-list img {
    width: 23px;
    height: 23px;
}

.epik-family-box .desc-list div {
    font-weight: 500;
    align-self: center;
    margin-top: 2px;
}

.epik-family-box .desc-list div .sub {
    font-weight: initial !important;
    font-size: 11px !important;
    color: #231F20;
}

.epik-family-box .foodpanda-style {
    color: #ff0000 !important;
    font-weight: bold;
    transition: all .1s ease-in-out !important;
}

.epik-family-box .foodpanda-style:hover,
.epik-family-box .foodpanda-style:focus,
.epik-family-box .foodpanda-style:active {
    color: #ff2b85 !important;
    text-decoration: underline;
}

.epik-family-box .desc-list strong {
    color: #231F20;
}

.epik-family-box .desc-list strong.red-bold {
    color: #2A9B88 !important;
}

.epik-family-box .extra-benefit strong.red-bold {
    color: #FF0000 !important;
}

.epik-family-box .de-list,
.epik-family-box .de-list span {
    color: #58595B !important;
}

.epik-family-box .cta-area {
    text-align: center;
    width: 90%;
    margin: 20px auto;
    padding-bottom: 5px;
}

.epik-family-box .buy-btn,
.epik-family-box .switch-btn {
    background-color: #ffffff;
    color: #FF0000;
    border: solid 1px #FF0000;
    padding: 12px 10px;
    width: 80%;
    border-radius: 25px;
    cursor: pointer;
    font-weight: bold;
}

.epik-family-box .hot-btn {
    background-color: #FF0000;
    color: #ffffff;
    border: none;
    padding: 12px 10px;
    width: 80%;
    border-radius: 25px;
    cursor: pointer;
    font-weight: bold;
}

.epik-family-box a.elementor-button.elementor-button-link.elementor-size-sm {
    width: 100% !important;
}

.epik-family-box .switch-btn {
    margin-top: 15px;
}

.epik-family-box .small-info {
    text-align: center;
    font-style: italic;
    font-size: 12px;
    color: #58595B;
    font-weight: 300;
}

.epik-family-box .tooltip_icon {
    margin-left: 23px !important;
}

.epik-family-box .tier_tooptip_content {
    padding: 5px !important;
    font-size: 11px !important;
}

.epik-family-box .epik-family-box .tier_tooptip_content:before {
    bottom: -11px;
}

.epik-family-box .wiggle {
    animation: wiggle 0.6s ease-in-out infinite;
}

@keyframes wiggle {
    0%   { transform: rotate(0deg); }
    25%  { transform: rotate(1deg); }
    50%  { transform: rotate(0deg); }
    75%  { transform: rotate(-1deg); }
    100% { transform: rotate(0deg); }
}

.epik-family-box .animate .ribbon-v2 {
    width: 160px;
    position: relative;
}

.epik-family-box .animate .fire,
.epik-family-box .animate .fire2 {
    width: 50px;
    position: absolute;
    top: 25%;
    left: 34%;
    transform: translate(-50%, -50%);
}

/* =========================
   RESPONSIVE
========================= */

@media (max-width: 1100px) and (min-width: 1025px) {
    .epik-family-box .animate .fire,
    .epik-family-box .animate .fire2 {
        left: 9.6vw !important;
    }
}

@media (max-width: 1024px) {
    .epik-family-box .plan-quota {
        font-size: 33px !important;
    }

    .epik-family-box .price-bg {
        right: -60px;
    }

    .epik-family-box span.rm {
        font-size: 28px;
    }

    .epik-family-box .plan-description {
        font-size: 0.95rem !important;
    }
}

@media (max-width: 990px) and (min-width: 768px) {
    .epik-family-box .plan-logo img.new-logo {
        left: -10px;
    }
}

@media (max-width: 1024px) and (min-width: 900px) {
    .epik-family-box .speed-newline {
        display: none !important;
    }

    .epik-family-box .animate .fire {
        left: 9.4vw !important;
    }

    .epik-family-box .animate .fire2 {
        left: 10vw !important;
    }

    .epik-family-box .plan-logo img.new-logo {
        width: 180px;
    }

    .epik-family-box .epik-plan-mobile {
        display: none;
    }
}

@media (max-width: 990px) and (min-width: 900px) {
    .epik-family-box .plan-price {
        right: 15px;
    }
}

@media (max-width: 899px) {
    .epik-family-box .epik-plan-desktop {
        display: none;
    }
}

@media (max-width: 767px) {
    .epik-family-box .plan-description {
        font-size: 13px !important;
    }

    .epik-family-box .price-bg {
        right: -65px;
    }

    .epik-family-box .plan-price {
        right: 15px;
    }

    .epik-family-box .plan-logo img.new-logo {
        width: 170px;
        bottom: 12%;
        left: -7px;
    }
}

@media (max-width: 500px) and (min-width: 481px) {

}

@media (max-width: 480px) {
    .epik-family-box .price-bg {
        right: -70px;
        height: 105px !important;
    }

    .epik-family-box .plan-quota {
        font-size: 32px;
    }
}

@media (max-width: 390px) and (min-width: 351px) {
    .epik-family-box .epik-family-box .swiper-slide {
        width: 300px !important;
    }

    .epik-family-box .plan-logo img.new-logo {
        width: 160px;
        bottom: 15%;
        /*left: -13px;*/
    }
}

@media (max-width: 350px) {
    .epik-family-box .plan-box-name {
        min-height: 95px;
    }

    .epik-family-box .plan-area {
        min-width: 250px !important;
    }

    .epik-family-box .plan-quota {
        font-size: 24px !important;
    }

    .epik-family-box span.rm {
        font-size: 22px !important;
    }

    .epik-family-box .plan-price {
        font-size: 16px !important;
        right: 15px;
    }

    .epik-family-box .price-bg {
        width: auto;
        height: 82px !important;
        right: 0;
    }

    .epik-family-box .plan-description {
        font-size: 12px !important;
    }

    .epik-family-box .small-info {
        font-size: 11px !important;
    }

    .epik-family-box .price-newline {
        display: block !important;
    }

    .epik-family-box .speed-newline {
        display: none !important;
    }
}

@media (max-width: 1024px) {

    

}

@media (max-width:767px) and (min-width:481px) {
  
    
}

@media (max-width: 767px) {
    
}

@media (min-width: 481px) {
    

}

@media (max-width: 480px) {
    

}

@media (max-width: 383px) {

}

@media (max-width: 350px) {
    
    #plan-slider-adjust-family.epik-family-box .plan-logo img {
        width: 120px;
        left: -7px;
        bottom: 19%;
    }
    
    #plan-slider-adjust-family.epik-family-box .price-bg {
        width: auto;
        height: 82px !important;
        right: 0;
    }
    
    .epik-family-box .price-newline {
        display: block !important;
    }
}


/*EQUAL HEIGHTS AREA*/
/* PLAN DESCRIPTION */
.epik-family-box .plan-description {
    font-size: 14px;
    display: flex;
    flex-direction: column;
    height: 100%;
}

/* MAIN BENEFIT */
.epik-family-box .main-benefit {
    padding: 15px 15px 20px;
}

/* EXTRA BENEFIT */
.epik-family-box .extra-benefit {
    flex: 1;
    display: flex;
    flex-direction: column;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-63510866 */#family-plans-box .plan-description {
    min-height: 0 !important;
    height: auto !important;
} /* SAME HEIGHT PLAN AREA */
#family-plans-box .epik-family-box .plan-area {
    display: flex;
    flex-direction: column;
    height: 100%;
} /* MAKE CARD SAME HEIGHT */
#family-plans-box .swiper-slide {
    height: auto !important;
    display: flex;
} /* STRETCH PLAN BOX */
#family-plans-box .epik-family-box {
    width: 100%;
    display: flex;
    flex-direction: column;
} /* CONTENT AREA EXPANDS */
#family-plans-box .plan-description {
    flex: 1;
} /* CTA ALWAYS BOTTOM */ /*#family-plans-box .cta-area { margin-top: auto; }*/ /* PREVENT SWIPER CLIPPING */
#family-plans-box,
#family-plans-box .swiper,
#family-plans-box .swiper-wrapper,
#family-plans-box .swiper-slide {
    overflow: visible !important;
} /* HIDE ARROWS */
#family-plans-box .swiper-button-prev,
#family-plans-box .swiper-button-next {
    display: none !important;
} /* HIDE DURING RECALCULATION */
#family-plans-box.plans-loading {
    opacity: 0;
    visibility: hidden;
} /* SHOW SMOOTHLY */
#family-plans-box.plans-ready {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.2s ease;
} /********* BADGE *********/
.epik-family-box .badge-tenure {
    position: absolute;
    top: -40px;
    right: -20px;
    z-index: 1;
}
.epik-family-box .badge-tenure img {
    width: 85px;
} /******** NEW WORTH BOX FLOATING *******/
.epik-family-box .worth_box_placing {
    position: absolute;
    z-index: 1;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}
.epik-family-box .worth_box {
    border: solid 2px #ff0000;
    width: max-content;
    padding: 3px 10px;
    font-weight: bold;
    color: #ff0000;
    font-style: italic;
    background: #ffffff;
    font-size: 13px;
    margin: 0 auto;
    border-radius: 4px;
    box-shadow: 0px 2px 4px 0 #00000040;
}
@media (max-width: 350px) {
    .epik-family-box .worth_box {
        font-size: 11px;
    }
} /********* YEARLY VALUE STICKER *********/
.epik-family-box .yearly_value {
    display: flex;
    align-items: center;
    gap: 6px;
    background-color: #ff0000;
    width: fit-content;
    padding: 3px 10px 3px 7px;
    border-radius: 30px;
    margin-bottom: 13px;
}
.epik-family-box .family .yearly_value {
    background-color: #66c8ce;
}
.epik-family-box .family .yearly_value div {
    font-weight: bolder;
    color: #231f20;
}
.epik-family-box .yearly_value img {
    width: 27px;
}
.epik-family-box .yearly_value div {
    font-weight: bolder;
    color: #ffffff;
} /********** ACCORDION STYLE *********/ /* ACCORDION CONTENT EQUAL HEIGHT */
.epik-family-box .accordion-content {
    flex: 1;
    overflow: hidden;
    transition: max-height 0.35s ease;
    padding: 20px 16px;
    font-size: 14px;
    background: #f4f5ff;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 2px; /* IMPORTANT FIX */
    height: 100%;
} /* ACCORDION WRAPPER */
.epik-family-box .extra-benefit.accordion {
    background-color: #f4f5ff;
    margin: 0;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    overflow: hidden;
    flex: 1;
    display: flex;
    flex-direction: column;
} /* HEADER */
.epik-family-box .accordion-header {
    padding: 14px 15px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    line-height: 1.3;
    gap: 6px;
    user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -webkit-tap-highlight-color: transparent;
}
.epik-family-box .animate-flex {
    display: flex;
    align-items: flex-start;
    gap: 3px;
}
.epik-family-box .animate-flex .fire2 {
    width: 27px;
    margin-top: -7px;
} /* ARROW */
.epik-family-box .accordion-icon {
    transform: rotate(180deg);
    transition: transform 0.3s ease;
}
.epik-family-box .accordion-icon img {
    width: 22px !important;
} /* OPEN STATE */
.epik-family-box .accordion.active .accordion-icon {
    transform: rotate(360deg);
} /* CONTENT */
.epik-family-box .accordion-content {
    max-height: initial !important;
    overflow: hidden;
    transition: max-height 0.35s ease;
    padding: 20px 16px;
    font-size: 14px;
    background: #f4f5ff;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 2px; /* IMPORTANT FIX */
    height: 100%;
}
.epik-family-box .accordion-content .desc-list {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0;
}
.epik-family-box .accordion-content .desc-list img {
    width: 20px;
    height: 100%;
}
.epik-family-box .accordion-content .desc-list div {
    margin-left: -5px;
    width: 100%;
}
.epik-family-box .accordion-content .desc-list strong span {
    color: #2a9b88 !important;
}
.epik-family-box .accordion-content .desc-list strong span.foodpanda-style {
    color: #ff2b85 !important;
}
.epik-family-box .accordion-content .desc-list div a {
    text-decoration: underline !important;
    color: #231f20;
}
.epik-family-box .accordion-content .desc-list img.free-img {
    width: 42px;
    height: 100%;
    margin-top: 5px;
}
.epik-family-box .accordion-content .desc-list img.coming-img {
    width: 65px;
    height: 100%;
    margin-top: 5px;
    margin-right: -7px;
}
.epik-family-box .accordion-content .star-tncs {
    font-size: 11px;
    color: #58595b;
    font-style: italic;
    margin-top: 10px;
} /* WHEN OPEN */
.epik-family-box .accordion.active .accordion-content {
    padding: 0px 15px 20px;
} /* MOBILE */
@media (max-width: 767px) {
    .epik-family-box .accordion-header {
        font-size: 13px;
    }
    .epik-family-box .accordion-content {
        font-size: 13px;
    }
    .epik-family-box .accordion-content .star-tncs {
        font-size: 10px;
    }
}
@media (max-width: 350px) {
    .epik-family-box .accordion-header {
        font-size: 12px;
    }
    .epik-family-box .accordion-content {
        font-size: 12px;
    }
    .epik-family-box .accordion-content .desc-list img.free-img {
        width: 35px;
    }
    .epik-family-box .accordion-content .desc-list img.coming-img {
        width: 54px;
    }
} /***** TOOLTIP FUNCTION *****/
.epik-family-box .tooltip-trigger {
    cursor: pointer;
    text-decoration: underline;
    color: inherit;
}
.epik-family-box .tooltip-box {
    position: fixed;
    z-index: 2;
    max-width: min(220px, 90vw);
    background: #222;
    color: #fff;
    padding: 8px 10px;
    border-radius: 6px;
    font-size: 11px;
    line-height: 1.2;
    text-align: center;
    opacity: 0;
    transform: translateY(8px) scale(0.96);
    pointer-events: none;
    transition:
        opacity 0.18s ease,
        transform 0.18s ease;
}
.epik-family-box .tier_tooltip_content {
    display: none !important;
}
.epik-family-box .tooltip-box.active {
    opacity: 1;
    transform: translateY(0) scale(1);
} /* TOOLTIP ARROW */
.epik-family-box .tooltip-box::after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background: #222;
    transform: rotate(45deg);
}
.epik-family-box .tooltip-top::after {
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
}
.epik-family-box .tooltip-bottom::after {
    top: -5px;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
}


/* PREVENT RANDOM DRAGGING */
#family-plans-box .swiper,
#family-plans-box .swiper-wrapper {
    touch-action: pan-y !important;
}

/* WHEN NO SWIPE */
#family-plans-box .swiper-no-swiping {
    cursor: default !important;
}


/* LOCK SWIPER COMPLETELY */
#family-plans-box .swiper-locked {
    pointer-events: none !important;
}

/* BUT KEEP BUTTONS CLICKABLE */
#family-plans-box .swiper-locked a,
#family-plans-box .swiper-locked button,
#family-plans-box .swiper-locked .cta-area,
#family-plans-box .swiper-locked .elementor-button-wrapper {
    pointer-events: auto !important;
}

/* PREVENT DRAGGING */
#family-plans-box .swiper-locked .swiper-wrapper {
    transform: translate3d(0px,0px,0px) !important;
}/* End custom CSS */
/* Start custom CSS for section, class: .elementor-element-482c6bcc */.coupon-section .elementor-widget-wrap.elementor-element-populated {
    justify-content: center;
}/* End custom CSS */