@charset "UTF-8";
/* CSS Document for /web-camera-software*/

/*html {
    scroll-behavior: smooth;
}
.videoWrapper {
    padding-bottom: 62% !important; 
}*/

.premium-table tbody > tr > th, .premium-table tbody > tr > td {
    padding-top: 14px;
    padding-bottom: 14px;
}
.feature-table {
    border: 1px solid #164C84; 
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 30px;
    border-collapse: separate; /* Needed for rounded corners */
    border-spacing: 0;
}
.feature-table thead {
    background-color: #164C84;
    color: #ffffff;
}
.feature-table thead tr th {
    border-bottom: none !important;
}
.feature-table thead th:first-child {
    border-top-left-radius: 8px;
}
.feature-table thead th:last-child {
    border-top-right-radius: 8px;
}
.feature-table thead th {
    padding: 16px;
}
.feature-table tbody > tr > th, .feature-table tbody > tr > td {
    padding: 14px 12px;
    font-size: 15px;
    border-top: 1px solid #ddd;
}
.feature-table tbody > tr:first-child > th, .feature-table tbody > tr:first-child > td {
    border-top: none !important;
}
.feature-table tbody > tr:last-child > th:first-child, .feature-table tbody > tr:last-child > td:last-child {
    border-bottom-left-radius: 8px;
}
.feature-table tbody > tr:last-child > th:last-child, .feature-table tbody > tr:last-child > td:last-child {
    border-bottom-right-radius: 8px;
}
.feature-table thead th:not(:first-child) {
    font-weight: 400;
    font-size: 16px;
}
.more-videos .col-lg-6,
.more-videos .col-md-6,
.more-videos .col-sm-6,
.more-videos .col-xs-12 {
  padding-bottom: 15px;
}
.more-videos section {
  padding-bottom:20px;
}
a.spotlight-link.activeit,
button.spotlight-link.activeit {
    border-color: #124a86 !important;
    background: #124a86 !important;
    color: #fff !important;
}
/* bring-your-own */
.bring-your-own .btn-bri.spotlight-link {
    background-color: #124a86 !important;
    border-color: #124a86 !important;
    color: #fff !important;
    transition: background-color .2s ease, border-color .2s ease, color .2s ease;
}
.bring-your-own .btn-bri.spotlight-link:hover,
.bring-your-own .btn-bri.spotlight-link:focus {
    background-color: #eb6e1f !important;
    border-color: #eb6e1f !important;
    color: #fff !important;
}
.bring-your-own .btn-bri.spotlight-link:active,
.bring-your-own .btn-bri.spotlight-link.active {
    background-color: #d55e1a !important;
    border-color: #d55e1a !important;
    color: #fff !important;
}
/* update these styles in bri-styles.css when template is done. */
.plan-description {
    height: auto !important;
}
/* Why BRI cards */
.why-bri-wrap { margin-top: 15px; margin-bottom: 10px; }
.why-bri-card {
    background: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 0 rgba(0,0,0,0.02);
    height: 100%;
    margin-bottom: 20px;
}
.why-bri-card .why-bri-topbar {
    height: 6px;
    background: #124a86; 
}
.why-bri-card.orange .why-bri-topbar { background: #eb6e1f; }
.why-bri-card.green .why-bri-topbar { background: #2e8b57; }
.why-bri-card .why-bri-body { padding: 18px 18px 14px 18px; }
.why-bri-kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 8px;
}
.why-bri-ico {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: #124a86;
    font-size: 20px;
    line-height: 20px;
    flex: 0 0 46px;
}
.why-bri-card.orange .why-bri-ico { background: #eb6e1f; }
.why-bri-card.green .why-bri-ico { background: #2e8b57; }
.why-bri-title {
    margin: 0;
    font-size: 18px !important;
    text-transform: uppercase;
    letter-spacing: .4px;
}
.why-bri-subtitle {
    margin: 6px 0 10px 0;
    font-size: 16px !important;
}
.why-bri-card p { margin-bottom: 10px; }
.why-bri-list {
    list-style: none;
    padding-left: 0;
    margin: 12px 0 0 0;
}
.why-bri-list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 8px 0;
    border-top: 1px solid #f0f0f0;
}
.why-bri-list li:first-child { border-top: none; padding-top: 0; }
.why-bri-bullet {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    line-height: 12px;
    color: #124a86;
    background: #eef5ff;
    flex: 0 0 20px;
    margin-top: 2px;
}
.why-bri-card.orange .why-bri-bullet { color: #eb6e1f; background: #fff3ea; }
.why-bri-card.green .why-bri-bullet { color: #2e8b57; background: #eaf6ef; }
.why-bri-foot {
    padding: 12px 18px 16px 18px;
    background: #fafafa;
    border-top: 1px solid #eee;
}
.why-bri-foot a { font-weight: 600; }
/* =========================================
   === FEATURE TILES SECTION ===
   ========================================= */ 
.feature-grid {
    margin: 30px 0;
}
.feature-group-title {
    font-weight: 700;
    color: #124a86;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    font-size: 13px;
    margin: 20px 0 15px;
}
/* Tile styling */
.feature-tile {
    border: 1px solid #e6e6e6;
    border-radius: 8px;
    padding: 15px 10px;
    background: #fff;
    margin-bottom: 10px;
    text-align: center;
    min-height: 0; /* JS will set equal height */
    transition: all 0.2s ease;

    /* =========================================================
       CLEAN FIX: CENTER CONTENT IN EQUAL-HEIGHT TILES
       (JS applies min-height; default flow pins content to top)
       ========================================================= */
    display: flex;
    flex-direction: column;
    justify-content: center;  /* vertical centering */
    align-items: center;      /* horizontal centering */
}
.feature-tile .feature-ico {
    font-size: 34px;
    color: #eb6e1f;
    display: block;
    margin-bottom: 8px;
}
.feature-tile .feature-name {
    font-size: 14px;
    font-weight: 600;
    margin: 4px 0 0;
    color: #124a86;
    line-height: 1.1;
}
.feature-tile .feature-sub {
    font-size: 12px;
    margin: 8px 0 0;
    color: #666;
    line-height: 1.2;
}
/* Clickable full-tile link */
a.is-clickable {
    display: block;
    color: inherit;
    text-decoration: none !important;
    cursor: pointer;
}
a.is-clickable:hover .feature-tile,
a.is-clickable:focus .feature-tile {
    border-color: #124a86;
    box-shadow: 0 6px 18px rgba(18,74,134,0.12);
    transform: translateY(-1px);
}
/* Static (non-clickable) tiles */
.feature-tile.is-static {
    border-style: dashed;
    border-color: #e3e3e3;
    background: #fafafa;
    cursor: default;
}
.feature-tile.is-static:hover {
    border-color: #e3e3e3;
    box-shadow: none;
    transform: none;
}
/* Responsive grid gutters */
.feature-grid .row {
    margin-left: -6px;
    margin-right: -6px;
}
/* Responsive columns */
.col-5ths {
    position: relative;
    min-height: 1px;
    padding-left: 6px;
    padding-right: 6px;
    float: left;
}
/* Desktop: 5 tiles */
@media (min-width: 992px) {
    .col-5ths {
        width: 20%;
    }
    .feature-grid .col-5ths:nth-child(5n+1) {
        clear: left;
    }
}
/* Tablet: 3 tiles */
@media (min-width: 768px) and (max-width: 991px) {
    .col-5ths {
        width: 33.33333333%;
    }
    .feature-grid .col-5ths:nth-child(3n+1) {
        clear: left;
    }
}
/* Mobile: 2 tiles */
@media (max-width: 767px) {
    .col-5ths {
        width: 50%;
    }
    .feature-grid .col-5ths:nth-child(2n+1) {
        clear: left;
    }
}
/* Why BRI checklist */
.why-bri-checklist {
    list-style: none;
    padding-left: 0;
    margin: 18px 0 0 0;
}
.why-bri-checklist li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 10px;
    line-height: 1.35;
}
.why-bri-checklist li i.bi-check-lg {
    position: absolute;
    left: 0;
    top: 0;
    color: #28a745;
    font-size: 18px;
    font-weight: 900;
}
/* =========================================
   WHY BROWNRICE
   ========================================= */
.why-bri-wrap {
    padding-left:30px;
    padding-right:30px;
}
/* Section headers */
.why-bri-section-title {
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 6px 0;
}
.why-bri-section-title.orange { color: #eb6e1f; }
.why-bri-section-title.blue { color: #124a86; }
.why-bri-section-title.green { color: #008000; }
/* Checked section layout */
.why-bri-row {
    display: flex;
    align-items: flex-start;
    margin: 0 0 16px 0;
}
/* Circle + check icon */
.why-bri-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 2px solid currentColor;
    font-size: 16px;
    line-height: 1;
    margin-right: 14px;
    margin-top: -2px;
    flex-shrink: 0;
}
.why-bri-icon .bi {
    line-height: 1;
    display: block;
}
.why-bri-streaming .why-bri-icon { color: #eb6e1f; }
.why-bri-bandwidth .why-bri-icon { color: #124a86; }
.why-bri-green .why-bri-icon { color: #008000; }
/* Right-side content */
.why-bri-content { flex: 1; }
.why-bri-content p {
    margin: 0;
    line-height: 1.45;
}
.why-bri-content p a.green {
    color: #008000;
}
.pricing-check {
    color: #008000;
    font-size: 16px;
    vertical-align: middle;
}
.pricing-premium-star {
    color: #eb6e1f;
}
/* ──────────────────────────────────────────────
   Camera Option Cards (Buy Ready-Set-Stream + Bring Your Own)
   ────────────────────────────────────────────── */
.camera-option-card {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 6px 20px rgba(0,0,0,0.1);
    height: 100%;
    display: flex;
    flex-direction: column;
}
.camera-option-card .card-header {
    padding: 20px;
    text-align: center;
    color: #fff;
    font-size: 22px;
    font-weight: 600;
}
.camera-option-card.blue .card-header { background: #124a86; }
.camera-option-card.orange .card-header { background: #eb6e1f; }
.camera-option-card .card-body {
    padding: 30px 25px;
    background: #fff;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: center;
}
.camera-option-card .card-image {
    max-height: 280px;
    width: 75%;
    object-fit: contain;
    margin: 0 auto 20px auto;
    display: block;
}
.camera-option-card .steps-title {
    font-size: 18px;
    font-weight: 700;
    margin: 20px 0 10px 0;
    color: #124a86;
}
.camera-option-card .steps-subtitle {
    font-size: 15px;
    font-style: italic;
    margin-bottom: 20px;
    color: #555;
}
.camera-option-card .ready-set-go {
    font-size: 18px;
    font-weight: 700;
    margin: 20px 0 7px 0;
    color: #124a86;
}
.camera-option-card .setup-box {
    border: 1px solid #e6e6e6;
    border-radius: 8px;
    padding: 12px 8px;
    text-align: center;
    background: #fff;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
.camera-option-card .setup-box i.bi {
    font-size: 34px;
    color: #124a86;
    margin-bottom: 8px;
}
.camera-option-card .setup-box h4 {
    margin: 0 0 8px 0;
    font-size: 14px;
    font-weight: 600;
    color: #124a86;
    line-height: 1.1;
}
.camera-option-card .setup-box p {
    font-size: 12px;
    line-height: 1.2;
    color: #666;
    margin: 0;
    flex-grow: 1;
}
.camera-option-card .byoc-info-box {
    border: 1px solid #e6e6e6;
    border-radius: 8px;
    padding: 12px 15px;
    background: #fff;
    margin: 20px 0 30px 0;
    text-align: center;
    font-size:15px;
}
.camera-option-card .byoc-headline {
    font-size: 15px;
    font-weight: 600;
    color: #124a86;
    margin: 0 0 8px 0;
}
.camera-option-card .byoc-subtext {
    font-size: 13px;
    color: #666;
    line-height: 1.45;
    margin-bottom: 20px;
}
.camera-option-card .btn-bri.spotlight-link,
.camera-option-card .btn.spotlight-link {
    background-color: #eb6e1f !important;
    border-color: #eb6e1f !important;
    color: #fff !important;
    transition: background-color .25s ease, border-color .25s ease, transform .25s ease;
}
.camera-option-card .btn-bri.spotlight-link:hover,
.camera-option-card .btn-bri.spotlight-link:focus,
.camera-option-card .btn.spotlight-link:hover,
.camera-option-card .btn.spotlight-link:focus {
    background-color: #124a86 !important;
    border-color: #124a86 !important;
    transform: translateY(-2px) !important;
}
.camera-option-card .btn {
    font-size: 17px;
    padding: 12px 28px;
    margin: 10px 0;
}
/* Responsive adjustments */
@media (max-width: 767px) {
    .camera-option-card .card-image {
        max-height: 220px;
        width: 80%;
    }
    .camera-option-card .card-body {
        padding: 25px 20px;
    }
    .camera-option-card .setup-box i.bi {
        font-size: 30px;
    }
}
@media (max-width: 767px) {
    .camera-options-row {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .setup-row {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .setup-col {
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin-bottom: 15px;
    }

    .setup-col:last-child {
        margin-bottom: 0;
    }

    .setup-box {
        padding: 20px 15px !important;
    }
}
/* pricing styling */
.camera-option-card .pricing-price {
    font-size: 40px !important;
    font-weight: 300 !important;
    margin-top:5px;
    margin-bottom:15px;
    color:#124a86;
}
.camera-option-card .pricing-duration {
    font-size: 20px !important;
    font-weight: 300 !important;
    color:#666;
}
.int-intro.video-version {
	padding: 100px 0 540px 0 !important;
	text-align: center !important;
}
/* Mobile: add breathing room around the full-width buttons */
@media (max-width: 767px) { 
  ul.webcam-btn-block {
    margin-left: 15px !important;
    margin-right: 15px !important;
    width: auto !important;    
    box-sizing: border-box;    
  }
  ul.webcam-btn-block li .btn {
    margin-left: 0;
    margin-right: 0;
  }
}
/* Featured category buttons – centered, equal-ish width on desktop/tablet */
.featured-category-btns {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px 20px;           /* vertical + horizontal spacing */
    margin: 25px auto 40px;   /* top/bottom breathing room, auto margins center the block */
    padding: 0;
    list-style: none;
    max-width: 1100px;        /* optional cap to prevent over-spreading on very wide screens */
}

.featured-category-btns li {
    flex: 0 1 auto;           /* natural width, but can shrink/grow slightly */
}

.featured-category-btns .btn {
    min-width: 140px;         /* prevent tiny buttons on short labels */
    width: 100%;              /* fill the li width */
    text-align: center;
    white-space: nowrap;
    padding: 12px 24px;       /* generous horizontal padding */
    font-size: 16px;
    box-sizing: border-box;
}

/* Mobile: stack vertically, full-width buttons */
@media (max-width: 767px) {
    .featured-category-btns {
        flex-direction: column;
        align-items: center;
        gap: 12px;            /* only vertical spacing when stacked */
        margin: 20px auto 35px;
    }
    
    .featured-category-btns li {
        width: 100%;          /* full width container */
        max-width: 400px;     /* optional: don't let them stretch too wide on tablets */
    }
    
    .featured-category-btns .btn {
        width: 100%;          /* truly full-width button */
        min-width: 0;         /* override desktop min-width */
        padding: 14px 20px;   /* slightly taller for touch-friendliness */
        font-size: 15px;
    }
}
/* Custom image icon for white-label feature */
.feature-ico-img {
    width: 42px;
    height: auto;
    display: block;
    margin: 0 auto 8px auto;   /* same margin-bottom as .feature-ico */
    object-fit: contain;       /* keeps aspect ratio perfect */
}
