* {
    font-family: Arial, Helvetica, sans-serif;
    font-kerning: auto;
}

.info-container {
    background: white;
}

.info-card h4 {
    font-weight: 700;
}

.info-card img {
    border-radius: 15px;
}

.hero-container {
    background: #006ece19;
}

.hero-card {
    background: #fff;
    border-radius: 10px 20px 20px 10px;
}

.hero-text p {
    padding: 10px 0;
}

.accordion-panel h3 {
    font-weight: 700;
    font-size: 24pt;
}

.accordion-flush .accordion-item {
    border-bottom: 1px solid #eee;
}

@media screen and (min-width: 768px) {
    .hero-card {
        margin: 0 auto;
    }
    .hero-text {
        border-radius: 10px 0 0 10px;
        padding: 40px 80px 0 40px;
        width: 50%;
    }
    .hero-text h1 {
        font-weight: 700;
        font-size: 20pt;

    }
    .hero-image {
        width: 50%;
    }

    .hero-image img {
        width: 100%;
        min-height: 100%;
        object-fit: cover;
        border-radius: 0 10px 10px 0;
    }
    .info-card {
        width: 50%;
        padding: 40px;
    }
    .info-card img {
        max-height: 340px;
    }
    
    .accordion-panel {
        padding: 40px;
        background: white;
        border-radius: 15px;
    }

    .accordion-text {
        width: 50%;
    }

    .accordion-text h3 {
        padding: 0 200px 0 0;
    }

    .accordion-text p {
        padding: 0 200px 0 0;
    }
    
    .info-accordion {
        width: 50%;
    }

    .div-container {
        max-width: 1228px;
        margin: 0 auto;
        padding: 30px 0;
    }
}

@media screen and (max-width: 767px) {

    .upgrade-container {
        width: 100%;
        overflow-x: scroll;
        padding-left: 30px;
    }

    .upgrade-container .div-container {
        width: 1048px;

    }

    .accordion-text {
        padding: 20px 30px 20px 10px;
    }
    .card-fix {
        padding: 15px !important;
    }

    .hero-card {
        max-width: 614px;
        margin: 0 auto;
    }
    .hero-text {
        border-radius: 10px 0 0 10px;
        padding: 30px 10px;
    }
    .hero-text h1 {
        font-weight: 700;
        font-size: 26pt;
    }


    .hero-image img {
        border-radius: 10px 10px 0 0px;
        padding: 0;
        width: 100%;
    }

    .info-card {
        width: 100%;
        padding: 30px 15px;
    }

    .info-card img {
        width: 100%;
    }

    .accordion-panel {
        padding: 10px;
    }

    .div-container {
        padding: 20px 0;
    }
    
    .upgrade-container h1 {

    }
}

.faq-container {
    background: #fcfcfc;
}

.how-container {
    text-align: center;
}

.how-container h3 {
    font-weight: 700;
        gap: 30px;
}

.card { 
    border: none;
}

.how-card {
    max-width: 405px;
}

.how-card h4 {
    font-weight: 700;
    display: block;
    padding: 20px;
}

.upgrade-container {
    background: #f2f2f2;
}

.footer-container a {
    font-weight: 700;
    color: white;
}

.pill {
    border-radius: 500px;
    background-color: white;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-size: 14px;
    padding: 10px 20px;
    color: #006ece;
}

.pill-condense {
    border-radius: 500px;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-size: 14px;
    padding: 5px 20px;
    background-color: #ffde62;
}

.btn-primary-ub {
    background: #006ece !important;
    color: white;
}

.navbar-custom {
    padding: 15px 0;
    background: #006cec;
}

.footer-container {
    padding: 60px;
    width: 100%; 
    text-align: center; 
    background: #006cec;
}

.footer-fine {
    font-size: 9pt;
    color: white;
    gap: 30px;
}

.footer-fine a {
    text-decoration: none;
}

.accordion {
    --bs-accordion-btn-bg: #fff; /* Background color for collapsed state */
    --bs-accordion-btn-color: #333; /* Text color for collapsed state */
    --bs-accordion-active-bg: #fff; /* Background color for active/expanded state */
    --bs-accordion-active-color: #000; /* Text color for active/expanded state */
    --bs-accordion-border-color: #fff;
}

.accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3e%3c/svg%3e");
  transform: none; /* Remove default rotation */
}

/* For the expanded state (e.g., minus icon) */
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3e%3c/svg%3e");
  transform: none; /* Remove default rotation */
}


.table-programs th {
    font-weight: 100;
}

.table-programs tbody td {
    vertical-align: middle;
    padding: 10px 20px;
    color: #333;
    font-size: small;
    background: white;
}

.table-programs tbody tr:first-child td:first-child {
    border-radius: 15px 0 0 0;
}

.table-programs tbody tr:first-child td:last-child {
    border-radius: 0 15px 0 0;
}

.table-programs tbody tr:last-child td:first-child {
    border-radius: 0 0 0 15px;
}

.table-programs tbody tr:last-child td:last-child {
    border-radius: 0 0 15px 0;
}

.table-programs tbody tr:last-child {
    border-bottom: none;
}


.table-programs tbody strong {
    font-size: medium;
}

.table-programs tbody tr {
    border-bottom: 1px solid #eee;
}

.table-programs strong {
    color: #222;
    font-weight: 700;
}

.table-programs tbody {
    border-radius: 15px;
    box-shadow: 0px 2px 5px #ccc;
}

.small-text {
    font-size: smaller;
}

.light-text {
    font-size: small;
}

.condense {
    line-height: 0.9em;
}

.table-programs tbody td:not(:first-child) {
    text-align: center;
}

.table-programs tbody td:not(:first-child) img {
    text-align: center;
    fill: skyblue;
}

.table-programs i {
    color: rgb(63, 176, 221);
    font-size: 20px;
}

.color-disable {
    color: #999 !important;
}

.faq-container button.accordion-button::after {
    font-size: 20px !important;
    background-size: 25px;
    width: 25px;
    height: 25px;
}

.faq-container strong {
    font-size: 16px;
}


/** Option two*/
.how-container h3 {
    color: black;
}

.how-container h4 {
    color: black;
}

.how-container p {
    color: black;
}

.faq-container h3 {
    color: black !important;
}

.info-container h4 {
    color: black;
}

.upgrade-container td {
    border: 0
}

#upgrade-section h4 {
    padding-left: 10px;
}
