/* =====================================
   GLOBAL / BASE TYPOGRAPHY & COLORS
   ===================================== */

/*scrollbar*/
/* width */
#portfolio ::-webkit-scrollbar {
    width: 6px;
}

/* Track */
#portfolio ::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
#portfolio ::-webkit-scrollbar-thumb {
    background: #FA9632;
}

/*Nav tab products*/

#Imaging a.nav-link {
    background-color: aliceblue;
    color: navy;
}

    #Imaging a.nav-link.active {
        background-color: #2a56ae;
        color: #fff;
    }

.tabbable-line > .nav-tabs {
    border: none;
    margin: 0px;
}

    .tabbable-line > .nav-tabs > li {
        margin-right: 2px;
    }

        .tabbable-line > .nav-tabs > li > a {
            border: 0;
            margin-right: 0;
            color: #737373;
        }

            .tabbable-line > .nav-tabs > li > a > i {
                color: #a6a6a6;
            }

        .tabbable-line > .nav-tabs > li.open,
        .tabbable-line > .nav-tabs > li:hover {
            border-bottom: 4px solid #fbcdcf;
        }

            .tabbable-line > .nav-tabs > li.open > a,
            .tabbable-line > .nav-tabs > li:hover > a {
                border: 0;
                background: none !important;
                color: #333333;
            }

                .tabbable-line > .nav-tabs > li.open > a > i,
                .tabbable-line > .nav-tabs > li:hover > a > i {
                    color: #a6a6a6;
                }

            .tabbable-line > .nav-tabs > li.open .dropdown-menu,
            .tabbable-line > .nav-tabs > li:hover .dropdown-menu {
                margin-top: 0px;
            }

        .tabbable-line > .nav-tabs > li.active {
            border-bottom: 4px solid #FA9632;
            position: relative;
        }

            .tabbable-line > .nav-tabs > li.active > a {
                border: 0;
                color: #333333;
            }

                .tabbable-line > .nav-tabs > li.active > a > i {
                    color: #404040;
                }

.dropdown-toggle {
    display: none;
}

.border-right-card {
    border-right: 5px solid #FA9632 !important;
}

.card {
    border-radius: 0;
}

.row2 {
    width: 80vw;
    position: relative;
    right: 6%;
    transform: translateY(-4%);
}



.dropdown-menu {
    padding: 10px;
    background-color: #FDD9B5;
}

    .dropdown-menu li a {
        color: #FA9632;
        background-color: #FDD9B5;
        font-weight: bold;
    }

    .dropdown-menu > li.active > a {
        color: #FA9632;
        background-color: #FDD9B5;
        font-weight: bold;
    }

    .dropdown-menu > li > a.hover {
        color: #FA9632;
        background-color: #FDD9B5;
        font-weight: bold;
    }

.btn-primary.active,
.btn-primary:active,
.open > .dropdown-toggle.btn-primary {
    color: #fff !important;
    background-color: #FA9632 !important;
    border: none !important;
}

@media (max-width: 960px) {
    .tabbable > .row2 > ul {
        display: none;
    }

    .dropdown-toggle {
        display: block;
    }
}

#portfolio h3.section-heading {
    padding-top: 2px;
    font-size: 16px;
    color: #FA9632;
}

.email > a {
    font-size: 14px;
    color: black;
    text-transform: lowercase;
    font-weight: normal;
    font-family: inherit;
}

    .email > a:hover {
        font-size: 14px;
        color: #FA9632;
        text-transform: lowercase;
        font-weight: normal;
        font-family: inherit;
    }

.card-body {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.img-fluid-card {
    object-fit: cover;
    border-radius: 0;
}

.active-question {
    color: #333;
    font-weight: bold;
}

.simpleText {
    color: #FA9632;
}

.simpleTextBold {
    color: #FA9632;
    font-weight: bolder;
}

.noSimpleTextColor {
    color: inherit !important;
    font-family: inherit !important;
}

.accordion-button:focus {
    outline: none;
    box-shadow: none;
}

.allCaps {
    text-transform: capitalize !important;
}

main {
    padding-bottom: 50px;
    overflow-y: visible !important;
}

footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40px;
    background-color: #333;
    color: white;
    text-align: center;
    line-height: 40px;
    opacity: 1;
    z-index: 1000;
}

.accordion-button {
    color: #000;
    background-color: #fff;
    position: relative;
    border-bottom: none;
}

    .accordion-button:not(.collapsed) {
        color: #000;
        background-color: #fff;
        font-weight: bold;
    }

.navbar-toggler-icon {
    color: #FA9632;
}

.TVIPSColor {
    color: #2a56ae;
}

.TVIPSColorBold {
    color: #2a56ae;
    font-weight: bolder !important;
}

.border-right-card-TVIPSC {
    border-right: 5px solid #2a56ae !important;
}

.border-right-card {
    border-right: 5px solid #FA9632 !important;
}

.card-img-custom {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.productrow {
    height: 60vh !important;
}

.panel-heading {
    cursor: pointer;
}

a {
    cursor: pointer;
    text-decoration: none !important;
}

div[aria-expanded=true] .fa-chevron-right {
    display: none;
}

div[aria-expanded=false] .fa-chevron-down {
    display: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #FA9632;
    margin: 0 0;
    padding: 0;
}

.view-container-border {
    background-color: orange !important;
}

.refillvideo {
    min-height: 95vh;
    min-width: 90vw;
    height: 90vh !important;
    width: 100vw !important;
    overflow: hidden;
    vertical-align: middle;
    align-content: center;
}

.carousel-control-prev,
.carousel-control-next {
    background-color: #FA9632 !important;
    color: #FA9632 !important;
}

/* Gallery */

.container.gallery-container {
    background-color: #fff;
    color: #35373a;
    min-height: 100vh;
    border-radius: 0px;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.06);
}

.gallery-container h1 {
    text-align: center;
    margin-top: 70px;
    font-family: 'Droid Sans', sans-serif;
    font-weight: bold;
}

.gallery-container p.page-description {
    text-align: center;
    max-width: 800px;
    margin: 25px auto;
    color: #888;
    font-size: 18px;
}

.tz-gallery {
    padding: 40px;
}

    .tz-gallery .lightbox img {
        width: 100%;
        margin-bottom: 30px;
        transition: 0.2s ease-in-out;
        box-shadow: 0 2px 3px rgba(0,0,0,0.2);
    }

        .tz-gallery .lightbox img:hover {
            transform: scale(1.05);
            box-shadow: 0 8px 15px rgba(0,0,0,0.3);
        }

    .tz-gallery img {
        border-radius: 0px;
    }

.baguetteBox-button {
    background-color: transparent !important;
}

.videoInsert {
    position: absolute;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    background-size: cover;
    overflow: hidden;
}

@media(max-width: 768px) {
    .container.gallery-container {
        border-radius: 0;
    }
}




/*about*/
#about .section-heading {
    font-size: 2rem;
}

#about .section-subheading {
    font-size: 0.95rem;
    margin-top: 0.5rem;
}
/* Base: no top border on the button ever */
#careers .career-category-button,
#careers .career-category-button:not(.collapsed),
#careers .career-category-button.collapsed {
    border-top: 0 !important;
}

/* CLOSED: item has no border-top */
#careers .career-category-title {
    border-top: 0 !important;
}

    /* OPEN: item gets the only orange bar */
    #careers .career-category-title:has( > .accordion-header > .career-category-button:not(.collapsed) ) {
        border-top: 3px solid #f28c28 !important;
    }
#careers .accordion-item,
#careers .accordion-header,
#careers .accordion-button,
#careers .accordion-collapse,
#careers .accordion-collapse.show,
#careers .accordion-body {
    border-radius: 0 !important;
}
#careers span {
    font-weight: 600;
    margin-bottom: 0.25rem;
}

/*about*/
#events .section-heading {
    font-size: 2rem;
}

#events .section-subheading {
    font-size: 0.95rem;
    margin-top: 0.5rem;
}
/*gallery*/
#gallery .section-heading {
    font-size: 2rem;
}

#gallery .section-subheading {
    font-size: 0.95rem;
    margin-top: 0.5rem;
}
.gallery-header {
    display: inline-block;
    padding-bottom: 6px;
    border-bottom: 2px solid #ff7a00; /* use your brand accent */
    margin-bottom: 12px;
    width:100%;
    text-align:center;
}

.gallery-title {
    letter-spacing: 0.5px;
    margin-bottom: 0;
    text-align: center;
}



/*!
 * Start Bootstrap - Agency v3.3.7+1
 */

.btn-primary.active,
.btn-primary:active,
.btn-xl.active,
.btn-xl:active,
.open .dropdown-toggle.btn-primary,
.open .dropdown-toggle.btn-xl {
    background-image: none;
}

body {
    overflow-x: hidden;
    font-family: "Montserrat", "Helvetica Neue",Helvetica,Arial,sans-serif;
    webkit-tap-highlight-color: #FA9632;
    font-size: 14px;
}

.btn-primary,
.btn-xl,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Montserrat, "Helvetica Neue",Helvetica,Arial,sans-serif;
   
  
}

.text-muted {
    color: #777;
}

.text-primary,
a {
    color: #FA9632;
}

p {
    font-size: 14px;
    line-height: 1.75;
}

a,
a.active,
a:active,
a:focus,
a:hover {
    font-family: Montserrat, "Helvetica Neue",Helvetica,Arial,sans-serif;

    font-weight: 400;
    font-size: 14px;
    outline: 0;
}

    a.active,
    a:active,
    a:focus,
    a:hover {
        color: #FA9632;
    }

.bg-light-gray {
    background-color: #eee;
}

.bg-white {
    background-color: #fff;
}

.bg-darkest-gray {
    background-color: #222;
}

.btn-primary {
    color: #fff;
    background-color: #FA9632;
    border-color: #FA9632;
    border-radius: 0 !important;
}

    .btn-primary.active,
    .btn-primary:active,
    .btn-primary:focus,
    .btn-primary:hover,
    .open .dropdown-toggle.btn-primary {
        color: #fff;
        background-color: #FA9632;
        border-color: #f6bf01;
    }

    .btn-primary.disabled,
    .btn-primary.disabled.active,
    .btn-primary.disabled:active,
    .btn-primary.disabled:focus,
    .btn-primary.disabled:hover,
    .btn-primary[disabled],
    .btn-primary[disabled].active,
    .btn-primary[disabled]:active,
    .btn-primary[disabled]:focus,
    .btn-primary[disabled]:hover,
    fieldset[disabled] .btn-primary,
    fieldset[disabled] .btn-primary.active,
    fieldset[disabled] .btn-primary:active,
    fieldset[disabled] .btn-primary:focus,
    fieldset[disabled] .btn-primary:hover {
        background-color: #FA9632;
        border-color: #FA9632;
    }

    .btn-primary .badge {
        color: #FA9632;
        background-color: #fff;
    }

.btn-xl {
    color: #fff;
    background-color: #FA9632;
    border-color: #FA9632;
    border-radius: 3px;
    font-size: 18px;
    padding: 20px 40px;
}

    .btn-xl.active,
    .btn-xl:active,
    .btn-xl:focus,
    .btn-xl:hover,
    .open .dropdown-toggle.btn-xl {
        color: #fff;
        background-color: #FA9632;
        border-color: #f6bf01;
    }

    .btn-xl.disabled,
    .btn-xl.disabled.active,
    .btn-xl.disabled:active,
    .btn-xl.disabled:focus,
    .btn-xl.disabled:hover,
    .btn-xl[disabled],
    .btn-xl[disabled].active,
    .btn-xl[disabled]:active,
    .btn-xl[disabled]:focus,
    .btn-xl[disabled]:hover,
    fieldset[disabled] .btn-xl,
    fieldset[disabled] .btn-xl.active,
    fieldset[disabled] .btn-xl:active,
    fieldset[disabled] .btn-xl:focus,
    fieldset[disabled] .btn-xl:hover {
        background-color: #FA9632;
        border-color: #FA9632;
    }

    .btn-xl .badge {
        color: #FA9632;
        background-color: #fff;
    }

/* Section heights */

.sec-height {
    height: auto;
    min-height: 90vh;
}

.eventsMobile {
    height: auto;
    
}

.sec-height-FAQ {
    height: auto;
    min-height: 90vh;
}

.sec-height-PROD {
    height: auto;
    min-height: 150vh;
}

.sec-height-Gallery {
    height: auto;
}

.holdervideo {
    min-height: 95vh;
    min-width: 90vw;
    height: 90vh !important;
    width: 90vw !important;
    overflow: hidden;
    vertical-align: middle !important;
    align-content: center !important;
    background-color: white;
}

/* Products nav pills */

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
    background-color: #FA9632 !important;
}

.nav-pills > li > a,
.nav-pills > li > a:hover,
.nav-pills > li > a:focus {
    background-color: #FDD9B5;
}

.imgCarousle {
    width: auto;
    height: 500px;
    margin-top: 0px;
    margin-left: 50px;
}

.roundedBox {
    border-radius: 10px;
    background: #eee;
    padding: 20px;
    width: 400px;
    height: 200px;
}

/* Header / hero */

header {
    background-color: #222;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    text-align: center;
    color: #fff;
    position: relative;
    overflow: hidden;
    height: 100vh;
    padding-top: 0px;
}

.homeCarousel {
    background-color: #222;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    text-align: center;
    align-content: center !important;
    color: #fff;
    position: relative;
    overflow: hidden;
    height: 100vh;
    width: 100% !important;
    padding-top: 0px;
}

    .homeCarousel video {
        padding: 0px 0;
        position: absolute;
        top: 50px;
        left: 0;
        width: 100% !important;
    }

.intro-text {
    padding-top: 550px;
    padding-bottom: 150px;
}

    .intro-text .intro-heading {
        font-family: Montserrat, "Helvetica Neue",Helvetica,Arial,sans-serif;
        text-transform: capitalize;
        font-size: 50px;
        line-height: 50px;
        margin-bottom: 25px;
        position: relative;
        z-index: 1000;
    }

header video {
    padding: 0px 0;
    position: absolute;
    top: 0;
    left: 0;
}

.mainGIF {
    padding: 30px 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

/* inner wrapper: make responsive */
.responsive-wrapper {
    position: relative;
    height: 0;
}

    .responsive-wrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0;
        border: none;
    }

/* YouTube video aspect ratios */
.responsive-wrapper-wxh-650x315 {
    padding-bottom: 56.25%;
}

.responsive-wrapper-wxh-600x480 {
    padding-bottom: 80%;
}

.responsive-wrapper-padding-bottom-75pct {
    padding-bottom: 75%;
}

/* Portfolio / section typography */

#portfolio .portfolio-item .portfolio-caption p,
section h3.section-subheading {
    font-family: "Droid Serif", "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-style: italic;
}

section {
    padding: 20px 0 !important;
}

    section h2.section-heading {
        font-size: 40px;
        margin-top: 0;
        margin-bottom: 15px;
    }

    section h3.section-subheading {
        font-size: 16px;
        text-transform: none;
        font-weight: 400;
        margin-bottom: 25px;
    }

.service-heading {
    margin: 15px 0;
    text-transform: none;
}

#portfolio .portfolio-item {
    margin: 0 0 15px;
    right: 0;
}

    #portfolio .portfolio-item .portfolio-link {
        display: block;
        position: relative;
        max-width: 400px;
        margin: 0 auto;
    }

    #portfolio .portfolio-item .portfolio-caption {
        max-width: 400px;
        margin: 0 auto;
        background-color: #fff;
        text-align: center;
        padding: 25px;
    }

        #portfolio .portfolio-item .portfolio-caption h4 {
            text-transform: none;
            margin: 0;
        }

        #portfolio .portfolio-item .portfolio-caption p {
            font-size: 16px;
            margin: 0;
        }

footer span.copyright,
footer ul.quicklinks {
    font-family: Montserrat, "Helvetica Neue",Helvetica,Arial,sans-serif;
}

#portfolio * {
    z-index: 2;
}

aside.clients img {
    margin: 50px auto;
}

/* Social icons */

ul.social-buttons {
    margin-bottom: 0;
}

    ul.social-buttons li a {
        display: block;
        background-color: #222;
        height: 40px;
        width: 40px;
        border-radius: 100%;
        font-size: 20px;
        line-height: 40px;
        color: #fff;
        outline: 0;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
    }

        ul.social-buttons li a:active,
        ul.social-buttons li a:focus,
        ul.social-buttons li a:hover {
            background-color: #FA9632;
        }

.btn.active,
.btn:active,
.btn:active:focus,
.btn:focus {
    outline: 0;
}

.vertical-align-center {
    display: table-cell;
    vertical-align: middle;
}

/* Selection colors */
::-moz-selection {
    text-shadow: none;
    background: #FA9632;
}

::selection {
    text-shadow: none;
    background: #FA9632;
}

img::selection {
    background: 0 0;
}

img::-moz-selection {
    background: 0 0;
}

/* Cryo carousels */

.cryoCarouselDiv {
    margin-top: -35px !important;
}



.pull-left-lg {
    float: left;
}

.pull-right-lg {
    float: right;
}

.small-container {
    display: none;
}

.place {
    height: 250px;
}

/* Responsive iFrame */
.responsive-iframe-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

    .responsive-iframe-container iframe,
    .responsive-iframe-container object,
    .responsive-iframe-container embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

/* About / team / careers bits */

/* Hero text */
.about-hero-text {
    max-width: 760px;
    margin: 0 auto;
    font-size: 0.98rem;
    color: #4b5563;
    line-height: 1.7;
}

/* Cards */
.about-card {
    position: relative;
    background: #ffffff;
    border: 1px solid #e5e5e5;
    border-radius: 0;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    padding-top: 24px;
    padding-bottom: 28px;
}

    /* Orange top accent bar */
    .about-card::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        height: 5px;
        width: 100%;
        background-color: #FA9632;
    }

/* Section headings */
.about-title {
    color: #FA9632;
    line-height: 1.15;
    margin-bottom: 18px;
}

/* Body text inside cards */
.about-card p {
    line-height: 1.6;
    margin-bottom: 14px;
    color: #374151;
}

    .about-card p:last-child {
        margin-bottom: 0;
    }

/* Lists */
.about-card ul {
    padding-left: 1.1rem;
    margin-top: 6px;
    margin-bottom: 0;
}

.about-card li {
    line-height: 1.55;
    margin-bottom: 10px;
    color: #374151;
}

    .about-card li:last-child {
        margin-bottom: 0;
    }

/* Equal-height card safety */
.about-card.h-100 {
    width: 100%;
}

/* Mobile refinement */
@media (max-width: 576px) {
    .about-card {
        padding: 1.25rem !important;
    }

    .about-title {
        margin-bottom: 12px;
    }
}


/* Team & advisors */
.team-card {
    background: #ffffff;
    border-radius: 0px;
    border: 1px solid #e6e6e6;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}

.team-photo-circle {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    border: 5px solid #FA9632;
    overflow: hidden;
    margin: 0 auto;
   
    background: #ffffff;
}

    .team-photo-circle img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        image-rendering: auto;
        backface-visibility: hidden;
        transform: translateZ(0); /* prevents blur in some browsers */
        filter: contrast(1.03) saturate(1.02);
    }

.team-name {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 2px;
    position: relative;
    color: #1e1e1e !important; /* black */
}

.team-role {
    font-size: 0.9rem;
    color: #FA9632;
    margin-bottom: 10px;
}

.team-bio {
    font-size: 0.9rem;
    color: #4b5563;
    line-height: 1.6;
}
/* Whole card clickable */
.team-card-link {
    display: block;
    height: 100%;
    text-decoration: none;
    color: inherit;
}

    .team-card-link:hover .team-card {
        box-shadow: 0 6px 18px rgba(0,0,0,0.10);
        transform: translateY(-2px);
        transition: transform 0.18s ease, box-shadow 0.18s ease;
    }


/* Careers CTA box */
.about-cta {
    background: #ffffff;
    border-radius: 0px;
    border: 1px solid #e6e6e6;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

/* ===========================
   PRODUCT CARD LAYOUT
   =========================== */

.top-bar-orange {
    height: 4px;
    width: 100%;
    background: #FA9632;
    display: block;
}

.product-card {
    background: #ffffff;
    border: 1px solid #e5e5e5;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    display: flex;
    flex-direction: column;
    height: 100%;
    transition: .3s ease;
    cursor: pointer;
}

    .product-card:hover {
        box-shadow: 0 6px 18px rgba(0,0,0,0.12), 0 12px 36px rgba(0,0,0,0.08);
    }

    .product-card img {
        width: 100%;
        height: 240px;
        object-fit: contain;
        background: #fff;
        padding: 10px;
        border-bottom: 1px solid #e5e5e5;
    }

.product-body {
    padding: 18px 22px;
    display: flex;
    flex-direction: column;
    gap: 0px;
    flex:1;
}

.product-title {
    font-size: 1.05rem;
    margin-bottom: 8px;
    color: #1e1e1e;
    font-weight: 600;
}

.product-desc {
    font-size: 0.92rem;
    color: #555;
    line-height: 1.45;
    flex-grow: 1;
    margin-bottom: 12px;
    text-transform: none !important;
}

.link-arrow {
    font-weight: 600;
    font-size: 0.9rem;
    color: #FA9632;
    text-decoration: none;
    margin-top: auto;
}

.product-card-link {
    display: block;
    height: 100%;
    text-decoration: none;
    color: inherit;
}
    .product-card-link:hover {
        text-decoration: none;
        color: inherit;
    }

/* Bestron ST blue bar */
.top-bar-blue {
    height: 5px;
    width: 100%;
    background-color: #1F4B99;
    margin-bottom: 0;
}

/* Back to top button */

.back-to-top {
    position: fixed;
    right: 24px;
    bottom: 50px;
    width: 42px;
    height: 42px;
    border: none;
    background-color: #FA9632;
    color: #ffffff;
    font-size: 20px;
    cursor: pointer;
    z-index: 999;
    display: none;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
    outline: none;
    padding: 0;
    text-align: center;
    line-height: 42px;
}

    .back-to-top:hover {
        background-color: #d9781f;
    }

@media (max-width: 576px) {
    .product-card img {
        height: 180px;
        padding: 5px;
    }

    .product-title {
        font-size: 1rem;
    }
}

.section-header {
    max-width: 860px;
    margin: 0 auto 42px auto;
}

.section-title {
    font-size: 2.1rem;
    color: #222;
    margin-bottom: 0.4rem;
    letter-spacing: 0.01em;
}

.section-subtitle {
    font-size: 1.05rem;
    color: #4f4f4f;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.35;
    max-width: 1200px;
}
@media (max-width: 576px) {
    .section-title {
        font-size: 1.75rem;
    }

    .section-subtitle {
        font-size: 0.98rem;
    }
}


.product-card {
    height: 100%;
    display: flex;
    flex-direction: column;
}
.download-toast-container {
    bottom: 50px !important;   
    z-index: 3080;
}

@media (max-width: 768px) {
    .download-toast-container {        
        bottom: 120px;
    }
}

.quote-card-link {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    text-decoration: none;
    color: inherit;
    padding: 12px;
}

.quote-card-text {
    font-size: 0.95rem;
    line-height: 1.4;
    color: #555;
    text-align: center;
    margin-bottom: 14px;
    max-width: 220px;
}

.quote-card-link .btn {
    font-size: 0.85rem;
    padding: 6px 18px;
    text-transform: none;
    letter-spacing: 0.03em;
}
.action-card-quote .quote-card-text {
    text-transform: none !important;
}
.toast-icon {
    col .video-card

{
    position: relative;
}

.video-play {
    position: relative;
    width: 100%;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
}

    .video-play video {
        width: 100%;
        display: block;
        aspect-ratio: 4 / 3; /* adjust to 16/9 if your videos are wide */
        background: #eee;
        border-radius: 10px;
    }

/* Play icon overlay */
.video-play-icon {
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    pointer-events: none;
}

    .video-play-icon::before {
        content: "";
        width: 56px;
        height: 56px;
        border-radius: 999px;
        background: rgba(0,0,0,0.55);
        box-shadow: 0 6px 18px rgba(0,0,0,0.25);
    }

    .video-play-icon::after {
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        border-left: 16px solid #fff;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        margin-left: 4px;
    }

/* Hide play icon when playing */
.video-card.is-playing .video-play-icon {
    opacity: 0;
}

/* Open button */
.video-open {
    position: absolute;
    right: 10px;
    bottom: 10px;
    padding: 6px 10px;
    border-radius: 999px;
    background: rgba(255,255,255,0.92);
    color: #111;
    text-decoration: none;
    font-size: 0.9rem;
    line-height: 1;
}

    .video-open:hover {
        text-decoration: underline;
    }
