/* ==========================================================================
   RoboTalker Modern Stylesheet
   Consolidated from core.min.css, robotalker.css, blog.css
   Removes Bootstrap/MDB duplication - relies on Bootstrap 4 CDN for grid/nav
   ========================================================================== */

/* ==========================================================================
   CSS Custom Properties (Theme)
   ========================================================================== */

:root {
    --rt-primary: #e9435a;
    --rt-primary-hover: #bd2e42;
    --rt-primary-light: #ec6d80;
    --rt-navy: #1d2b48;
    --rt-navy-dark: #23262f;
    --rt-navy-deep: #12192c;
    --rt-navy-icon: #1c2b48;
    --rt-navy-accent: #435a86;
    --rt-section-alt: #eaecf0;
    --rt-section-signup: #6c7d9b;
    --rt-text-dark: #1f3252;
    --rt-text-body: #212529;
    --rt-text-muted: #cacdd8;
    --rt-border-light: #cbcfda;
    --rt-border-medium: #737985;
    --rt-white: #ffffff;
    --rt-blog-accent: #292dc2;
    --rt-blog-hover: #1d184a;
    --rt-fcc-blue: #0056A7;
    --rt-hipaa-blue: #1E6BB8;
    --rt-card-bg: #F9F7F7;
    --rt-offer-bg: #fbfbfb;
    --rt-transition: 0.3s ease-in-out;
    --rt-shadow-sm: 0 2px 8px rgba(0,0,0,0.08);
    --rt-shadow-md: 0 4px 16px rgba(0,0,0,0.12);
    --rt-shadow-lg: 0 8px 30px rgba(0,0,0,0.15);
    --rt-radius-sm: 6px;
    --rt-radius-md: 8px;
    --rt-radius-lg: 12px;
}

/* ==========================================================================
   Font Face Declarations (with font-display: swap for fast rendering)
   ========================================================================== */

@font-face {
    font-family: 'FuturaBT-Light';
    font-style: normal;
    font-weight: normal;
    font-display: swap;
    src: url('fonts/FuturaBT-Light.eot');
    src: url('fonts/FuturaBT-Light.woff2') format('woff2'),
         url('fonts/FuturaBT-Light.woff') format('woff'),
         url('fonts/FuturaBT-Light.ttf') format('truetype'),
         url('fonts/FuturaBT-Light.svg#FuturaBT-Light') format('svg'),
         url('fonts/FuturaBT-Light.eot?#iefix') format('embedded-opentype');
}

@font-face {
    font-family: 'FuturaBT-Medium';
    font-style: normal;
    font-weight: normal;
    font-display: swap;
    src: url('fonts/FuturaBT-Medium.eot');
    src: url('fonts/FuturaBT-Medium.woff2') format('woff2'),
         url('fonts/FuturaBT-Medium.woff') format('woff'),
         url('fonts/FuturaBT-Medium.ttf') format('truetype'),
         url('fonts/FuturaBT-Medium.svg#FuturaBT-Medium') format('svg'),
         url('fonts/FuturaBT-Medium.eot?#iefix') format('embedded-opentype');
}

@font-face {
    font-family: 'FuturaPT-Light';
    font-style: normal;
    font-weight: normal;
    font-display: swap;
    src: url('fonts/FuturaPT-Light.eot');
    src: url('fonts/FuturaPT-Light.woff2') format('woff2'),
         url('fonts/FuturaPT-Light.woff') format('woff'),
         url('fonts/FuturaPT-Light.ttf') format('truetype'),
         url('fonts/FuturaPT-Light.svg#FuturaPT-Light') format('svg'),
         url('fonts/FuturaPT-Light.eot?#iefix') format('embedded-opentype');
}

@font-face {
    font-family: 'FuturaPT-Book';
    font-style: normal;
    font-weight: normal;
    font-display: swap;
    src: url('fonts/FuturaPT-Book.eot');
    src: url('fonts/FuturaPT-Book.woff2') format('woff2'),
         url('fonts/FuturaPT-Book.woff') format('woff'),
         url('fonts/FuturaPT-Book.ttf') format('truetype'),
         url('fonts/FuturaPT-Book.svg#FuturaPT-Book') format('svg'),
         url('fonts/FuturaPT-Book.eot?#iefix') format('embedded-opentype');
}

@font-face {
    font-family: 'FuturaPT-Medium';
    font-style: normal;
    font-weight: normal;
    font-display: swap;
    src: url('fonts/FuturaPT-Medium.eot');
    src: url('fonts/FuturaPT-Medium.woff2') format('woff2'),
         url('fonts/FuturaPT-Medium.woff') format('woff'),
         url('fonts/FuturaPT-Medium.ttf') format('truetype'),
         url('fonts/FuturaPT-Medium.svg#FuturaPT-Medium') format('svg'),
         url('fonts/FuturaPT-Medium.eot?#iefix') format('embedded-opentype');
}

@font-face {
    font-family: 'FuturaPT-Bold';
    font-style: normal;
    font-weight: normal;
    font-display: swap;
    src: url('fonts/FuturaPT-Bold.eot');
    src: url('fonts/FuturaPT-Bold.woff2') format('woff2'),
         url('fonts/FuturaPT-Bold.woff') format('woff'),
         url('fonts/FuturaPT-Bold.ttf') format('truetype'),
         url('fonts/FuturaPT-Bold.svg#FuturaPT-Bold') format('svg'),
         url('fonts/FuturaPT-Bold.eot?#iefix') format('embedded-opentype');
}

/* ==========================================================================
   Base / Reset
   ========================================================================== */

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

html, body {
    font-family: FuturaPT-Book, 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 0.01em;
    overflow-x: hidden;
}

body {
    background-color: var(--rt-white);
    color: var(--rt-text-body);
}

a { color: inherit; }
a:hover, a:focus, a:active, a:visited {
    color: inherit;
    text-decoration: none;
}

p { line-height: 1.6; }

/* ==========================================================================
   Typography
   ========================================================================== */

h1, h2 {
    font-family: FuturaPT-Bold;
    font-size: 1.55rem;
    font-weight: 900;
    letter-spacing: 0.027em;
    margin-bottom: 0.75rem;
    text-transform: uppercase;
    color: var(--rt-navy);
    -webkit-text-stroke: 0.45px var(--rt-navy);
}

h3 {
    color: var(--rt-primary);
    font-family: FuturaBT-Medium, FuturaPT-Medium;
    font-size: 1.25rem;
    font-weight: 500;
    letter-spacing: 0.007em;
    margin-bottom: 1.25rem;
    text-transform: uppercase;
}

h3.title {
    font-size: 1.25rem;
    font-family: FuturaBT-Medium;
    font-weight: 500;
}

h4 {
    font-weight: 600;
    line-height: 1.4;
    color: var(--rt-text-body);
}

h6 {
    font-size: 1.1rem;
    letter-spacing: 0.08rem;
}

.mb-3 { margin-bottom: 3rem; }
.mt-40 { margin-top: 40px; }
.mt-6, .my-6 { margin-top: 3.5rem; }

.f-bt-medium {
    font-family: FuturaBT-Medium;
    font-size: 1.4rem;
}

hr {
    border: 0;
    border-top: 2px solid var(--rt-primary);
    margin: 1.5rem 0;
}

/* ==========================================================================
   Color Scheme (.cs1)
   ========================================================================== */

.cs1 .bg-dark {
    background-color: var(--rt-navy) !important;
    color: var(--rt-white);
}

.cs1 .bg-dark-dark {
    background-color: var(--rt-navy-dark);
}

.cs1 a.btn-primary, .cs1 .btn-primary {
    background-color: var(--rt-primary);
    border-color: var(--rt-primary);
    color: var(--rt-white);
}

.cs1 .btn-primary:hover,
.cs1 .btn-primary:focus,
.cs1 .btn-primary:active {
    background-color: var(--rt-primary-hover) !important;
    border-color: var(--rt-primary-hover) !important;
}

.cs1 .line-divider {
    border-top-color: #c0515d;
    color: var(--rt-text-muted);
}

.cs1 footer.bg-dark a:hover:not(.btn),
.cs1 footer.bg-dark a:focus:not(.btn),
.cs1 footer.bg-dark a:active:not(.btn),
.cs1 footer.bg-dark a:visited:not(.btn) {
    color: #cdcccc;
}

#container > section:nth-child(2n+1) {
    background-color: var(--rt-section-alt);
}

/* ==========================================================================
   Color Helpers
   ========================================================================== */

.cm1 {
    background-color: var(--rt-navy);
    color: var(--rt-text-muted);
}

.cm1-dark {
    background-color: var(--rt-navy-dark);
    color: var(--rt-white);
}

.textLink {
    color: var(--rt-navy);
    font-weight: bold;
}

.dytext {
    color: var(--rt-primary);
    font-weight: bold;
}

/* ==========================================================================
   Navigation
   ========================================================================== */

.navbar {
    border-bottom: 2px solid var(--rt-border-medium);
    backdrop-filter: blur(10px);
    background-color: var(--rt-navy) !important;
}

.navbar-dark .navbar-nav .nav-link {
    color: var(--rt-white) !important;
    font-weight: 500;
    transition: color var(--rt-transition);
}

.navbar-dark .navbar-nav .nav-link:hover {
    color: var(--rt-primary) !important;
}

#mainmenu .navbar-nav {
    justify-content: space-around;
    margin-left: auto;
}

.nav-item, #mainmenu .btn {
    margin-left: 25px;
}

.nav-item {
    font-size: 0.9rem;
    min-height: 1px;
    position: relative;
}

.navbar .btn,
#mainmenu .btn,
#mainmenu .btn-primary,
a.btn.btn-primary,
.btn.btn-primary {
    border-radius: 6px !important;
    padding: .35rem 1.2rem;
    box-shadow: 1px 1px 3px #000;
}

/* Dropdown menu */
.navbar .dropdown-menu {
    background: var(--rt-navy);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: var(--rt-radius-sm);
    box-shadow: var(--rt-shadow-md);
    margin-top: 0.5rem;
    padding: 0.5rem 0;
}

.navbar .dropdown-item {
    color: var(--rt-white);
    font-size: 0.85rem;
    padding: 0.6rem 1.5rem;
    transition: all var(--rt-transition);
}

.navbar .dropdown-item:hover {
    background: rgba(255,255,255,0.08);
    color: var(--rt-primary);
}

/* Logo */
.logo {
    margin-left: -15px;
}

.logo img {
    max-width: 180px;
    width: 100%;
}

@media screen and (min-width: 768px) {
    .big_logo .navbar-brand {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media screen and (min-width: 992px) {
    .big_logo .navbar-brand {
        flex: 0 0 25%;
        max-width: 25%;
    }
}

.big_logo .navbar-brand { margin-bottom: -37px; }
.big_logo .navbar { padding-bottom: 10px; }

/* Mobile Nav */
@media screen and (max-width: 767px) {
    .navbar-collapse {
        text-align: center;
    }

    #mainmenu .navbar-nav {
        margin: auto;
        text-align: center;
    }

    #mainmenu .nav-item {
        margin: auto;
        margin-bottom: 0px;
        width: 60%;
    }

    #mainmenu.navbar-collapse.show .nav-item {
        border-bottom: 1px solid var(--rt-primary);
        margin-bottom: 20px;
    }

    .nav-item, #mainmenu .btn {
        margin-left: 0;
    }

    .nav-item, .navbar-nav {
        transition: all ease-out 1s;
    }
}

@media (max-width: 1200px) {
    .nav-item, #mainmenu .btn {
        margin-left: 10px;
    }
}

/* ==========================================================================
   Buttons
   ========================================================================== */

.btn,
.button.outline,
.button.outlineDemo {
    font-family: FuturaBT-Light !important;
    font-size: 0.9rem;
    font-weight: 500;
    letter-spacing: 0.031em;
    border: 1px solid;
    border-radius: 6px !important;
    padding: .45rem 1.5rem;
    transition: all var(--rt-transition);
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
}

a.btn,
button.btn,
.btn-primary,
.btn-info,
.btn-warning,
.btn-secondary,
.btn-success,
.btn-danger,
.btn-light,
.btn-dark,
.btn-link,
.btn-outline-primary,
.btn-outline-secondary,
.btn-outline-info,
.btn-outline-warning,
.btn-outline-danger {
    border-radius: 6px !important;
}

button.btn:active,
button.btn:hover,
button.btn:focus,
button.btn:visited,
button.btn:active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.button.outline:active,
.button.outline:focus,
.button.outlineDemo:active,
.button.outlineDemo:focus {
    box-shadow: none !important;
    outline: none !important;
}

.btn:hover,
.button.outline:hover,
.button.outlineDemo:hover {
    transform: translateY(-1px);
    box-shadow: var(--rt-shadow-md);
}

/* Color variants */
.btn-primary {
    background-color: var(--rt-primary);
    border-color: var(--rt-primary);
    color: var(--rt-white);
}

.btn-primary:hover {
    background-color: var(--rt-primary-hover);
    border-color: var(--rt-primary-hover);
}

.btn-info {
    background-color: #17a2b8;
    border-color: #17a2b8;
    color: var(--rt-white);
}

.btn-info:hover {
    background-color: #138496;
    border-color: #117a8b;
}

.btn-warning {
    background-color: #ffc107;
    border-color: #ffc107;
    color: #212529;
}

.btn-warning:hover {
    background-color: #e0a800;
    border-color: #d39e00;
}

.btn-secondary {
    background-color: #6c757d;
    border-color: #6c757d;
    color: var(--rt-white);
}

.btn-secondary:hover {
    background-color: #5a6268;
    border-color: #545b62;
}

.btn.btn-secondary {
    background-color: transparent;
    border-width: 2px;
    box-shadow: var(--rt-shadow-sm);
}

.button.outline {
    background: var(--rt-navy-icon);
    border-color: var(--rt-white);
    color: var(--rt-white);
}

.button.outline:hover {
    background: var(--rt-navy-dark);
}

.button.outlineDemo {
    background: var(--rt-navy-dark);
    border-color: var(--rt-white);
    color: var(--rt-white);
}

.button.outlineDemo:hover {
    background: var(--rt-primary-hover);
}

@media screen and (min-width: 1200px) {
    .btn {
        min-width: 180px;
    }
}

/* ==========================================================================
   Underscore Form (Trial Request Banner)
   ========================================================================== */

.underscore-wr {
    align-items: stretch;
    box-shadow: 2px 3px 3px -1px #333;
    display: inline-flex;
    flex-direction: row-reverse;
    margin-right: auto;
}

.form-underscore {
    background: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255,255,255,0.2);
    border-radius: 4px 0 0 4px;
    color: var(--rt-white);
    padding: 0.5rem 1.25rem;
    transition: all 0.25s ease;
    min-width: 220px;
}

.form-underscore:focus {
    outline: none;
    background: rgba(255, 255, 255, 0.25);
    border-color: rgba(255,255,255,0.4);
}

.underscore-wr .btn {
    text-transform: uppercase;
}

.underscore-wr .btn-primary:hover,
.underscore-wr .btn-primary:focus {
    background-color: var(--rt-primary) !important;
    box-shadow: inset -220px 0 0 0 var(--rt-primary-hover);
}

.underscore-wr .btn-primary:hover + .form-underscore,
.underscore-wr .btn-primary:focus + .form-underscore {
    box-shadow: inset -300px 0 0 0 var(--rt-section-alt);
    color: #333;
}

#trialreq-call {
    border-radius: 0 4px 4px 0 !important;
}

.form-underscore::-webkit-input-placeholder { color: var(--rt-text-muted); font-style: italic; }
.form-underscore::-moz-placeholder { color: var(--rt-text-muted); }
.form-underscore:-ms-input-placeholder { color: var(--rt-text-muted); }

/* ==========================================================================
   Banner
   ========================================================================== */

.banner {
    height: 45vh;
    max-height: 400px;
    max-width: 100%;
    overflow: hidden;
    position: relative;
}

.banner-bg {
    background: #000000;
    height: 100%;
    min-width: 100%;
    position: absolute;
    right: 0px;
    object-fit: cover;
}

.banner-description {
    bottom: 40px;
    color: var(--rt-white);
    margin-left: 12%;
    max-width: 100%;
    position: absolute;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}

.banner-description h1 {
    font-size: 1.8rem;
    color: var(--rt-white);
}

#trialreq-status {
    margin-top: 8px;
    position: absolute;
    text-align: center;
}

@media (max-width: 768px) {
    .banner {
        height: auto;
        max-height: none;
    }

    .banner-description {
        margin-top: 130px;
        position: relative;
    }
}

/* ==========================================================================
   Ken Burns Animation
   ========================================================================== */

.kenburns-bottom-right {
    animation: kenburns-bottom-right 5s ease-out both;
}

@keyframes kenburns-bottom-right {
    0% {
        transform: scale(1) translate(0, 0);
        transform-origin: 84% 84%;
    }
    100% {
        transform: scale(1.25) translate(20px, 15px);
        transform-origin: right bottom;
    }
}

/* ==========================================================================
   Content Sections
   ========================================================================== */

#container > section {
    padding: 68px 0;
}

.video-description {
    align-items: center;
}

.video-border {
    border: 8px solid var(--rt-border-light);
    border-radius: 2px;
    box-shadow: 4px 3px 10px #333;
}

.video-borderS {
    border: 3px solid var(--rt-border-light);
    border-radius: 2px;
    box-shadow: 1px 1px 6px #333;
}

/* Section backgrounds */
#container .signup {
    background: url("/bootstrap/img/pattern-4.jpg");
    background-blend-mode: multiply;
    background-color: var(--rt-section-signup);
}

#container .contact {
    background: url("/bootstrap/img/pattern-8.jpg");
    background-blend-mode: difference;
    background-color: #f7f8ff;
}

#container .reports {
    background: url("/bootstrap/img/pattern-3.jpg");
    background-blend-mode: difference;
    background-color: var(--rt-navy-deep);
}

#container .darkback {
    background: url("/bootstrap/img/pattern-3.jpg");
    background-blend-mode: difference;
    background-color: #000000;
}

/* Pattern backgrounds */
.bg-1 { background: url(/bootstrap/img/pattern-5.jpg) repeat; }
.bg-2 { background: url(/bootstrap/img/pattern-4.jpg) repeat; }
.bg-3 { background: url(/bootstrap/img/pattern-7.jpg) repeat; }
.bg-4 { background: url(/bootstrap/img/pattern-1.jpg) repeat; }
.bg-5 { background: url(/bootstrap/img/pattern-2.jpg) repeat; }
.bg-6 { background: url(/bootstrap/img/pattern-3.jpg) repeat; }

/* ==========================================================================
   Cards (FAQ Accordion)
   ========================================================================== */

.card {
    border: none;
    border-radius: var(--rt-radius-md);
    background: var(--rt-card-bg);
    box-shadow: var(--rt-shadow-sm);
    transition: all var(--rt-transition);
}

.card:hover {
    box-shadow: var(--rt-shadow-md);
}

.card-header {
    margin-top: 10px !important;
    background-color: rgba(0, 0, 0, .08);
    border-radius: var(--rt-radius-md) var(--rt-radius-md) 0 0 !important;
    cursor: pointer;
    padding: 0;
    font-weight: bold;
}

.card-header:not(:first-child) {
    margin-top: 2rem;
}

.card-header h4 {
    margin-bottom: 0;
    padding: 1rem 1.5rem;
    font-size: 1.1rem;
}

.card .collapse.show {
    background: #f8f8f8;
    border-radius: 0 0 var(--rt-radius-md) var(--rt-radius-md) !important;
    padding: 1rem 1.5rem;
}

.modal-body {
    background: var(--rt-card-bg);
    padding: 20px !important;
}

/* ==========================================================================
   Tables
   ========================================================================== */

.table-header {
    background: var(--rt-border-light);
    border: 1px solid black;
    border-bottom: none;
    color: #2e3136;
    margin-bottom: 0;
    padding: 0.6em 1em;
    font-weight: 600;
    border-radius: var(--rt-radius-sm) var(--rt-radius-sm) 0 0;
}

.table {
    border: 1px solid black;
    border-top: none;
    border-radius: 0 0 var(--rt-radius-sm) var(--rt-radius-sm);
    overflow: hidden;
}

table {
    border: 1px solid black;
}

.table th, .table td {
    border-bottom: none;
    border-top: none;
    color: #333333;
    font-family: FuturaPT-Book;
    padding: 0.7em;
}

.table th:first-child, .table td:first-child {
    padding-left: 40px;
}

.table th:not(:last-child), .table td:not(:last-child) {
    border-right: 1px solid black;
}

.table thead th {
    border-bottom: none;
    color: var(--rt-text-dark);
    font-weight: 600;
    text-transform: capitalize;
    background: rgba(0,0,0,0.02);
}

.table tbody tr:nth-child(2n + 1) {
    background: var(--rt-border-light);
}

td {
    background-color: inherit !important;
    font-family: inherit !important;
}

/* ==========================================================================
   Offer Blocks (Pricing)
   ========================================================================== */

.offer-block {
    background: var(--rt-offer-bg);
    border-left: 8px solid var(--rt-primary-light);
    border-radius: var(--rt-radius-md);
    box-shadow: var(--rt-shadow-sm);
    padding: 2rem 1.5rem;
    text-align: center;
    transition: all var(--rt-transition);
}

.offer-block:hover {
    box-shadow: var(--rt-shadow-md);
    transform: translateY(-2px);
}

.offer-block .price-title {
    color: var(--rt-primary-light);
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 0.75rem;
}

.offer-block:last-child {
    border-left-color: var(--rt-navy-accent);
}

.offer-block:last-child .price-title {
    color: var(--rt-navy-accent);
}

.large {
    font-size: 3em;
}

/* ==========================================================================
   Icons (Circle)
   ========================================================================== */

.fa.square, .squareicon .fa,
.fas.square, .squareicon .fas,
.fab.square, .squareicon .fab,
.far.square, .squareicon .far,
i.square, .squareicon i {
    align-items: center;
    background: rgba(28, 43, 72, 0.12);
    border-radius: .3em;
    color: var(--rt-navy-icon);
    display: inline-flex;
    height: 1.5em;
    justify-content: center;
    width: 1.5em;
}

.icon-wr {
    display: flex;
    font-size: 2rem;
    height: 100%;
    justify-content: center;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    max-height: 4rem;
    max-width: 4rem;
    width: 100%;
}

.icon-wr > * {
    z-index: 2;
}

.icon-wr::before {
    background: #a2b2d4;
    border-radius: 50%;
    content: "";
    height: 2em;
    margin: auto;
    position: absolute;
    width: 2em;
    z-index: 1;
}

.icon-wr + h4 {
    font-family: FuturaPT-Light;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .icon-wr {
        display: inline-flex;
        font-size: 1rem;
        max-height: 2rem;
        position: absolute;
        width: 1rem;
    }

    .icon-wr + h4 {
        margin-left: 3rem;
        text-align: left;
    }
}

/* ==========================================================================
   Social Media Icons
   ========================================================================== */

.social a {
    align-items: center;
    border: 1px solid var(--rt-white);
    border-radius: 4px;
    display: inline-flex;
    height: 1.8rem;
    justify-content: center;
    line-height: 22px;
    margin-left: 14px;
    transition: all var(--rt-transition);
    width: 1.8rem;
}

.social a:hover {
    border-color: var(--rt-text-muted);
    border-radius: 18px;
}

/* ==========================================================================
   Compliance Badges
   ========================================================================== */

.compliance-badge {
    align-items: center;
    background: var(--rt-white);
    border-radius: var(--rt-radius-md);
    box-shadow: var(--rt-shadow-sm);
    display: inline-flex;
    margin: 4px;
    padding: 5px 9px;
    transition: transform var(--rt-transition);
    width: 195px;
}

.compliance-badge:hover {
    transform: translateY(-2px);
    box-shadow: var(--rt-shadow-md);
}

.compliance-badge i {
    font-size: 2rem;
    margin-right: 15px;
}

.badge-text {
    display: flex;
    flex-direction: column;
    margin: auto;
}

.compliance-title {
    color: var(--rt-hipaa-blue) !important;
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 1.2;
}

.compliance-subtitle {
    color: var(--rt-hipaa-blue) !important;
    font-size: 0.9rem;
}

.fcc-badge i {
    color: var(--rt-fcc-blue);
}

.fcc-badge .compliance-title {
    color: var(--rt-fcc-blue);
}

.hipaa-badge i {
    color: var(--rt-hipaa-blue) !important;
}

.hipaa-badge .compliance-title {
    color: var(--rt-hipaa-blue) !important;
}

/* ==========================================================================
   API Blocks
   ========================================================================== */

.api_wr {
    background: var(--rt-navy);
    border-radius: var(--rt-radius-sm);
    box-shadow: var(--rt-shadow-sm);
    display: flex;
    margin: auto;
    margin-bottom: 3rem;
    overflow: hidden;
    padding: 0;
}

.api_head i {
    margin-bottom: .5rem;
}

.api_head {
    align-items: center;
    color: var(--rt-white);
    display: flex;
    flex-direction: column;
    font-size: 3rem;
    justify-content: center;
    min-width: 8rem;
    text-align: center;
}

.api_block {
    background: var(--rt-offer-bg);
    border-radius: 300px 0 0 300px;
    padding: 1.6rem 1.6rem 1.6rem 4rem;
    width: 100%;
}

.api_block .link {
    color: var(--rt-navy);
    font-weight: 700;
}

.api_block .link:hover {
    color: #1f468f;
}

.button-right {
    align-items: baseline;
    display: flex;
    justify-content: flex-end;
}

/* ==========================================================================
   Metro Tiles
   ========================================================================== */

.metro_wr {
    background: var(--rt-white);
    background: url('/bootstrap/img/bg_tiles.jpg') center center no-repeat;
    background-size: cover;
}

.metro_style {
    border: 10px solid var(--rt-section-alt);
    overflow: hidden;
    padding: 0;
}

.metro_style > a {
    background: transparent;
    box-shadow: var(--rt-shadow-sm);
    display: block;
    height: 100%;
    padding: 0;
    transition: all var(--rt-transition);
}

.metro_style > a:hover,
.metro_style > a:focus,
.metro_style > a:active {
    background-color: rgb(243, 203, 210);
}

.metro_style > a:hover img,
.metro_style > a:focus img,
.metro_style > a:active img {
    transform: scale(1.1);
    transform-origin: bottom right;
}

.metro_style img {
    align-self: center;
    transition: all var(--rt-transition);
    width: 100%;
}

.metro_style .text_wr {
    height: 100%;
    padding: 1.54rem 2.5rem;
    position: absolute;
    top: 0;
}

.metro_tile {
    height: 0;
    width: 100%;
    padding-bottom: 70%;
}

.metro_wr div.d-flex {
    position: absolute;
    width: 100%;
}

.metro_style i {
    color: #e9ebf4;
    padding: 16px;
}

.text-underline {
    text-decoration: underline;
}

/* ==========================================================================
   Testimonial Carousel
   ========================================================================== */

.testimonial {
    padding-left: 0;
    text-align: center;
}

#bx-pager {
    display: flex;
    justify-content: space-between;
    justify-items: center;
    margin: 2rem auto .75em;
    max-width: 100%;
    padding-left: 0;
}

#bx-pager img {
    filter: blur(1px) grayscale(80%);
    transform: scale(1);
    transition: all ease-in-out .3s;
    width: 100%;
}

#bx-pager li {
    display: inline-block;
    width: 18%;
}

#bx-pager .active img {
    filter: blur(0);
    transform: scale(1.22);
}

/* ==========================================================================
   Image Slider (LightSlider)
   ========================================================================== */

#reportsSlider img {
    display: block;
    margin: auto;
    max-height: 100%;
}

.lSSlideOuter.vertical {
    margin: auto;
    max-width: 90%;
}

.lSSlideOuter .lSPager.lSGallery img {
    min-height: 100% !important;
}

.lSSlideOuter .lSPager.lSGallery {
    overflow: visible !important;
}

.lSSlideOuter .lSPager.lSGallery li {
    border: 6px solid var(--rt-navy-dark);
    border-radius: 5px;
    display: inline-block;
    overflow: visible !important;
    transition: 0.3s;
}

.lSSlideOuter .lSPager.lSGallery li.active {
    border-left-color: var(--rt-primary);
    box-shadow: var(--rt-primary) -5px 0px 4px -3px;
    position: relative;
}

.lslide {
    display: flex;
    justify-content: center;
}

.lSSlideWrapper #reportsSlider li img {
    border: 8px solid #333;
    border-radius: 5px;
    max-width: 100%;
}

@media screen and (max-width: 767px) {
    #reportsSlider li {
        max-height: 50vh;
    }
}

/* ==========================================================================
   Video.js Player (base styles now in videojs.css; custom overrides only)
   ========================================================================== */

.video-js {
    background-color: #000;
    box-sizing: border-box;
    color: #fff;
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    padding: 0;
    position: relative;
    vertical-align: top;
    word-break: initial;
}

.video-js:-moz-full-screen {
    position: absolute;
}

.video-js:-webkit-full-screen {
    height: 100% !important;
    width: 100% !important;
}

.video-js.vjs-fluid,
.video-js.vjs-16-9,
.video-js.vjs-4-3 {
    height: 0;
    max-width: 100%;
    width: 100%;
}

.video-js.vjs-16-9 {
    padding-top: 56.25%;
}

.video-js.vjs-4-3 {
    padding-top: 75%;
}

.video-js.vjs-fill {
    height: 100%;
    width: 100%;
}

.video-js[tabindex="-1"] {
    outline: none;
}

.video-js *,
.video-js :before,
.video-js :after {
    box-sizing: inherit;
}

.video-js ul {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    list-style-position: outside;
    margin: 0;
}

.video-js .vjs-tech {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

body.vjs-full-window {
    height: 100%;
    margin: 0;
    padding: 0;
}

.vjs-full-window .video-js.vjs-fullscreen {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1000;
}

.video-js.vjs-fullscreen {
    height: 100% !important;
    padding-top: 0 !important;
    width: 100% !important;
}

.video-js.vjs-fullscreen.vjs-user-inactive {
    cursor: none;
}

.vjs-hidden {
    display: none !important;
}

.vjs-disabled {
    cursor: default;
    opacity: .5;
}

.video-js .vjs-offscreen {
    height: 1px;
    left: -9999px;
    position: absolute;
    top: 0;
    width: 1px;
}

.vjs-lock-showing {
    display: block !important;
    opacity: 1;
    visibility: visible;
}

.vjs-no-js {
    background-color: #000;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    height: 150px;
    margin: 0 auto;
    padding: 20px;
    text-align: center;
    width: 300px;
}

.vjs-no-js a,
.vjs-no-js a:visited {
    color: #66A8CC;
}

.vjs-controls-disabled .vjs-control-bar,
.vjs-using-native-controls .vjs-control-bar,
.vjs-error .vjs-control-bar {
    display: none !important;
}

.vjs-audio.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
    opacity: 1;
    visibility: visible;
}

.vjs-has-started.vjs-no-flex .vjs-control-bar {
    display: table;
}

.video-js .vjs-control {
    flex: none;
    height: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    text-align: center;
    width: 4em;
}

.vjs-button > .vjs-icon-placeholder:before {
    font-size: 1.8em;
    line-height: 1.67;
}

.video-js .vjs-control:focus:before,
.video-js .vjs-control:hover:before,
.video-js .vjs-control:focus {
    text-shadow: 0 0 1em #fff;
}

.video-js .vjs-control-text {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.vjs-no-flex .vjs-control {
    display: table-cell;
    vertical-align: middle;
}

.video-js .vjs-custom-control-spacer {
    display: none;
}

.video-js .vjs-progress-control {
    align-items: center;
    cursor: pointer;
    display: flex;
    flex: auto;
    min-width: 4em;
    touch-action: none;
}

.video-js .vjs-progress-control.disabled {
    cursor: default;
}

.vjs-live .vjs-progress-control {
    display: none;
}

.vjs-no-flex .vjs-progress-control {
    width: auto;
}

.video-js .vjs-progress-holder {
    flex: auto;
    height: .3em;
    transition: all .2s;
}

.video-js .vjs-progress-control .vjs-progress-holder {
    margin: 0 10px;
}

.video-js .vjs-progress-control:hover .vjs-progress-holder {
    font-size: 1.6666666666667em;
}

.video-js .vjs-big-play-button {
    background-color: rgba(255, 255, 255, 0.86) !important;
    border: none !important;
    border-radius: 50% !important;
    color: var(--rt-primary) !important;
    font-size: 3.5rem !important;
    height: 4.6rem !important;
    left: 50% !important;
    line-height: 4.6rem !important;
    margin-left: -2rem !important;
    margin-top: -2rem !important;
    outline: none !important;
    top: 50% !important;
    transition: .5s !important;
    width: 4.6rem !important;
}

.video-js:hover .vjs-big-play-button {
    background-color: #ffffff !important;
    transform: scale(1.1);
}

.vjs-icon-next-item:before {
    content: "\f11f";
}

.vjs-icon-previous-item:before {
    content: "\f120";
}

video::-webkit-media-text-track-display {
    transform: translateY(-3em);
}

/* Video playlist thumbs */
.videothumbs {
    flex-wrap: nowrap;
    margin-bottom: 8px;
    width: 100%;
}

.videothumbs a, .videothumbs > div {
    box-sizing: content-box;
    display: inline-block;
    left: 0;
    position: relative;
    transition: .35s;
}

.videothumbs img {
    display: block;
    float: left;
    margin-right: 20px;
    width: 30%;
}

.videothumbs .video-overlay {
    display: block;
}

.btop {
    border-top: 1px solid var(--rt-navy-dark);
    padding-top: 5px;
}

.videoPlaylist .videothumbs a:hover {
    box-shadow: 7px 4px 37px -7px #333;
    left: -10px;
    transform: scale(1.01);
}

/* ==========================================================================
   Detail Description (Video Descriptions)
   ========================================================================== */

.detail_descr {
    padding: 1rem 0.25rem;
    color: var(--rt-text-body);
}

.detail_descr h4 {
    color: var(--rt-navy);
    font-size: 1.15rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.detail_descr p {
    color: var(--rt-text-body);
    font-size: 0.95rem;
    line-height: 1.55;
}

/* ==========================================================================
   Bootstrap 5 Ratio Utility (for demo.html compatibility)
   ========================================================================== */

.ratio {
    position: relative;
    width: 100%;
}

.ratio::before {
    display: block;
    padding-top: var(--rt-aspect-ratio, 56.25%);
    content: "";
}

.ratio > * {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ratio-16x9 {
    --rt-aspect-ratio: 56.25%;
}

.ratio-4x3 {
    --rt-aspect-ratio: 75%;
}

.ratio-1x1 {
    --rt-aspect-ratio: 100%;
}

.ratio-21x9 {
    --rt-aspect-ratio: 42.85714%;
}

/* ==========================================================================
   Signup Modal
   ========================================================================== */

.signup .section-title {
    color: var(--rt-primary);
    padding-top: 40px;
    text-align: center;
}

.modal-header {
    border-bottom: none;
    display: block;
    padding: 2rem 2rem 0;
    text-align: center;
}

.modal-header h3 {
    font-size: 1.2rem;
}

.modal-body {
    padding: 2.5rem 2rem;
}

.modal-body .form-header:not(:first-child) {
    margin-top: 1.5rem;
}

.modal-body .form-header {
    margin-bottom: 1rem;
}

.modal-body .col-sm-6 {
    margin-bottom: 0.7rem;
}

.modal-body .line {
    border-bottom: 1px solid #c9c9c9;
    display: flex;
    top: 50%;
    z-index: 1;
}

.form-control {
    border-color: #949494;
}

.form-control:focus {
    background-color: rgba(255, 255, 255, 0.8);
    border-color: var(--rt-navy-deep);
    box-shadow: none;
    color: #495057;
    outline: 0;
}

.modal-body .textlinks a {
    color: #909090;
    text-decoration: underline;
}

.modal-content {
    background: rgba(255, 255, 255, 0.95);
    border: none;
    border-radius: var(--rt-radius-md);
    box-shadow: var(--rt-shadow-lg);
}

.error {
    color: #e8232c;
}

/* ==========================================================================
   Help Modal
   ========================================================================== */

.help-button {
    background-color: var(--rt-navy) !important;
    border: none;
    border-radius: 999rem;
    color: var(--rt-white) !important;
    fill: var(--rt-white) !important;
    float: right;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1px;
    margin-right: 15px;
    margin-top: 8px;
    padding: 8px 23px;
    cursor: pointer;
    transition: all var(--rt-transition);
}

.help-button:hover {
    background-color: var(--rt-primary) !important;
}

.help-button i {
    margin-right: 5px;
}

#helpModal .modal-dialog {
    bottom: -10px;
    font-family: Roboto, sans-serif;
    position: fixed;
    right: 15px;
    width: 350px;
}

#helpModal .modal-header {
    background: var(--rt-navy-icon);
    color: var(--rt-white);
    justify-content: center;
    padding: 10px;
}

#helpModal .modal-title {
    font-family: Roboto, sans-serif;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 1px;
}

#helpModal .modal-header .close {
    color: var(--rt-white);
    font-size: 15px;
    opacity: 1;
    padding: 0;
    position: absolute;
    right: 40px;
    top: 34px;
}

#helpModal .modal-body {
    max-height: 425px;
    overflow: hidden auto;
}

#helpModal .modal-body span {
    display: block;
    font-size: 14px;
}

#helpModal .modal-body .input-row {
    margin-top: 10px;
}

#helpModal .modal-body .input-row label {
    font-size: 14px;
    font-weight: bold;
}

#helpModal .modal-footer button {
    background: var(--rt-navy-icon);
    color: var(--rt-white);
    font-family: Roboto, sans-serif !important;
    font-size: 15px;
    padding: 7px;
    text-transform: none;
}

#helpResultModal .modal-dialog {
    font-family: Roboto, sans-serif;
}

#helpResultModal .modal-header {
    background: var(--rt-navy-icon);
    color: var(--rt-white);
}

#helpResultModal .modal-header .close {
    color: var(--rt-white);
    font-size: 20px;
    opacity: 1;
    text-shadow: none;
}

#helpResultModal .modal-title {
    font-family: Roboto, sans-serif;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 1px;
}

#helpResultModal .modal-body {
    padding: 15px !important;
}

#helpResultModal .modal-body span {
    font-size: 15px;
}

#helpResultModal .modal-footer {
    padding: 5px 15px !important;
}

#helpResultModal .modal-footer button {
    background: var(--rt-navy-icon);
    color: var(--rt-white);
    font-family: Roboto, sans-serif !important;
    font-size: 15px;
    padding: 7px;
    text-transform: none;
}

#helpResultModal.error .modal-header {
    background: var(--rt-primary) !important;
}

#helpResultModal.error .modal-footer button {
    background: var(--rt-primary) !important;
}

/* ==========================================================================
   Footer
   ========================================================================== */

.footer {
    bottom: 0;
    left: 0;
    position: fixed;
    text-align: center;
    width: 100%;
    z-index: 3;
}

footer.page-footer {
    padding-bottom: 80px;
}

.footer-logo {
    max-width: 200px;
}

.footer-logo-wr {
    display: block;
    margin-bottom: 26px;
}

.footer-badges {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.footer-badges .compliance-badge {
    margin: 0;
}

.footer-badges .btn-warning {
    margin-top: 4px;
    width: 195px;
}

@media screen and (max-width: 767px) {
    .footer-logo-wr {
        display: flex;
        justify-content: center;
    }
}

/* ==========================================================================
   Blog Styles
   ========================================================================== */

.blog-title {
    background-color: transparent;
    color: rgb(0, 0, 0);
    font-family: Ubuntu, sans-serif;
    font-size: 20pt;
    vertical-align: baseline;
}

.blog-sub-title {
    background-color: transparent;
    color: rgb(67, 67, 67);
    font-family: Ubuntu, sans-serif;
    font-size: 14pt;
    vertical-align: baseline;
}

.blog-sub-sub-title {
    margin-bottom: 2pt;
    margin-top: 12pt;
}

.blog-description {
    background-color: transparent;
    color: rgb(0, 0, 0);
    font-family: Ubuntu, sans-serif;
    font-size: 11pt;
    vertical-align: baseline;
}

.blog-text-link {
    background-color: transparent;
    color: rgb(17, 85, 204);
    font-family: Ubuntu, sans-serif;
    font-size: 11pt;
    text-decoration-line: underline;
}

.blog-list-item {
    background-color: transparent;
    color: rgb(67, 67, 67);
    font-family: Ubuntu, sans-serif;
    font-size: 14pt;
    list-style-type: decimal;
    vertical-align: baseline;
}

.blog-list-item-white {
    background-color: transparent;
    color: rgb(0, 0, 0);
    font-family: Ubuntu, sans-serif;
    font-size: 11pt;
    list-style-type: disc;
    vertical-align: baseline;
}

.blog-ul-item {
    margin-bottom: 0;
    margin-top: 0;
    padding-inline-start: 48px;
}

/* Blog Grid Cards */
.blog-grid {
    border: 1px solid rgba(220, 224, 229, 0.6);
    border-radius: var(--rt-radius-sm);
    box-shadow: 0 1rem 1.75rem 0 rgba(45, 55, 75, 0.1);
    height: 100%;
    position: relative;
    transition: all 0.2s ease-in-out;
}

.blog-grid:hover {
    box-shadow: 0 1.25rem 2rem 0 rgba(45, 55, 75, 0.18);
    transform: translateY(-3px);
}

.blog-grid span {
    color: var(--rt-blog-accent);
}

.blog-grid img {
    border-top-left-radius: var(--rt-radius-sm);
    border-top-right-radius: var(--rt-radius-sm);
    width: 100%;
}

.blog-grid-text {
    position: relative;
    padding: 1.25rem;
}

.blog-grid-text > span {
    color: var(--rt-blog-accent);
    font-size: 13px;
    padding-right: 5px;
}

.blog-grid-text h4 {
    line-height: normal;
    margin-bottom: 15px;
}

.blog-grid-text .meta-style2 {
    border-top: 1px dashed #cee1f8 !important;
    padding-top: 15px;
}

.blog-grid-text .meta-style2 ul li {
    font-weight: 500;
    margin-bottom: 0;
}

.blog-grid-text .meta-style2 ul li:last-child {
    margin-right: 0;
}

.blog-grid-text ul {
    margin: 0;
    padding: 0;
}

.blog-grid-text ul li {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    margin: 5px 10px 5px 0;
}

.blog-grid-text ul li:last-child {
    margin-right: 0;
}

.blog-grid-text ul li i {
    font-size: 14px;
    font-weight: 600;
    margin-right: 5px;
}

.blog-grid-text p {
    font-weight: 400;
    padding: 0;
}

.blog-grid-simple-content a:hover {
    color: var(--rt-blog-hover);
}

.blog-grid-simple-content a:hover:after {
    color: var(--rt-blog-hover);
}

/* Blog sidebar menu */
.blog-sidebar-menu .card {
    position: sticky;
    top: 20px;
}

.blog-sidebar-menu a {
    border-left: 3px solid transparent;
    padding-left: 1rem;
    transition: all 0.3s ease;
}

.blog-sidebar-menu a:hover {
    border-left-color: #0d6efd;
    transform: translateX(5px);
}

.blog-sidebar-menu small {
    font-size: 0.85em;
}

/* Blog menu items */
.ul-blog-menu {
    list-style-type: none;
    padding: 0;
}

.li-blog-menu {
    background-color: ghostwhite;
    border: 2px solid #004a99;
    border-bottom: 1px solid #ddd;
    border-radius: var(--rt-radius-sm);
    box-shadow: 4px 4px 0px #004a99;
    color: white;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    padding: 12px;
    position: relative;
    text-align: center;
    transition: all 0.2s ease-in-out;
}

.li-blog-menu:hover {
    box-shadow: 2px 2px 0px #003580;
}

.li-blog-menu:active {
    box-shadow: none;
    transform: translate(4px, 4px);
}

/* ==========================================================================
   Pagination
   ========================================================================== */

.pagination {
    border-radius: 0;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 5px;
}

.pagination ul {
    display: inline;
    margin: 0 auto;
    padding: 0;
}

.pagination li {
    display: inline;
}

.pagination a {
    background: var(--rt-white);
    border: 1px solid #dbdbdb;
    border-left-width: 0;
    float: left;
    line-height: 40px;
    padding: 0 18px;
    text-decoration: none;
}

.pagination a:hover {
    background-color: var(--rt-blog-hover);
    color: var(--rt-white);
}

.pagination .active a {
    background-color: #f7f7f7;
    color: #999;
    cursor: default;
}

.pagination .disabled span,
.pagination .disabled a {
    background-color: transparent;
    color: #999;
    cursor: default;
}

.pagination .disabled a:hover {
    background-color: transparent;
    color: #999;
    cursor: default;
}

.pagination li:first-child a {
    border-left-width: 1px;
}

.pagination button {
    cursor: pointer;
    padding: 5px 10px;
}

.pagination button.active {
    background-color: #007bff;
    color: var(--rt-white);
    font-weight: bold;
}

.pagination button:disabled {
    background-color: #ccc;
    cursor: not-allowed;
}

/* ==========================================================================
   Google Translate / Language
   ========================================================================== */

.skiptranslate {
    display: none !important;
}

.goog-logo-link, .goog-logo-link:link, .goog-logo-link:visited,
.goog-logo-link:hover, .goog-logo-link:active {
    color: #444;
    display: none;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
}

#language-option-dropdown {
    position: relative;
    top: -4px;
}

#languageDropdown {
    min-width: 50px;
    width: 75px;
}

@media (max-width: 768px) {
    #language-option-dropdown {
        position: relative;
        top: 5px;
    }
}

/* ==========================================================================
   Map
   ========================================================================== */

#container .map {
    filter: grayscale(78%) brightness(80%);
    margin: 0;
    max-height: 450px;
    padding: 0;
    position: relative;
}

.map .mapholder {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 99999;
}

/* ==========================================================================
   Misc / Utility
   ========================================================================== */

.bgall {
    color: var(--rt-white);
    display: flex;
    font-size: 26rem;
    justify-content: center;
    left: 50%;
    margin-left: -10rem;
    margin-top: 50px;
    position: absolute;
    z-index: 0;
}

@media screen and (max-width: 767px) {
    .bgall {
        font-size: 13rem;
        margin-left: -6rem;
        max-width: 100%;
    }
}

.card-block {
    margin: 20px;
}

.card-header {
    font-weight: bold;
}

#message {
    min-height: 6rem;
}

#signup-container {
    display: none;
}

.testimonials-section {
    /* hidden on mobile via media query */
}

#trialreq-phone {
    /* mobile */
}

/* ==========================================================================
   Responsive
   ========================================================================== */

@media screen and (max-width: 767px) {
    html, body {
        font-size: 15px;
    }

    .testimonials-section {
        display: none;
    }

    #trialreq-phone {
        margin-right: 10px;
        padding-left: 5px;
        width: 150px;
    }
}

@media (max-width: 768px) {
    body {
        font-size: 13px;
    }
}

/* ==========================================================================
   Transition helpers for links
   ========================================================================== */

a,
a:active,
a:focus {
    color: #575a7b;
    text-decoration: none;
    transition-duration: .2s;
    transition-timing-function: ease-in-out;
}
