html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.cs_footer_signature {
    position: absolute;
    bottom: 170px;
    right: 310px;
    text-align: right;
}

.cs_footer_signature_name {
    font-family: 'Alex Brush', cursive;
    font-size: 48px;
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.1;
    margin-bottom: 4px;
}

.cs_footer_signature_title {
    font-size: 11px;
    color: rgba(255, 255, 255, 0.35);
    letter-spacing: 1.5px;
    text-transform: uppercase;
    font-family: Arial, Helvetica, sans-serif;
}

@media (max-width: 1199px) {
    .cs_footer_signature {
        display: none;
    }
}

/* Pricing — star results block */
.cs_pricing_results {
    padding: 0 0 15px 0;
}

    .cs_pricing_results ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .cs_pricing_results li {
        padding: 5px 0;
        font-size: 15px;
        font-weight: 600;
        color: #1a1a2e;
    }

    /*.cs_pricing_results li:hover {
        color: white!important;
    }*/

        .cs_pricing_results li i {
            color: #F61D26;
            margin-right: 8px;
            font-size: 14px;
        }

.cs_pricing_results_sep {
    height: 1px;
    background: rgba(0, 0, 0, 0.1);
    margin: 5px 0 10px 0;
}


/* Pricing — dim the existing feature list */
.cs_pricing_feature_list.cs_mp0.cs_dimmed li {
    font-size: 13px;
    color: #888;
}

    .cs_pricing_feature_list.cs_mp0.cs_dimmed li i.fa-check {
        color: #aaa;
    }

    .cs_pricing_feature_list.cs_mp0.cs_dimmed li i.fa-xmark {
        color: #ccc;
    }

/* Active (Starter) card — adjust for dark background */
.cs_pricing_table.active .cs_pricing_results li {
    color: #fff;
}

.cs_pricing_table.active .cs_pricing_results li i{
    color: #fff;
}

.cs_pricing_table.active .cs_pricing_results_sep {
    background: rgba(255, 255, 255, 0.2);
}

.cs_pricing_table.active .cs_pricing_feature_list.cs_mp0.cs_dimmed li {
    color: rgba(255, 255, 255, 0.55);
}

    .cs_pricing_table.active .cs_pricing_feature_list.cs_mp0.cs_dimmed li i.fa-check {
        color: rgba(255, 255, 255, 0.45);
    }

    .cs_pricing_table.active .cs_pricing_feature_list.cs_mp0.cs_dimmed li i.fa-xmark {
        color: rgba(255, 255, 255, 0.3);
    }