.elementor-43134 .elementor-element.elementor-element-a07557e{padding:0px 0px 0px 0px;}.elementor-43134 .elementor-element.elementor-element-d5740ae > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:0px 0px 0px 0px;}.elementor-43134 .elementor-element.elementor-element-d5740ae > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}/* Start custom CSS for html, class: .elementor-element-1a799fd */#tabs-container-adj {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  /*padding: 20px 10px;*/
  
    background: #fff;
    max-width: 670px;
    text-align: center;
    margin: 0 auto;
    border-radius: 16px;
}

#tabs-container-adj .tab {
  padding: 10px 16px;
  border: 3px solid transparent;
  border-radius: 16px;
  cursor: pointer;
  background: transparent;
  color: #000000;
  transition: all 0.3s ease;
  align-content: center;
    align-items: center;
    text-align: center;
    font-size: 16px;
    width: 160px;
    font-weight: 500
}

#tabs-container-adj .tab:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

#tabs-container-adj .tab:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

#tabs-container-adj .free {
    font-size: 12px;
    font-weight: bolder;
    margin-top: 2px;
    color: #ff0000;
}

#tabs-container-adj .tab.active {
  border: 3px solid #ff0000 !important;
  /*color: #ff0000;*/
  /*font-weight: bolder*/
}

#plans-container {
  display: flex;
  justify-content: center;
  gap: 20px;
  padding: 20px;
  flex-wrap: wrap;
}

.plan {
  /*background: white;
  border-radius: 16px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);*/
  width: 390px;/*
  text-align: left;*/
  transition: transform 0.2s ease;
}

#plan1-price sup, #plan2-price sup {
    font-size: 12px;
    top: -20px;
}

/*.plan:hover {
  box-shadow: 0 4px 8px rgba(0,0,0,0.1)
}*/

.free-title {
  font-size: 20px;
  font-weight: bold;
  color: #ff0000;
  text-align: center;
  margin-bottom: 20px;
  margin-top: 20px;
}

.price {
  font-size: 24px;
  margin: 10px 0;
  font-weight: bold;
  /*color: #ff0000;*/
}


.features s {
    /*color: red;*/ /* Make the strikethrough red */
    text-decoration: line-through;
    text-decoration-thickness: 2px; /* Increase thickness */
    text-decoration-color: #ff0000; /* Optional but good to be explicit */
}

.features s span {
    display: inline-block;
    transform: rotate(-5deg); /* Adjust the angle as needed */
    text-decoration: line-through;
    text-decoration-thickness: 2px;
    text-decoration-color: red;
    /*color: red;*/
}

.custom-strike {
    position: relative;
    /* color: #ff0000; */
    display: inline-block;
    font-weight: bold;
    font-size: 15px;
    margin-top: 7px;
    margin-bottom: -2px;
}

.custom-strike::after {
    content: "";
    position: absolute;
    top: 35%;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #ff0000;
    transform: rotate(-5deg);
    transform-origin: center;
    pointer-events: none;
}

.per_month {
    padding-bottom: 10px;
    line-height: 1.3;
}

/* === Equal Height Fix === */
#plans-container {
  display: flex;
  justify-content: center;
  gap: 20px;
  padding: 60px 20px 0px;
  flex-wrap: wrap;
  align-items: stretch;
}

.plan {
  display: flex;
  flex-direction: column;
}

.plan-description {
  flex-grow: 1; 
}

@media (max-width: 840px) {
  .plan {
    flex: 0 0 100%;
    max-width: 355px;
    padding: 0;
    scroll-snap-align: center;
    
  }
}

@media (max-width: 780px) {
  #plans-container {
    flex-wrap: nowrap;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    justify-content: flex-start;
    padding-bottom: 20px;
  }

  /*.plan {
    flex: 0 0 100%;
    max-width: 355px;
    padding: 0;
    scroll-snap-align: center;
    
  }*/
  
  /* Hide scrollbar for WebKit (Chrome, Safari) */
  #tabs-container-adjr::-webkit-scrollbar,
  #plans-container::-webkit-scrollbar {
    display: none;
  }

  /* Hide scrollbar for Firefox */
  #tabs-container-adj,
  #plans-container {
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE and Edge */
  }
}

@media (min-width: 768px) {
    #tabs-container-adj .tab:hover, 
    #tabs-container-adj .tab:focus, 
    #tabs-container-adj .tab:active {
      border: 3px solid #aaaaaa;
      /*color: #ff0000;*/
    }
}

@media (max-width: 767px) {
    .per_month {
        padding-bottom: 5px;
    }
}

@media (max-width: 690px) {
  #tabs-container-adj {
    overflow-x: auto;
    flex-wrap: nowrap;
    -webkit-overflow-scrolling: touch;
    justify-content: flex-start;
    margin: 0 10px;
  }
  
    #tabs-container-adj .tab:hover, 
    #tabs-container-adj .tab:focus, 
    #tabs-container-adj .tab:active {
      -webkit-tap-highlight-color: transparent; /* for iOS Safari & Chrome */
      outline: none;
      background-color: transparent;
    }
}

@media (max-width: 555px) {
    #tabs-container-adj .tab {
    width: 126px;
    font-size: 14px;
    flex: 0 0 auto;
  }
}

@media (max-width: 480px) {
    #tabs-container-adj {
        gap: 0;
    }
    
    #tabs-container-adj .tab {
        width: 104px;
        padding: 10px 5px;
        margin: 0;
    }
    
    #plans-container {
        gap: 10px;
        padding: 40px 20px 20px;
    }
    
    .plan {
        flex: 0 0 90%;
        scale: 0.95;
    }
  
    .price-bg {
        width: 150px;
    }
    
    .plan-price {
        width: 7.5rem !important;
    }
    
    .per_month {
        padding-bottom: 0px;
    }
}

@media (max-width: 480px) and (min-width: 435px) {
    #tabs-container-adj {
        gap: 0;
        max-width: 417px;
        margin: 0 auto;
    }
}

@media (max-width: 375px) {
    #tabs-container-adj .tab {
        width: 90px;
        padding: 10px 5px;
        margin: 0;
    }
    
    #tabs-container-adj .tab:last-child {
        width: 104px;
    }
}

/* RIBBON FLOATING */

.ribbon_floating {
    position: relative;
}

.animate .ribbon-v2 {
    width: 145px;
    position: relative;
}

.new-plan-floating {
    position: absolute;
    z-index: 1;
    top: -45px;
    left: 0;
    right: 0;
    text-align: center;
}

.animate .ribbon-v2 {
    width: 145px;
    position: relative;
}

.animate .fire, .animate .fire2 {
    width: 50px;
    position: absolute;
    top: 25%;
    left: 36%;
    transform: translate(-50%, -50%);
}

@media (max-width: 767px) {
    .animate .fire, .animate .fire2 {
        left: 34% !important;
    }
}

@media (max-width: 480px) {
    .animate .fire, .animate .fire2 {
        left: 33.5% !important;
    }
}

@media (max-width: 400px) {
    .animate .fire, .animate .fire2 {
        left: 32.5% !important;
    }
}

@media (max-width: 350px) {
    .animate .fire, .animate .fire2 {
        left: 29% !important;
    }
}


/* RED WHITE BUTTON NEW CI BUTTON */
/*.button_redwhite_newci .elementor-element.red_white_newci .elementor-button:before {
    background-image: initial !important;
    background-color: #ffffff !important;
}

.button_redwhite_newci .elementor-element.red_white_newci .elementor-button {
    outline: 1px solid red;
    outline-offset: -3px;
}

.button_redwhite_newci .elementor-element.red_white_newci .elementor-button .elementor-button-text {
    color: #ff0000 !important;
}

.button_redwhite_newci .elementor-element.red_white_newci .elementor-button:hover .elementor-button-text,
.button_redwhite_newci .elementor-element.red_white_newci .elementor-button:focus .elementor-button-text,
.button_redwhite_newci .elementor-element.red_white_newci .elementor-button:active .elementor-button-text {
    color: #ffffff !important;
}


.button_redwhite_newci .elementor-element.red_white_newci .elementor-button:hover:before,
.button_redwhite_newci .elementor-element.red_white_newci .elementor-button:focus:before,
.button_redwhite_newci .elementor-element.red_white_newci .elementor-button:active:before {
    background: #ff0000 !important;
}*/



/********* BADGE *********/
.badge-tenure {
    position: absolute;
    top: -50px;
    right: -20px;
    z-index: 1;
}

.badge-tenure img {
    width: 85px;
}

/******** NEW WORTH BOX FLOATING *******/
.worth_box_placing{
    position: absolute;
    z-index: 1;
    top: -15px;
    left: 50%;
    transform: translateX(-52%);
}

.worth_box {
    border: solid 2px #ff0000;
    width: 155px;
    padding: 3px 0px;
    font-weight: bold;
    color: #ff0000;
    font-style: italic;
    background: #ffffff;
    font-size: 15px;
    margin: 0 auto;
    border-radius: 4px;
    box-shadow: 0px 2px 4px 0 #00000040;
}

@media (max-width: 480px) {
    .worth_box {
        width: 105%;
        max-width: 140px;
        font-size: 14px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-431febf */.newbox-plan-section .mpdip_footer{
    align-items: center;
}

.newbox-plan-section .swiper-slide {
    width: 360px !important;
}

.newbox-plan-section .head_notice {
    display: none;
}

.newbox-plan-section .mpdip_content.jomenjoy_tier_content {
    min-height: 115px;
}

.newbox-plan-section .mpdip_content.jomenjoy_tier_content ul li {
    padding: 5px 0;
}

.newbox-plan-section .jomenjoy_tie_tick {
    margin-top: 10px;
}

.newbox-plan-section .mpdip_footer img.mpdip_img {
    max-width: 275px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    box-shadow: none;
    border-radius: 0;
}

.newbox-plan-section .mpdi_plans_inner_div {
    border: solid 3px;
    border-radius: 22px;
}

.mpdip_footer .jomenjoy_tier_content strong {
    font-size: 20px !important;
}

@media (max-width: 767px){
    /*.newbox-plan-section .prepaid_plan_sec .mpdi_plans_div:first-child, .newbox-plan-section .postpaid_plan_sec .mpdi_plans_div:first-child, .newbox-plan-section .topup_plan_sec .mpdi_plans_div:first-child {
        padding-left: 0;
        margin-left: 40px !important;
    }*/
    
    /*.newbox-plan-section .mpdi_plans_inner_div {
        width: 300px !important;
    }*/
    
    .newbox-plan-section .swiper-slide {
        width: 330px !important;
    }
    
    .newbox-plan-section .prepaid_plan_sec {
        padding: 0 !important;
    }
    
    .newbox-plan-section .plan_sec_wrapper {
        max-width: 100%;
        width: 100%;
        margin: 0 auto !important;
    }
    
    .newbox-plan-section .mpdip_content.jomenjoy_tier_content ul li {
        font-size: 13px !important;
    }
    
    /* if one plan box only remove this margin-left */
    .newbox-plan-section .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){
    .newbox-plan-section .swiper-slide {
        width: 250px !important;
    }
    
    .newbox-plan-section .mpdip_footer img.mpdip_img {
        max-width: 215px !important;
    }
    
    .newbox-plan-section .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 *****/

.plan-area {
    /*max-width: 320px;*/
    min-width: 300px;
    width: 100%;
    margin: 0 auto;
}

.new-plan-box {
    /*border: solid 1px #ffffff;*/
    box-shadow: 0 .5rem 1.2rem rgba(0, 0, 0, .2);
    border-radius: 12px;
    /*max-width: 320px;*/
    background-color: #ffffff;
}

.hot-plan-box {
    /*border: solid 3px #ff0000;*/
    box-shadow: 0 .5rem 1.2rem rgba(0, 0, 0, .2);
    border-radius: 16px;
    /*max-width: 320px;*/
    background-color: #ffffff;
    /*outline: 3px solid #ff0000;*/
    outline-offset: -3px;
}

.hot-plan-floating {
    position: absolute;
    z-index: 1;
    top: -50px;
    left: 0;
    right: 0;
    text-align: center;
}

.plan-box-name {
    background: #ff0000;
    border-top-left-radius: 11px;
    border-top-right-radius: 11px;
    color: #ffffff;
    padding: 0px 15px 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
    position: relative;
    min-height: 120px;
    align-content: center;
}

.plan-logo img {
    width: 95px;
    margin-left: 2px;
    margin-bottom: -10px;
}

.plan-quota {
    font-size: 40px;
    font-weight: bolder;
}

.price-bg {
    position: absolute;
    bottom: 0px;
    right: 0;
    max-width: 100%;
    width: 160px;
    height: 115px !important;
}

.plan-price {
    z-index: 2;
    font-size: 20px;
    text-align: right;
    line-height: 0.8;
    padding-right: 10px;
    padding-bottom: 0px;
    font-weight: 400;
}

span.rm {
    font-size: 35px;
    font-weight: bolder !important;
}

span.small-copy {
    font-size: 12px;
    font-weight: 400;
}

span.small-copy2 {
    font-size: 10px;
    font-weight: 100;
}

span.small-copy2 strong {
    font-weight: bolder;
}

.plan-description {
    /*padding: 25px 15px 17px;*/
    font-size: 14px;
    /*min-height: 290px;*/
    
    display: flex;
    flex-direction: column;
    height: 100%;
}

.main-benefit {
    flex: 0 0 auto;   /* natural height */
}

.extra-benefit {
    flex: 1;         /* fill remaining space */
}

.plan-description .main-benefit {
    padding: 20px 17px 15px;
}

.plan-description .extra-benefit {
    background-color: #F4F5FF;
    padding: 15px 17px;
    /*margin-bottom: 20px;*/
}

.desc-list {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin: 15px 0;
}

.desc-list:first-child {
    margin-top: 0 !important;
}

.desc-list:last-child {
    margin-bottom: 0 !important;
}

.desc-list img {
    width: 20px;
    height: 20px;
}

.desc-list div {
    font-weight: 500;
}

.desc-list div .sub {
    font-weight: initial !important;
    font-size: 12px !important;
}

.desc-list div .foodpanda-style {
    /*color: #ff2b85;*/
    color: #ff0000;
}

.desc-list div a .foodpanda-style:hover,
.desc-list div a .foodpanda-style:active,
.desc-list div a .foodpanda-style:focus {
    color: #ff2b85;
    text-decoration: underline !important;
}

.desc-list strong {
    color: #000000;
}

.desc-list strong.red-bold,
.extra-benefit strong.red-bold {
    color: #ff0000 !important;
}

.de-list span {
    color: #a19999;
}

.cta-area {
    text-align: center;
    padding-bottom: 5px;
    margin-top: 10px;
}

.buy-btn, .switch-btn {
    background-color: #ffffff;
    color: #ff0000;
    border: solid 1px #ff0000;
    padding: 12px 10px;
    width: 80%;
    border-radius: 25px;
    cursor: pointer;
    font-weight: bold;
}

.hot-btn {
    background-color: #ff0000;
    color: #ffffff;
    border: none;
    padding: 12px 10px;
    width: 80%;
    border-radius: 25px;
    cursor: pointer;
    font-weight: bold;
}

.newbox-plan-section a.elementor-button.elementor-button-link.elementor-size-sm {
    padding: 10px 60px !important;
}

.cta-area a.elementor-button.elementor-button-link.elementor-size-sm {
    width: 80%;
    font-weight: 400px;
}

.switch-btn {
    margin-top: 15px;
}

.small-info {
    text-align: center;
    font-style: italic;
    font-size: 12px;
    color: #8f8f8f;
    padding-bottom: 15px;
}

.tooltip_icon {
    margin-left: 23px !important;
}

.tier_tooptip_content {
    padding: 5px !important;
    font-size: 11px !important;
}

@media (max-width:840px) {
    .plan-quota {
        font-size: 35px;
    }
    
    .plan-description {
        min-height: 330px;
    }
    
    .plan-description .new-line {
        display: block !important;
    }
}

@media (max-width: 767px) {
    .plan-description {
        min-height: 295px !important;
        font-size: 13px !important;
        /*padding: 25px 5px 15px !important;*/
    }
    
    .price-bg {
        width: 145px;
    }
    
    .plan-price {
        /*width: 7rem !important;*/
        padding: 0px;
    }
    
    .month-spacing {
        display: block !important;
    }
    
    span.rm {
        font-size: 30px;
    }
}

@media (max-width:480px) {
    .plan-box-name {
        padding: 15px 15px 0;
    }
    
    .price-bg {
        width: 140px;
    }
    
    .plan-price {
        padding: 0px 0px 5px;
    }
    
    .plan-description {
        min-height: 315px !important;
    }
}

@media (max-width: 360px) {
    .plan-box-name {
        min-height: 95px;
        padding-left: 10px;
        padding-top: 10px;
    }

    .plan-area {
        min-width: 250px !important;
    }
    
    .plan-quota, span.rm {
        font-size: 26px !important;
    }
    
    .plan-price {
        width: 10rem;
        font-size: 14px !important;
        padding-top: 0px;
    }
    
    .custom-strike {
        font-size: 13px;
    }

    .plan-logo img {
        width: 85px;
    }
    
    .price-bg {
        width: 120px !important;
        height: 90px !important;
    }
    
    .plan-description {
        font-size: 12px !important;
    }
    
    .desc-list div .sub {
        font-size: 11px !important;
    }
    
    .small-copy {
        line-height: 1.35;
    }
    
    .small-info {
        font-size: 11px !important;
    }
}

.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); }
}/* End custom CSS */