﻿
@font-face {
    font-family: 'fonnts.com-fatfrank_heavy';
    src: url('../fonts/fonnts.com-fatfrank_heavy.otf') format('opentype');
}
@font-face {
    font-family: 'sourcesans3-regular';
    src: url('../fonts/sourcesans3-regular.ttf') format('truetype');
}
@font-face {
    font-family: 'sourcesans3-bold';
    src: url('../fonts/sourcesans3-bold.ttf') format('truetype');
}
/* Set padding to keep content from hitting the edges */
.body-content {
    font-family: 'sourcesans3-regular';
}

.jp-card-invalid{
    border: 1px solid red !important;
}

.input-validation-error{
    border: 1px solid red !important;
}
.background {
    background-color: #000;
    padding: 50px 0;
}

.membership-card {
    border-radius: 20px !important;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

    .membership-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 8px 12px rgba(0, 0, 0, 0.2);
    }

.selected{
    background-color: #333 !important;
    color: white !important;
}

.basic-plan {
    background-color: #ff1199;
}

.platinum-plan {
    background-color: #07c3aa; 
}

.family-plan {
    background-color: #ff1199;
}

/* Plan Title */
.plan-title {
    /*font-size: 2.1rem;*/
    margin-bottom: 20px;
    font-family: 'fonnts.com-fatfrank_heavy' !important;

}
.basica-plan {
    background-color: #07c3aa; 
}
.platnum-plan {
    background-color: #ff1199; 
}
/* Plan Features */
.plan-feature {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.plan-feature-item {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
    font-weight: 700;
    line-height: 1.1;
    font-size: 0.98rem;
}

.checkmark {
    font-size: 1.2rem;
    margin-right: 10px;
    color: white;
}

/* Buy Button */
.buy-button {
    display: inline-block;
    padding: 10px 20px;
    border-radius: 20px;
    text-decoration: none;
    color: black;
    background-color: #fff;
    transition: background-color 0.3s ease;
    display: flex;
    justify-content: center;
    font-weight:bold;
}

    .buy-button:hover {
        background-color: #333;
        color:white;
    }

/* Responsive Adjustments */
@media (max-width: 768px) {
    .plan-card {
        margin-bottom: 20px;
    }
}

.plan-price {
    font-size: 3rem; 
    font-weight: bold;
    align-items: center;
    text-align: center;
    gap: 0.25em;
}

.currency-symbol {
    font-size: 22px; 
    vertical-align: top; 
}

/* Amount styling */
.amount {
    font-size: inherit;
}


.btn{
    font-weight:bold !important;
}

.section-heading {
    color: #07c3aa;
    font-family: 'sourcesans3-bold';
}

#service, #amount {
    background-color: #f9f9f9;
}

.plan-price {
    font-family: 'fonnts.com-fatfrank_heavy';
}

.font-weight-bold {
    font-weight: bold !important;
}

@media (max-width: 991.98px) {
    .btn {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.pci-banner {
    background-color: #f9f9f9;
    border: 1px solid #4caf50;
    border-left: none !important;
    border-radius: 8px;
    padding: 0px 24px;
    margin: 20px 0;
    display: flex;
    align-items: center;
    gap: 16px;
}

    .pci-banner .checkmark-icon {
        width: 48px;
        height: 48px;
        background-color: #4caf50;
        color: white;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 8px;
        font-size: 24px;
        font-weight: bold;
    }

    .pci-banner .pci-text {
        flex-grow: 1;
        font-family: Arial, sans-serif;
        font-size: 16px;
        line-height: 1.4;
        color: #333;
        padding-left: 90px;
    }

.pci-logo {
    width: 80px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: bold;
}


@media (max-width: 768px) {
    .pci-banner {
        flex-direction: column;
        text-align: center;
        border: 1px solid #4caf50 !important;
        padding-left: 0px;
    }

    .shield-image {
        left: 42% !important;
    }

    .pci-banner .pci-text {
        margin-bottom: 16px;
        margin-top: 80px;
        text-align: center;
        padding-left: 20px;
    }

    .shield-img {
        width: 50px !important;
    }

 
}

@media(min-width:992px) {
    .jp-card {
        min-height: 225px !important;
        min-width: 465px !important;
    }

    .card-content {
        display: flex;
        justify-content: start
    }
}

@media (max-width: 992px) {
    .card-fields{
        margin-top:30px !important;
    }

    #cardDetails{
        padding: 0px !important;
    }
    .section-heading{
        font-size:25px;
    }
}

.loc-heading {
    font-family: 'sourcesans3-bold';
    font-size: 2.1rem;
    font-weight: bold
}

.fw-bold {
    font-size: 10px;
    color: #818589 !important;
}

@media (max-width: 1200px) {
    .fw-bold{
        font-size: 10px;
    }
}

@media (max-width: 465px) {
    .fw-bold {
        font-size: 8px;
    }
}

@media (max-width: 355px) {
    .fw-bold {
        font-size: 8px;
    }
}

.tooltip-container {
    position: relative;
    display: inline-block;
}

    .tooltip-container .tooltip-text {
        visibility: hidden;
        opacity: 0;
        transition: opacity 0.1s ease-in-out;
        background-color: #ffffff;
        color: #000;
        font-weight: bold;
        border: 2px solid #ff1199;
        padding: 4px 8px;
        border-radius: 4px;
  
        position: absolute;
        z-index: 10;
        top: -30px;
        left: 100%;
        transform: translateX(2%);
        max-width: 350px;
        min-width: 320px; 
        font-size: 12px;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
        text-align: center;
    }

@media (max-width: 767px) {
    .tooltip-container .tooltip-text {
        transform: translateX(-50%) !important;
        padding: 4px 8px !important;
        max-width:200px !important;
    }

    .tooltip-plate .tooltip-text {
        transform: translateX(2%) !important;
    }

}


@media (max-width: 1100px) {
    .tooltip-container .tooltip-text {
        left: 100%;
        transform: translateX(-40%);
        padding: 4px 8px;
        min-width: 300px !important; 
    }
}
    .tooltip-container:hover .tooltip-text {
        visibility: visible;
        opacity: 1;
    }
.price-wrapper {
    text-align: center;
    margin-top: 6px;
}
.price {
    font-size: 3.6rem;
    font-weight: 900;
    line-height: 1;
    margin-bottom: 10px;
}
   
   