/* ======================= */
/* ===== General Reset ==== */
/* ======================= */
#primary-navigation,
.pushdown,
.wallpaper {
    display: none !important;
}

footer.site-footer,
.footercol {
    margin-top: 0 !important;
}

header.site-header {
    display: none;
}

#page.site {
    width: 100%;
    max-width: 100%;
    padding-top: 0;
    margin-top: 0;
    top: 0;
}

/* ======================= */
/* ===== Variables ======= */
/* ======================= */
:root {
    --brand-purple: #A34177;
    --brand-blue: #125881;
    --brand-gold: #b28000;
    --text-strong: #000000;
}

/* ======================= */
/* ===== Typography ====== */
/* ======================= */
.site-content * {
    font-family: 'Montserrat', sans-serif;
}

.site-content a,
.site-content a:link,
.site-content a:visited {
    text-decoration: none;
    color: var(--brand-blue);
}

/* ======================= */
/* ===== Backgrounds ===== */
/* ======================= */
.bgImage {
    text-align: center;
    color: white;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center top;
    background-size: contain;
}

.bg_header.desktop-plans {
    background-image: linear-gradient(to right, rgba(52, 62, 90, 0), rgba(255, 255, 255, 0)),
                      url(/images/plus2026/Hero---Desktop-BG.jpg);
    background-position: center top;
    background-size: 100%;
    background-repeat: no-repeat;
    height: 110vh;
}

.bg_header.mobile-plans {
    background-image: linear-gradient(to right, rgba(52, 62, 90, 0), rgba(255, 255, 255, 0)),
                      url(/images/plus2026/Hero---Mobile-BG.jpg);
    background-position: center top;
    background-size: 100%;
    background-repeat: no-repeat;
    height: 70vh;
}

.home .background img {
    width: 100%;
    height: auto;
}

/* ======================= */
/* ===== Buttons ========= */
/* ======================= */
.red_btn {
    background-color: var(--brand-blue);
    font-size: 18px;
    margin: auto;
    text-transform: uppercase;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    display: inline-block;
    margin-bottom: 10px;
}

.red_btn a {
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    padding: 15px 35px;
    display: inline-block;
}

.grey {
    background-color: var(--brand-blue);
    margin: 25px 0;
    border-radius: 20px;
}

.yellow {
    background-color: var(--brand-gold);
}

.scrollSec {
    color: #fff;
}

.scrollSec:hover {
    color: #ccc;
}

a.btn.blue {
    background-color: var(--brand-blue);
    color: #FFFFFF;
}

a.btn.purple {
    background-color: var(--brand-purple);
    color: #FFFFFF;
}

a.btn.gold {
    background-color: var(--brand-gold);
    color: #0b2a3c;
    font-weight: 800;
}

#benefits-vet-premium a.btn.gold, #benefits-staff-premium a.btn.gold  {
    color:  #FFFFFF;
}

a.btn.gold:hover {
    background-color: #9a6b00;
}

a.btn:focus {
    color: #EEEEEE !important;
}

.gold_highlight {
    color: var(--brand-gold);
    font-weight: bold;
}

.btnSections {
    padding: 15px 0;
    margin: auto;
    text-align: right;
}

.btnSections.sec {
    padding-bottom: 220px;
}

/* ======================= */
/* ===== Event Cards ===== */
/* ======================= */
.event {
    text-align: center;
}

.event .event-title,
.event .event-date {
    display: inline-block;
    vertical-align: middle;
}

.event .event-title img {
    width: 400px;
}

.event .event-date {
    font-weight: bold;
    color: #000000;
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
}

.event .event-date .narrow {
    text-align: left;
    display: inline-block;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-size: 2rem;
    font-weight: normal;
    margin: 1rem;
    color: var(--brand-blue);
}

.event .event-location {
    font-size: 22px;
    font-weight: bold;
    margin: 8px 0 15px;
    line-height: 100%;
}

.event-intro {
    max-width: 350px;
    font-size: 26px;
    margin: 0 0 0 auto;
}

.event-details .btnSections {
    text-align: center;
    padding: 50px 0 80px;
    display: inline-block;
}

.event-details .event {
    text-align: right;
    padding-top: 10px;
    min-height: 600px;
}

.event-card-link {
    display: block;
    color: inherit;
    text-decoration: none;
}

/* ======================= */
/* ===== Tabs & Icons ==== */
/* ======================= */
.icontab img {
    width: 200px;
}

.mainbtns {
    border-radius: 20px;
    background: #6c757d;
    padding: 5px;
}

.mainbtns button {
    border-radius: 20px;
}

/* ======================= */
/* ===== Info Tabs ======= */
/* ======================= */
.infotab {
    padding: 60px 0;
}

.infotab * {
    font-family: 'Montserrat', sans-serif;
}

.infotab p {
    font-size: 30px;
    padding: 10px 0;
    margin: 0;
}

.infotab .btnSections {
    text-align: left;
    padding: 1rem 0;
}

.infotab .btnSections .red_btn {
    font-size: 15px;
}

.infotab .btnSections .red_btn a {
    padding: 10px 15px;
}

.infotab .p1 {
    font-size: 2rem;
    font-family: 'Montserrat', sans-serif;
}

.infotab .p2 {
    font-size: 1.6rem;
    font-weight: bold;
}

.infotab .p2 span {
    font-size: 1.2rem;
    font-weight: bold;
}

.infotab .p3 {
    line-height: 120%;
    font-family: 'Montserrat', sans-serif;
    color: var(--brand-blue);
    font-weight: bold;
}

.infotab .p4 {
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    color: var(--brand-blue);
}

.infotab .p4 span {
    font-size: 1.4rem;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    color: #000;
}

.infotab .p5 {
    font-size: 1.2rem;
    font-family: 'Montserrat', sans-serif;
    padding: 0;
    color: var(--brand-blue);
}

.infotab .p6 {
    font-size: 0.7rem;
    display: inline-block;
    color: #000000;
}

.infotab .col-4 .p1 {
    text-transform: capitalize;
}

.infotab .event {
    text-align: center;
}

.infotab a.btn {
    color: #FFFFFF;
    font-weight: bold;
}

.infotab .red_btn {
    width: 100%;
    vertical-align: middle;
}

/* ======================= */
/* ===== Additional Info == */
/* ======================= */
.addinfo {
    text-align: center;
}

.addinfo p {
    font-size: 20px;
    padding: 0 10px;
    color: #000;
    margin: 0;
}

.addinfo .btnSections {
    text-align: center;
    padding: 10px 0;
}

.addinfo .p1 {
    font-size: 20px;
    text-align: left;
}

.addinfo .p1 span {
    font-size: 17px;
}

.addinfo .pl .p2 {
    text-align: left;
    font-size: 30px;
    padding: 4px;
}

.addinfo .row {
    margin: auto;
    text-align: left;
}

.addinfo .event {
    padding: 10px 0;
}

/* ======================= */
/* ===== Related Articles == */
/* ======================= */
.related {
    padding: 30px 0;
    margin: 30px 0;
}

.related .btnSections {
    text-align: center;
    padding: 10px 0;
}

.related .p1 {
    font-size: 26px;
    color: #FFFFFF;
}

.fnblue {
    color: var(--brand-blue);
}

.fnorange {
    color: #D7A264;
    font-size: 19px;
}

.more_articles {
    margin-top: 0;
    margin-bottom: 0;
}

.more_articles .box-wrapper .img-wrapper {
    background-color: white;
    min-height: 200px;
}

.more_articles .col-md-4 {
    margin-bottom: 1.4em;
}

.more_articles2 .p3 {
    text-align: center;
}

.more_articles2 h3.p3 {
    font-size: 1rem;
    font-weight: bold;
    color: #23276a;
}

.more_articles2 p.p3 {
    font-size: 0.8rem;
    color: #000;
}

.more_articles2 .btnSections .red_btn {
    text-align: center;
    background-color: #ed1f24;
    color: #FFFFFF;
    width: 150px;
    padding: 0.5rem;
}

.more_articles2 .box-wrapper {
    border: 2px solid #23276a;
}

.more_articles2 .event {
    font-size: 12px;
}

.more_articles2 .btnSections {
    text-align: center;
}

.more_articles .grid-link {
    margin: 10px auto;
    width: 32%;
}

.more_articles2 .row {
    display: flex;
    flex-wrap: wrap;
}

.more_articles2 .col-md-4 {
    display: flex;
}

.more_articles2 .col-md-4 .event-card-link,
.more_articles2 .col-md-4 .box-wrapper {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.htext p {
    font-size: 25px;
    padding: 10px;
    color: #FFFFFF;
    margin: 0;
    font-weight: bold;
}

.red_tag {
    color: #a44479;
}

.info {
    padding: 30px 0;
}

.info p {
    font-size: 1.4rem;
    max-width: 720px;
    padding: 10px;
    color: #3c3c3c;
    margin: 0 auto;
}

.info .btnSections {
    text-align: center;
    padding: 10px 0;
}

.vetbox_box {
    text-align: center;
    background-color: var(--brand-blue);
}

.vetbox_box * {
    color: #FFFFFF;
}

/* ======================= */
/* ===== Feature Grid ===== */
/* ======================= */
.feature-grid-wrap {
    padding: 1.5rem 0;
}

.feature-grid {
    display: grid;
    grid-template-columns: minmax(220px, 1.1fr) repeat(3, minmax(180px, 1fr));
    gap: 12px;
}

.feature-grid .cell {
    background: #fff;
    padding: 10px 15px;
    min-height: 72px;
    display: flex;
    align-items: center;
}

.feature-grid .cell.nobg {
    background: transparent;
    padding: 0;
}

.feature-grid .cell.nobg a.btn {
    border-radius: 0;
    font-weight: bold;
    font-size: 1.2rem;
    color:  #ffffff;
}

.feature-grid .cell.header {
    background: #ffffff;
}

.feature-grid .cell.header .col-title {
    margin: 0;
    font-weight: 800;
    font-size: clamp(1.1rem, 1.1rem + 0.5vw, 1.5rem);
    letter-spacing: .2px;
    text-align: center;
    width: 100%;
    color: var(--brand-blue);
}

.feature-grid .cell.header .col-title.vet {
    color: var(--brand-blue);
}

.feature-grid .cell.header .col-title.staff {
    color: var(--brand-purple);
}

.feature-grid .cell.header .col-title.premium {
    color: var(--brand-gold);
}

.brand-col {
    justify-content: center;
}

.brand-lockup {
    font-weight: 900;
    font-size: clamp(1.4rem, 1.1rem + 1.2vw, 2rem);
}

.brand-lockup .vpn {
    letter-spacing: .5px;
    color: #0b2a3c;
}

.brand-lockup .plus {
    color: var(--brand-gold);
    margin-left: 4px;
}

.cell.feature {
    flex-direction: column;
    align-items: flex-start;
}

.feat-title {
    color: #000000;
    font-weight: 800;
}

.feat-sub {
    color: #000000;
    font-size: .925rem;
    line-height: 1.3;
    margin-top: 2px;
}

#panel-vet-compare .feat-title, #panel-vet .price {
    color: var(--brand-blue);
}

#panel-staff-compare .feat-title, #panel-staff .price {
    color: var(--brand-purple);
}

#panel-vet .price.gold, #panel-staff .price.gold {
    color: var(--brand-gold);
}

#panel-vet,  #panel-staff {
    font-weight:  bold;
}

.cell.value {
    font-size: 1rem;
}

.cell.center {
    justify-content: center;
    text-align: center;
}

.check {
    font-size: 1.8rem;
    line-height: 1;
}

.emph {
    font-size: 1.05rem;
    color: #000000;
    text-align: center;
    width: 100%;
}

.font_md {
    font-size: 1.4rem;
}

.premium-text {
    color: var(--brand-gold);
}

.normal-text {
    color: #000000;
}

.muted {
    color: #000000;
    font-weight: 400;
}

#benefits-compare .price {
    font-size: .85rem;
    font-weight: normal;
}

.price-title {
    font-weight: 900;
    font-size: 1.4rem;
}

.price {
    font-size: 1.05rem;
}

.price small {
    font-size: .85rem;
}

.price.purple {
    color: var(--brand-purple);
}

.plantab .price {
    font-size: 2rem;
}

.plantab .price span {
    font-size: 0.8rem;
    color: #000000;
    display: inline-block;
}

/* ======================= */
/* ===== Pricing Cards / g-light ===== */
.g-light {
    background-color: #f8f9fa;
    color: #212529;
}

.pricing-card {
    border-radius: 12px;
    padding: 1.5rem;
    background-color: #fff;
    box-shadow: 0 4px 8px rgba(0,0,0,.08);
    height: 100%;
}

.best-value {
    border: 3px solid var(--brand-gold);
    position: relative;
}

.best-value::before {
    content: "BEST VALUE";
    position: absolute;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    color: #9a6b00;
    border: 2px solid var(--brand-gold);
    border-radius: 999px;
    padding: .15rem .75rem;
    font-weight: 700;
    font-size: .85rem;
    letter-spacing: .02em;
}

/* ======================= */
/* ===== Toggle Tabs ===== */
.toggle-tabs {
    flex-wrap: wrap;
}

.toggle-tabs .btn {
    border-width: 2px !important;
    font-weight: 700;
}

.toggle-tabs .btn[aria-selected="true"] {
    background-color: var(--brand-blue);
    color: #fff;
    border-color: var(--brand-blue);
}

.toggle-tabs .btn[aria-selected="false"] {
    background-color: #e9ecef;
    color: #0b2a3c;
    border-color: #ced4da;
}

/* Focus visibility */
.btn:focus-visible,
a:focus-visible {
    outline: 3px solid #111;
    outline-offset: 2px;
}

/* ======================= */
/* ===== Plan Selector ==== */
.plan-selector-wrapper {
    display: inline-block;
    border-radius: 50px;
    background-color: #e0e0e0;
    padding: 5px;
}

.plan-selector {
    display: flex;
}

.plan-pill,
.choose-pill {
    flex: 1;
    padding: 10px 20px;
    border: none;
    background-color: transparent;
    color: #000000;
    border-radius: 50px;
    margin: 0 2px;
    cursor: pointer;
    transition: all 0.3s;
    font-size: 0.7rem;
    font-weight: bold;
}

.plan-pill.active,
.choose-pill.active {
    color: #fff;
}

.plan-selector-wrapper.veterinarian .plan-pill.active,
.plan-pill.active,
.choose-pill.active#tab-vet {
    background-color: var(--brand-blue);
}

.plan-selector-wrapper.staff .plan-pill.active,
.choose-pill.active#tab-staff {
    background-color: var(--brand-purple);
}

.plan-selector-wrapper.veterinarian .plan-pill.active.premium,
.plan-pill.active.premium {
    background-color: var(--brand-gold);
}

.plan-pill:hover:not(.active),
.choose-pill:hover:not(.active) {
    background-color: #d0d0d0;
}

/* ======================= */
/* ===== Plan Cards ====== */
.plan-card .cell {
    background: #fff;
    padding: 0.2rem 0.4rem;
    margin: 0.25rem;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    display: flex;
    font-size: 0.9rem;
    min-height: 70px;
}

.plan-card .feat-sub,
.plan-card .check {
    font-size: 0.7rem;
}

.plan-card .cell.value {
    min-width: 25%;
    height: 100%;
}

.plan-card .font_sm {
    font-size: 0.6rem;
}

.plan-card .cell.feature {
    flex: 1;
    flex-direction: column;
    justify-content: center;
}

.plan-card .cell.value.center {
    width: 64px;
    justify-content: center;
    align-items: center;
}

.plan-card .cell.value img {
    font-size: 2rem;
}

.plan-card .feat-title {
    color: var(--brand-blue);
}

.feature-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.feature-title {
    font-weight: 600;
    color: #000000;
}

.feature-value {
    font-weight: 700;
}

/* ======================= */
/* ===== Responsive ====== */
/* ======================= */
@media screen and (max-width: 760px) {
    .head_spacing { padding: 0 !important; }

    h1.p3 { font-size: 1.4rem; }
    h2.p3 { font-size: 1.2rem; }
    .p4 { font-size: 1rem; }
    .p5, .infotab .p5 { font-size: 0.9rem; }

    .icontab img { width: 75px; margin: 1rem auto; }
    .icontab div * { text-align: left; color: #000000; }

    .event-intro { margin: 0; max-width: 100%; }
    .infotab { padding: 1rem 0; }
    .infotab .p1 { font-size: 1rem; }
    .infotab .font_md { font-size: 1.2rem; }

    .infotab .col-4, .infotab .col-7 { max-width: 100%; flex: 100%; }
    .infotab .red_btn a.jnw { padding: 10px 15px; }

    .event-details .event,
    .event .event-title,
    .event .event-date,
    .event .event-intro,
    .event .event-date .narrow {
        text-align: center;
        font-size: 18px;
        font-weight: bold;
    }

    .event-details .event { min-height: 140px; }

    .more_articles .grid-link { width: 100%; }

    .info h2, .info a { font-size: 1rem; }
    .info p { font-size: 0.8rem; }

    /* Feature grid responsive */
    .feature-grid { display: flex; flex-direction: column; gap: 1.5rem; }
    .feature-grid .cell.header { display: none; }

    #panel-vet-compare .cell.value,
    #panel-staff-compare .cell.value {
        display: block;
        background: #f9f9f9;
        padding: 1rem;
        border-radius: 8px;
        margin-bottom: 0.5rem;
    }

    #panel-vet-compare .cell.value:first-child,
    #panel-staff-compare .cell.value:first-child {
        font-weight: 700;
        font-size: 1.25rem;
        text-align: center;
    }

    .feature-grid .cell.feature { font-weight: 600; margin-bottom: 0.5rem; }
    .feature-grid .cell.feature .feat-sub { font-size: 0.9rem; }
    .feature-grid .cell.value .btn { width: 100%; }
}

/* Mobile/Desktop toggles */
.mobile-plans { display: block; }
.desktop-plans { display: none; }

@media(min-width:992px) {
    .mobile-plans { display: none; }
    .desktop-plans { display: block; }
}
