html {
    font-size: 15px;
}

h1, h2, h3, h4, h5 {
    font-family: 'Nunito', sans-serif;
    font-weight: 700;
    margin-bottom: 1rem;
}

dl {
    font-family: 'Nunito', sans-serif;
}

html.smooth-scroll {
    scroll-behavior: smooth;
}

.blur {
    -webkit-filter: blur(10px);
    filter: blur(10px);
}


label {
    margin-bottom: 0;
}

body {
    padding-top: 70px;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    color: #4D5261;
}

body div#root, body div#root #content {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

body.help {
    padding-top: 70px;
}

body.help .tsd-page-title > .container {
    padding-bottom: 0;
}

body.help .container {
    padding-bottom: 100px;
}

section a.anchor {
    position: relative;
    top: -110px;
}

a {
    color: #2083D5;
}

.text-uppercase {
    letter-spacing: 1px;
}

.navbar-brand {
    font-family: 'Nunito', sans-serif;
}

.navbar {
    min-height: 70px;
    background-color: white;
    padding: 0;
}

.navbar-light .navbar-brand, .navbar-light .navbar-nav .nav-link,
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus,
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:active {
    color: #566c90 !important;
    outline: none;
}

.navbar-dark .navbar-brand, .navbar-light .navbar-nav .nav-link,
.navbar-dark .navbar-brand:hover, .navbar-light .navbar-brand:focus,
.navbar-dark .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:active {
    color: white;
    outline: none;
}

.navbar-dark {
    background-color: transparent;
    transition: background-color 0.5s, box-shadow 0.5s
}

.navbar-light {
    background-color: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(10px);
    transition: background-color 0.5s, box-shadow 0.5s;
    box-shadow: white 0 0 10px;
}

.navbar .btn-primary {
    --bs-btn-font-weight: 600;
    --bs-btn-color: white;
    --bs-btn-bg: #50C587;
    --bs-btn-border-color: #50C587;
    --bs-btn-hover-color: #50C587;
    --bs-btn-hover-bg: #{shade-color(#50C587, 10%)};
    --bs-btn-hover-border-color: #{shade-color(#50C587, 10%)};
    --bs-btn-focus-shadow-rgb: #50C587;
    --bs-btn-active-color: var(--bs-btn-hover-color);
    --bs-btn-active-bg: #{shade-color(#50C587, 20%)};
    --bs-btn-active-border-color: #{shade-color(#50C587, 20%)};
}

.section-grey .btn-success {
    background-color: #50C587;
    border-color: #50C587;
}

.section-grey .btn-success:hover {
    background-color: #4eb579;
    border-color: #4eb579;
}

.navbar-dark .navbar-brand {
    background-image: url(/img/logo_white.svg);
}

.navbar-brand {
    font-size: 24px;
    padding-left: 48px;
    background-image: url(/img/logo.svg);
    background-repeat: no-repeat;
    background-size: 30px;
    background-position-y: center;
    font-weight: bold;
    height: 70px;
    display: flex;
    align-items: center;
    margin-left: 0.5rem;
    margin-right: 0;
}

.navbar .nav-item {
    height: 70px;
    display: flex;
    align-items: center;
}

.navbar .nav-item > a {
    margin: 0 12px;
}

.navbar .navbar-collapse.show {
    margin-bottom: 16px;
}

.navbar .navbar-collapse.show .btn.btn-primary,
.navbar .navbar-collapse.collapsing .btn.btn-primary {
  margin: 16px;
}

.navbar.navbar-dark  .navbar-collapse.show,
.navbar.navbar-dark  .navbar-collapse.collapsing {
    background-color: #454557b0;
    backdrop-filter: blur(10px);
}

.navbar .navbar-collapse.show .nav-item,
.navbar .navbar-collapse.collapsing .nav-item {
    height: initial;
    display: block;
}

.navbar .navbar-collapse .nav-item.dropdown .dropdown-menu {
    margin: 0;
    border: none;
    border-radius: 0;
    backdrop-filter: blur(10px);
}

.navbar-dark  .navbar-collapse .nav-item.dropdown .dropdown-menu .dropdown-item{
    color: white;
}

.navbar-dark  .navbar-collapse .nav-item.dropdown .dropdown-menu .dropdown-item:hover,
.navbar-dark  .navbar-collapse .nav-item.dropdown .dropdown-menu .dropdown-item:active,
.navbar-dark  .navbar-collapse .nav-item.dropdown .dropdown-menu .dropdown-item:focus {
    color: #454557b0;
    background-color:  white;
}

.navbar-dark  .navbar-collapse .nav-item.dropdown .dropdown-menu {
    background-color: #454557b0;
}



@media (min-width: 992px) {
    .navbar .nav-item.dropdown.show .dropdown-menu.show {
        display: none;
    }
}

@media (max-width: 992px) {

    section a.anchor::before {
        top: -30px;
    }

}
.navbar .navbar-collapse.show .nav-item .dropdown-menu,
.navbar .navbar-collapse.collapsing .nav-item .dropdown-menu {
    background-color: transparent !important;
    box-shadow: none !important;
    backdrop-filter: none;
}

.navbar .navbar-nav  {
    margin-left: auto;
}

.navbar-light .navbar-nav .dropdown-menu .dropdown-item,
.navbar-light .navbar-nav .dropdown-menu .dropdown-item:focus,
.navbar-light .navbar-nav .dropdown-menu .dropdown-item:active {
    color: #566c90 !important;
    outline: none;
    background-color: initial !important;
}

.navbar-light .navbar-nav .dropdown-menu .dropdown-item:hover {
    color: #85a1bc !important;;
}


.navbar-light .dropdown-menu .dropdown-item.active {
    /* background-color: #DCDBE6!important; */
    font-weight: 700;
}

.section-grey {
    background-color: #ECF0F4;
    color: #6B707F;
}

.section-grey.grad {
    background: radial-gradient(circle, rgb(255, 255, 255) 18%, #ECF0F4 100%);
}

.section-grey.grad-alt {
    background: radial-gradient(circle, #FBFBFB 10%, #CCCBDB 100%);
}

.section-grey.grad-dark {
    background: radial-gradient(circle, #6D7688 18%,#161F28 100%);
    color: white;
}

.section-grey.grad-dark-alt {
    background:url('/img/chem-background.png') center fixed, radial-gradient(circle, #5C5C6F 5%,#281625 100%) 0 -138px fixed;
    color: white;
    background-blend-mode: exclusion;
}
.section-grey.grad-dark-macromolecules {
    background:url('/img/macromolecules-bg.png') center fixed, radial-gradient(circle, #5C5C6F 5%,#161828 100%) 0 -138px fixed;
    background-blend-mode: overlay;
    color: white;
    background-size: cover;
}

@media (min-width: 1920px) {
    .section-grey.grad-dark-alt {
        background-size: cover, 100%;
    }
}


.section-grey.grad-dark h1,
.section-grey.grad-dark h2,
.section-grey.grad-dark-alt h1,
.section-grey.grad-dark-alt h2 {
    color: white;
}

.section-grey h2 {
    text-align: center;
    color: #566C90;
    font-family: 'Nunito', sans-serif;
    font-size: 18px;
    border-bottom: none;
    padding-bottom: initial;
    margin-bottom: 0.5rem;
}

section.section-chem h2,section.section-chem h1 {
    margin-top: 2em;
    margin-bottom: 1em;
    color: #566C90;
    font-family: 'Nunito', sans-serif;
    font-weight: normal;
    border-bottom: none;
    padding-bottom: initial;
}

.section-grey h1 {
    text-align: center;
    color: #566C90;
    font-family: 'Nunito', sans-serif;
    font-size: 36px;
}

.section-grey h2 {
    text-align: center;
    color: #566C90;
    font-family: 'Nunito', sans-serif;
    font-size: 18px;
    border-bottom: none;
    padding-bottom: initial;
    margin-bottom: 0.5rem;
}

p {
    margin-bottom: 0.5rem;
}

div.computer-padding {
    background-image: url('/img/computer.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    padding-bottom: 80%;
    width: 100%;
    margin-bottom: -15%;
    display: flex;
    justify-content: center;
    height: 0;
}

div.computer-image {
    width: 80%;
    padding-bottom: 50%;
    margin-bottom: -52%;
    margin-top: 2%;
    margin-left: 1.15%;
    border-radius: 2px;
    overflow: hidden;
    user-select: none;
    background-color: black;
    position: relative;
}

div.computer-image i {
    font-size: 20px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -10px;
    margin-left: -10px;
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: -1;
}

div.computer-image video {
    width: 100%;
    z-index: 2;
}


div.computer-image img {
    z-index: 2;
}

.section-white div.logo-circled {
    height: 72px;
    width: 72px;
    background-image: url('/img/logo.svg');
    background-color: #ECF0F4;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 40px;
    border: 1px solid #CAD3DD;
    border-radius: 50%;
}

.section-white {
    color: #4D5261;
}

.section-white h1 {
    text-align: center;
    color: #9398A7;
    font-family: 'Nunito', sans-serif;
    font-size: 36px;
}

.section-white h2 {
    color: #4D5261;;
    font-family: 'Nunito', sans-serif;
    font-size: 24px;
    font-weight: 600;
    border-bottom: none;
    padding-bottom: initial;
    margin-bottom: 0.5rem;
    margin-top: 0;
}

.section-spacer {
    flex-grow: 1;
}

footer {
    box-shadow: #778ea6 0 0 12px 0;
    margin-top: auto;
    background: radial-gradient(circle, rgb(114, 137, 174) 0%, #566c90 44%);
}

ul.grok-features-list li {
    cursor: pointer;
    position: relative;
    list-style-type: none;
    margin-left: -20px;
    padding: 6px;
    color: #2183d5;
}

ul.grok-features-list li.active:before {
    content: " ";
    background-color: #f6f9fd;
    position: absolute;
    left: -19px;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    border-left: 3px solid #2083d5;
}

ul.grok-features-list li:hover:before,
ul.grok-features-list li:focus:before {
    content: " ";
    background-color: #f6f9fd;
    position: absolute;
    left: -19px;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
}

hr {
    border: none;
    height: 4px;
    border-radius: 2px;
    background-color: #d2dae2;
}

.heinlein h3 {
    font-family: 'Nunito', sans-serif;
    font-size: 18px;
    font-weight: bold;
}

.section-white h3 {
    font-weight: initial;
    font-size: 1rem;
    line-height: 1.6em;
}

.heinlein-img {
    background-image: url('/img/heinlein.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 80px;
    height: 80px;
    border-radius: 50%;
}

.heinlein a {
    color: #6a6f7f;
}

.quote-hang {
    text-indent: -0.3rem;
}

.login-wrapper {
    display: flex;
    height: 100vh;
    width: 100vw;
    overflow: hidden;
    min-width: 850px;
    flex-direction: column;
}

.grok-login-google-main {
    background-color: white;
    z-index: 100501;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    display: flex;
    flex-direction: column;
}

.grok-login-google-main label {
    text-align: center;
    height: 20px;
}

.popover {
    border-radius: 0;
}

.carousel-item-video {
    width: 100%;
    height: 0;
    padding-bottom: 62.5%;
}

.carousel-item-video video {
    width: 100%;
}

.carousel-item-video iframe {
    width: 100%;
    height: 100%;
    position: absolute;
}

body.help nav a.d4-link-external:after{
    content: "";
}

body.help a.d4-link-external:after {
    content: "\f14c";
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    font-size: 0.8em;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    margin-left: .2em;
    margin-right: 0.2em;
    position: relative;
}

.navbar-brand-subtext {
    font-weight: normal;
    margin-left: 0.4em;
    font-size: 24px;
    height: 70px;
    display: flex;
    align-items: center;
    font-family: 'Nunito', sans-serif;
    color: #566c90 !important;
    text-decoration: none!important;
}

a label {
    cursor: pointer;
}

.grok-feature-section i {
    color: #566C90;
    margin-right: 0.4em;
}


@media (min-width: 992px) {
    .grok-feature-section i {
        position: absolute;
        left: -70px;
        font-size: 50px;
        width: 76px;
        text-align: center;
        height: 60px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .grok-feature-section i.fal.fa-monitor-heart-rate {
        font-size: 46px;
    }
    .grok-feature-section i.fal.fa-video {
        font-size: 49px;
    }
    .grok-feature-section i.fal.fa-fingerprint {
        font-size: 52px;
    }
    .grok-feature-section i.fal.fa-hdd {
        font-size: 52px;
    }

}

img.float-right, img.float-left {
    margin: 0 24px;
    max-width: 50vw;
}

.hand-demo-container{
    display:none;
}
.hand-demo-parent .hand-demo .hand-demo-container{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    display: flex!important;
}

.hand-demo-parent .hand-demo .hand-demo-container i.fa-circle{
    position: absolute;
    top: 50%;
    left: 20%;
    width: 0;
    height: 0;
    font-size: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: moving-hand-pointer-circle 3s 1;
    opacity: 0;
    color: #4D5261;

}

.hand-demo-parent .hand-demo .hand-demo-container i.fa-hand-pointer{
    position: absolute;
    top: 50%;
    left: 20%;
    width: 0;
    height: 0;
    margin-top: 12px;
    margin-left: 4px;
    font-size: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: moving-hand-pointer 3s 1;
    opacity: 0;
    color: #4D5261;
}


ul.grok-features-list.hand-demo-parent  li.hand-demo:before {
    content: " ";
    position: absolute;
    left: -19px;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    animation: moving-hand-pointer-background 3s 1;
}

ul.grok-features-list.hand-demo-parent li.active:before {
  animation: moving-hand-pointer-background-active 3s 1;
}

@keyframes moving-hand-pointer {
    0% {
       margin-left: -100px;
        opacity: 0;
    }
    30% {
        margin-left: 4px;
        opacity: 1;
    }
    50% {
        margin-left: 4px;
        opacity: 1;
    }
    60% {
        margin-left: 100px;
        opacity: 0;
    }
    100% {
        margin-left: 100px;
        opacity: 0;
    }
}

@keyframes moving-hand-pointer-circle {
    0% {
        font-size: 1px;
        opacity: 0;
    }
    30% {
        font-size: 1px;
        opacity: 1;
    }
    40% {
        font-size: 100px;
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

@keyframes moving-hand-pointer-background {
    0% {
        background-color: white;
        border-left: none;
    }
    30% {
        background-color: white;
        border-left: none;
    }
    31% {
        background-color: #f6f9fd;
        border-left: 3px solid #2083d5;
    }
    60% {
        background-color: #f6f9fd;
        border-left: 3px solid #2083d5;
    }
    61%, 100% {
        background-color: white;
        border-left: none;
    }
}

@keyframes moving-hand-pointer-background-active {
    0% {
        background-color: #f6f9fd;
        border-left: 3px solid #2083d5;
    }
    30% {
        background-color: #f6f9fd;
        border-left: 3px solid #2083d5;
    }
    31% {
        background-color: white;
        border-left: none;
    }
    60% {
        background-color: white;
        border-left: none;
    }
    61%, 100% {
        background-color: #f6f9fd;
        border-left: 3px solid #2083d5;
    }
}

.breadcrumbs {
    align-self: flex-end;
    margin: 12px;
    position: relative;
    top: -24px;
}

#helpPath {
    cursor: pointer;
}

.help-video-list .card {
    margin-right: 36px;
    margin-bottom: 36px;
    overflow: hidden;
}

.d4-link-label:hover {
    color: #40607f;
}

.d4-link-label {
    cursor: pointer;
    color: #2083d5;
}

.contact-us-wrapper {
    position: sticky;
    bottom: 0;
    z-index: 10;
    margin-top: 100px;
}

.contact-us-button {
    width: 100px;
    background-color: #566c90;
    margin-left: auto;
    margin-right: 8px;
    display: flex;
    color: white;
    padding: 8px;
    align-items: center;
    align-content: center;
    justify-content: center;
    text-transform: uppercase;
    font-size: 10px;
    border-radius: 4px 4px 0 0;
    cursor: pointer;
}

.contact-us-button:hover {
    background-color: #657ea7;
}

ol ol, ol ul, ul ol, ul ul {
    margin-bottom: 1rem;
}

div.spacer {
    height: 3em;
}

.solution-card {
    position: relative;
    padding: 1em;
    overflow: hidden;
    border-radius: 6px;
}

.solution-card h5 {
    margin: 0;
}

.solution-card-image {
    position: absolute;
    top:0;
    bottom:0;
    right:0;
    left:0;
    z-index: -1;
    -webkit-filter: blur(10px);
    opacity: 0.2;
    background-size: cover;
    background-position: center;
}

.btn-contact {
    background-color: #50C587;
    border-color: #50C587;
    outline: none;
}

.btn-contact:hover {
    background-color: #4eb579;
    border-color: #4eb579;
}

.btn:focus {
    outline: none;
}

.tsd-page-title {
    padding: 20px!important;
}

.tsd-page-toolbar {
    transform: none!important;
    top:initial!important;
    bottom:0;

}

iframe.pdf {
    padding-top: 100px;
    padding-bottom: 150px;
    height: 100vh;
    inset: 0;
    position: absolute;
}

.solution-card > .solution-card {
    padding-bottom: 0;
}


.hero {
    background: url('../img/macromolecules-bg.png') center fixed, radial-gradient(circle, #5C5C6F 5%, #161828 100%) 0 -138px fixed;
    background-blend-mode: overlay;
    color: white;
    background-size: cover;
    margin-top: -70px;
    height: 100vh;
    --bs-bg-opacity: 0;
}

.hero h1 {
    font-size: 64px;
    font-weight: 600;
    letter-spacing: -1px;
}

.hero p {
    font-size: 20px;
    color: #d6f1f4;
    letter-spacing: 0.025em;
}

h3 {
    font-size: 1.3rem;
}

h4 {
    font-size: 1.2rem;
}

.hero .carousel-inner {
    box-shadow: #292939 0 0 25px;
    border-radius: 2px;
    aspect-ratio: 16 / 8;
}

.hero .carousel-indicators {
    bottom:initial;
}
.hero .carousel-inner .carousel-item img {
    width: 100%;
    object-fit: cover;
}

.feature-bullet {
    padding: 8px 20px;
    cursor: pointer;
    display: flex;
    align-items: center;
    border: none;
    position: relative;
    color: #5781ba;
}

.feature-bullet.active::before {
    content: " ";
    width: 4px;
    height: 100%;
    position: absolute;
    background: #5781ba;
    left: 0;
}

.feature-bullet:not(.active):hover {
    background-color: #f8f9fa;
}

.feature-bullet.active {
    cursor: default;
    color: black;
    background-color: #f8f9fa;
}

section.bg-light .feature-bullet:not(.active):hover {
    background-color: white;
}

section.bg-light .feature-bullet.active {
    background-color: white;
}

.tab-content-visual {
    display: grid
;
}
.feature-detail {
    grid-area: 1/1;
    display: flex;
    visibility: hidden;
    pointer-events: none;
    flex-direction: column;
    justify-content: flex-start;
    z-index: -1;
}

.feature-detail.active {
    visibility: visible;
    pointer-events: all;
    z-index: 100;
}

.plugin-footer {
    background: #f8f9fa;
    padding: 16px;
    border-radius: 4px;
    margin-top: 24px;
    font-size: 14px;
    color: #4a5568;
}

.github-icon {
    width: 24px;
    height: 24px;
    background: #3182ce;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 12px;
    font-weight: bold;
}

.final-cta {
    color: #ffffff;
    background: url('../img/macromolecules-bg.png') center fixed, radial-gradient(circle, #5C5C6F 5%, #161828 100%) 0 -138px fixed;
    background-blend-mode: overlay;
    background-size: cover;
    --bs-bg-opacity: 0;
}

.final-cta .btn-primary {
    --bs-btn-font-weight: 600;
    --bs-btn-color: white;
    --bs-btn-bg: #50C587;
    --bs-btn-border-color: #50C587;
    --bs-btn-hover-color: #50C587;
    --bs-btn-hover-bg: #{shade-color(#50C587, 10%)};
    --bs-btn-hover-border-color: #{shade-color(#50C587, 10%)};
    --bs-btn-focus-shadow-rgb: #50C587;
    --bs-btn-active-color: var(--bs-btn-hover-color);
    --bs-btn-active-bg: #{shade-color(#50C587, 20%)};
    --bs-btn-active-border-color: #{shade-color(#50C587, 20%)};
}


.final-cta .btn-secondary {
    background: transparent;
    color: #ffffff;
    border-color: #ffffff;
}

.final-cta .btn-secondary:hover {
    background: rgba(255, 255, 255, 0.1);
}

.nav-tabs .nav-link {
    color: #4a5568;
    border: 1px solid #e2e8f0;
    border-bottom: none;
    border-radius: 4px 4px 0 0;
}

.nav-tabs .nav-link:hover {
    background: #f7fafc;
    border-color: #3182ce;
    color: #3182ce;
}

.nav-tabs .nav-link.active {
    background: #3182ce;
    color: #ffffff;
    border-color: #3182ce;
}

.tab-content-layout {
    display: grid;
    grid-template-columns: 2fr 3fr;
    gap: 40px;
    align-items: start;
}

.tab-content.keep-height {
    display: grid;
}

.tab-content.keep-height>.tab-pane {
    display: flex;
    grid-area: 1 / 1;
    visibility: hidden;
    pointer-events: none;
    z-index: -1;
}

.tab-content.keep-height>.tab-pane.active {
    visibility: visible;
    pointer-events: all;
    z-index: 100;
}

@media (max-width: 768px) {
    .hero h1 {
        font-size: 42px;
    }

    .tab-content-layout {
        grid-template-columns: 1fr;
        gap: 24px;
    }
}

/* Digital Twins Carousel Styles - Scoped to prevent leakage */
.inner-carousel .carousel-content {
    padding: 20px;
    min-height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.inner-carousel .carousel-content p {
    margin-bottom: 0;
    line-height: 1.6;
}

.inner-carousel .carousel-content img {
    max-height: 400px;
    object-fit: contain;
    margin: 0 auto;
}

.inner-carousel .carousel-indicators {
    bottom: -40px;
}

.inner-carousel .carousel-indicators button {
    background-color: #6c757d;
    border: 1px solid #6c757d;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin: 0 4px;
}

.inner-carousel .carousel-indicators button.active {
    background-color: #007bff;
    border-color: #007bff;
}

.inner-carousel .carousel-control-prev,
.inner-carousel .carousel-control-next {
    width: 10%;
    color: #007bff;
}

.inner-carousel .carousel-control-prev-icon,
.inner-carousel .carousel-control-next-icon {
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    padding: 10px;
}

.tab-content-visual img,
.tab-content-visual video,
.glow img{
    box-shadow: #4182bf38 0 0 40px;
}

.btn-outline-primary {
    --bs-btn-font-weight: 600;
    --bs-btn-bg: white;
    --bs-btn-color: #4182bf;
    --bs-btn-border-color: #4182bf;
    --bs-btn-hover-color: white;
    --bs-btn-hover-bg: #4182bf;
    --bs-btn-hover-border-color: #4182bf;
    --bs-btn-focus-shadow-rgb: #4182bf;
    --bs-btn-active-color: #4182bf;
    --bs-btn-active-bg: #{shade-color(#4182bf, 20%)};
    --bs-btn-active-border-color: #{shade-color(#4182bf, 20%)};
}


.hero .btn-primary {
    --bs-btn-font-weight: 600;
    --bs-btn-color: white;
    --bs-btn-bg: #50C587;
    --bs-btn-border-color: #50C587;
    --bs-btn-hover-color: #50C587;
    --bs-btn-hover-bg: #{shade-color(#50C587, 10%)};
    --bs-btn-hover-border-color: #{shade-color(#50C587, 10%)};
    --bs-btn-focus-shadow-rgb: #50C587;
    --bs-btn-active-color: var(--bs-btn-hover-color);
    --bs-btn-active-bg: #{shade-color(#50C587, 20%)};
    --bs-btn-active-border-color: #{shade-color(#50C587, 20%)};
}


.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    background-color: #4182bf;
    color: #fff;
}

.nav-pills .nav-link {
    color: #4182bf;
    border-radius: 0.5rem; /* optional: smoother corners */
    transition: background-color 0.2s, color 0.2s;
}

.nav-pills .nav-link:hover {
    color: #fff;
    background-color: rgba(65, 130, 191, 0.85);
}

.nav-pills .nav-link:focus {
    outline: none;
}

.feature-detail img {
    margin-top: 16px;
    max-width: 600px;
}

/* Use Cases Carousel Styles */
.use-cases-carousel {
    display: flex;
    gap: 1.5rem;
    overflow-x: auto;
    padding: 1rem 0;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    scrollbar-color: #4182bf #f0f0f0;
}

.use-cases-carousel::-webkit-scrollbar {
    height: 8px;
}

.use-cases-carousel::-webkit-scrollbar-track {
    background: #f0f0f0;
    border-radius: 4px;
}

.use-cases-carousel::-webkit-scrollbar-thumb {
    background: #4182bf;
    border-radius: 4px;
}

.use-cases-carousel::-webkit-scrollbar-thumb:hover {
    background: #2d5a8a;
}

.use-cases-carousel a,
.use-cases-carousel .use-case-card {
    flex: 0 0 350px;
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid #e9ecef;
    text-decoration: none;
}

.use-cases-carousel a:hover {
    text-decoration: underline;
}

.use-case-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
}

.use-case-image {
    height: 200px;
    overflow: hidden;
    background: #f8f9fa;
    display: flex;
    align-items: center;
    justify-content: center;
}

.use-case-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.use-case-card:hover .use-case-image img {
    transform: scale(1.05);
}

.use-case-content {
    padding: 1.5rem;
}

.use-case-content h4 {
    color: #2c3e50;
    font-size: 1.25rem;
    margin-bottom: 0.75rem;
    font-weight: 600;
}

.use-case-content p {
    color: #6c757d;
    font-size: 0.95rem;
    line-height: 1.5;
    margin: 0;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .use-case-card {
        flex: 0 0 300px;
    }
    
    .use-case-content {
        padding: 1.25rem;
    }
    
    .use-case-content h4 {
        font-size: 1.1rem;
    }
}