/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 17 2025 | 17:50:02 */
.details-link i {
    color: #cccccc;
    margin-left: 5px;
    font-size: 1em;
    text-decoration: none;
}
.details-link:hover i {
    color: #4facfe;
}
.billing-cycle-selector {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center !important;
    width: 100% !important;
    margin-bottom: 4rem;
    gap: 1rem;
}
.selector-cluster {
    grid-column: 2;
    display: flex;
    align-items: center;
    color: var(--secondary-text-color);
    font-size: 1rem;
    justify-self: center;
    margin-left: 50px;
}
.cycle-switch {
    position: relative;
    display: inline-block;
    width: 52px;
    height: 30px;
    margin: 0 1rem;
}
.cycle-switch input {
    opacity: 0;
    width: 0;
    height: 0;
}
.switch-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #21262d;
    transition: .4s;
    border-radius: 34px;
    border: 1px solid #30363d;
}
.switch-slider:before {
    position: absolute;
    content: "";
    height: 22px;
    width: 22px;
    left: 3px;
    bottom: 3px;
    background-color: white;
    transition: .4s;
    border-radius: 50%;
}
input:checked + .switch-slider {
    background-color: #58a6ff;
}
input:checked + .switch-slider:before {
    transform: translateX(22px);
}
.discount-label {
    grid-column: 3;
    background-color: rgba(38, 166, 65, 0.15);
    color: #58F381;
    padding: 0.25rem 0.6rem;
    border-radius: 16px;
    font-size: 0.9rem;
    font-weight: 500;
    justify-self: start;
}
.future-feature {
    text-align: center;
    color: #4FACFE !important;
}
.entry-content table:not(.variations){
    border: none !important;
}
.comparison-wrapper { 
   max-width: 1100px;
   margin: 20px auto;
}
.comparison-grid {
    width: 100% !important;
    margin: 20px auto;
    border-collapse: collapse;
    table-layout: fixed;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}
.comparison-grid thead{
    position: sticky;
    top: 150px;
    background-color: #000000;
    z-index: 10;
}
.comparison-grid td {
    padding: 20px !important;
    text-align: center;
    border-bottom: 1px solid #333333;
    vertical-align: middle;
    box-sizing: border-box;
    color: #efefef;
    background-color: transparent;
    transition: background-color 0.3s ease;
}
.comparison-grid tbody tr:not(.category-header-row):not(.future-feature-row):hover td {
    background-color: #111111;
}
.comparison-grid thead th:first-child{
    text-align: left;
}
.comparison-grid thead th {
    font-weight: bold;
    color: #ffffff;
    font-size: 1.5em;
    padding-top: 20px;
    padding-bottom: 20px;
    vertical-align: bottom;
    height: 195px;
    box-sizing: border-box;
}
.tier-name {
    text-align: center;
    font-size: 24px;
    padding-bottom: 10px;
    color: #fff;
    margin-top: 0;
}
.tier-basic .tier-name{ color: #1fe033; }
.tier-advanced .tier-name{
    background: linear-gradient(to right, #4facfe, #00f2fe, #4facfe);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    animation: gradientAnimation 3s linear infinite;
    background-size: 200% 100%;
}
@keyframes gradientAnimation {
    0% { background-position: 100% 50%; }
    100% { background-position: -100% 50%; }
}
.tier-corporate .tier-name{ color: #bc13fe; }
.comparison-grid th:first-child, .comparison-grid td:first-child {
    text-align: left;
    width: 30%;
    font-weight: normal;
}
.comparison-grid thead .cost-info {
    text-align: center !important;
    font-size: 18px;
    color: #ffffff;
    font-weight: 400;
    height: 60px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: 10px;
    margin-bottom: 0px;
}
.comparison-grid th .cta-button {
    display: inline-block;
    margin-top: 15px;
    font-weight: bold;
    color: #ffffff;
    border: none;
    border-radius: 10px;
    text-decoration: none;
    cursor: pointer;
    transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease, background-image 0.3s ease;
    text-align: center;
}
.comparison-grid th.tier-basic .cta-button,
.comparison-grid th.tier-corporate .cta-button {
    font-size: 18px;
    padding: 13px 20px !important;
    color: #ffffff;
    font-weight: normal;
    background: transparent;
    border: 1px solid #e0e0e0;
    width: 100%;
    text-shadow: none;
    transition: background-color 0.5s ease, color 0.5s ease, border-color 0.5s ease;
}
.comparison-grid th.tier-advanced .cta-button {
    font-size: 18px;
    padding: 13px 20px !important;
    color: #ffffff;
    font-weight: normal;
    background: linear-gradient(to right, #0d98ba, #20ECFF, #0d98ba);
    border: none;
    width: 100%;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    background-size: 200% 100%;
    background-position: 100% 50%;
}
.comparison-grid th.tier-advanced .cta-button:hover { color: #141414; }
.check-free, .check-basic, .check-advanced, .check-corporate {
    color: transparent;
    font-size: 0;
    display: inline-block;
    width: 24px;
    height: 24px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: middle;
}
.no-feature-mark { color: #737375; font-size: 24px; font-weight: bold; }
.check-free { background-image: url('https://hello.xcard.my/wp-content/uploads/2025/03/tick-white.png'); }
.check-advanced { background-image: url('https://hello.xcard.my/wp-content/uploads/2025/06/tick-blue-neon.png'); }
.check-corporate { background-image: url('https://hello.xcard.my/wp-content/uploads/2025/06/tick-purple-neon-3.png'); }
.check-basic{ background-image: url('https://hello.xcard.my/wp-content/uploads/2025/06/tick-green-neon-3.png'); }
.feature-limited { color: #cccccc; }
.feature-full { color: #00b0ff; }
.blank-header{ background-color:transparent; border: none; }
.category-header-row td {
    padding-top: 0;
    padding-bottom: 20px;
    border-top: none;
    font-size: 1.3em;
    color: #4facfe !important;
    font-weight: bold;
}
.future-feature-row td{ padding-top: 0; padding-bottom: 20px; border-top: none; }
.category-title{ color: #ffffff !important; font-weight: bold; }
#select-basic-plan:hover{ background-color: #1ccb2d; border: none; color: #ffffff; border: 2px solid #1ccb2d; }
#select-corporate-plan:hover{ background-color: #be0cf7; border: none; color: #ffffff; border: 2px solid #be0cf7; }