html,
body {
    overflow-x: hidden;
}

/* Default: Show Desktop, Hide Mobile */
.video--desktop {
    display: block;
}

.video--mobile {
    display: none;
}

.product_nav .product_nav_pic {
    background: linear-gradient(178.15deg, #FAFCFF 37.91%, #C8D1DE 130.28%);
    border: 1px solid rgba(1, 42, 90, 0.06);
}

.product_nav .product_nav_pic:hover {
    border: 1px solid rgb(1 42 90 / 20%);
}

.product_nav .product_nav_pic:hover .product_nav_text {
    color: #023674;

}

.product_nav .product_nav_text:hover {
    color: #023674;
}

.grid_quad_item,
.process_quote,
.other_product_grid .product_front {
    transition: all 0.5s ease;
}

/*.grid_quad_item:hover {
    border: 1px solid rgb(1 42 90 / 20%);
    box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
}
*/

.fw-bold {
    font-weight: 700 !important;
}

.fw-medium {
    font-weight: 500 !important;
}

.fxl-14 {
    font-size: 14px !important;
}

.line-height-2 {
    line-height: 2rem;
}

.letter-spacing-02 {
    letter-spacing: 2%;
}

.min-h-84 {
    min-height: 84px;
}

.min-h-112 {
    min-height: 112px;
}

.grid_spanbox_gap {
    grid-gap: 3rem;
}

.process_quote:hover {
    box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
}

.color_front .product_front:hover {
    border: 1px solid rgb(1 42 90 / 20%);
    box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
}

.other_product_grid .product_front:hover {
    border: 1px solid rgb(1 42 90 / 20%);
    box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
}

.link-call:hover {
    text-decoration: underline;
}

.td--link:hover {
    text-decoration: underline !important;
}


.custom-file-upload {
    width: 100%;
}

.upload-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 220px;
    border: 2px dashed #ddd;
    border-radius: 12px;
    background: #f7f7f7;
    cursor: pointer;
    text-align: center;
    position: relative;
    transition: all 0.3s ease;
}

.upload-box:hover {
    border-color: #bbb;
    background: #f1f1f1;
}

.upload-icon {
    width: 60px;
    height: 60px;
    margin-bottom: 15px;
    background: url('https://usadisplays.1p.agency/wp-content/uploads/2026/04/fi_568717.png') no-repeat center;
    background-size: contain;
    opacity: 0.5;
}

.upload-text {
    font-size: 16px;
    color: #888;
}

.upload-text small {
    display: block;
    font-size: 14px;
    color: #aaa;
    margin-top: 5px;
}

/* Hide default file input */
.file-input {
    position: absolute;
    inset: 0;
    opacity: 0;
    cursor: pointer;
}

.upload-box.error {
    border-color: #e74c3c;
    background: #fff5f5;
}

.upload-error {
    color: #e74c3c;
    font-size: 13px;
    margin-top: 8px;
}

.upload-box.success {
    border-color: #2ecc71;
    background: #f4fff7;
}

.upload-success {
    color: #2ecc71;
    font-size: 14px;
    margin-top: 8px;
}

/* Only hide file field error */
.custom-file-upload .wpcf7-not-valid-tip {
    display: none !important;
}

/* Keep global messages visible */
.wpcf7-response-output {
    display: block;
}

.individual_product_size_div p,
.case_size_div p,
.bottle_size_div p {
    margin-bottom: 6px !important;
}

.individual_product_size_div input.wpcf7-not-valid,
.case_size_div input.wpcf7-not-valid,
.bottle_size_div input.wpcf7-not-valid {
    border: 1px solid red;
}

.individual_product_size_div .wpcf7-not-valid-tip,
.case_size_div .wpcf7-not-valid-tip,
.bottle_size_div .wpcf7-not-valid-tip {
    display: none !important;
}

.field-display-grid p {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-gap: 10px;
    margin-bottom: 24px !important;
}

/* Chrome, Safari, Edge */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.featured-image-set {
    max-height: 286px;
}

.dnd-upload-status .dnd-upload-image {
    display: none;
}

.dnd-upload-status .dnd-upload-details .name em {
    display: none;
}

.dnd-upload-status .dnd-upload-details .dnd-progress-bar {
    display: none !important;
}

.codedropz-upload-handler {
    margin-top: 1rem;
    border-radius: 10px;
}

.codedropz-upload-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 220px;
    border-radius: 12px;
    background: #f7f7f7;
    cursor: pointer;
    text-align: center;
    position: relative;
    transition: all 0.3s ease;
    background-color: var(--white);
}

.codedropz-upload-inner>span:nth-child(1) {
    display: inline-block;
    font-size: 16px;
    color: #A1A1AA;
}

.codedropz-upload-inner>span:nth-child(1)>svg {
    margin-bottom: 15px;
    opacity: .5;
}

.codedropz-btn-wrap .cd-upload-btn {
    color: #aaa;
}

.codedropz-upload-wrapper .codedropz-upload-handler {
    border: 1px solid #e4e4e7;
    border-radius: 10px;
}

.codedropz-btn-wrap .cd-upload-btn {
    font-size: 12px;
}

.codedropz-upload-container:hover {
    border-color: #bbb;
    background: #f1f1f1;
}

body .dnd-upload-status {
    display: inline-flex;
    background: #ffffff;
    border-radius: 50px;
    border: 1px solid #ebdddd;
    margin-top: 8px;
    margin-right: 8px;
}

body .dnd-upload-status .dnd-upload-details .name {
    padding-right: 24px;
    color: #515151;
}

body .dnd-upload-status .dnd-upload-details {
    width: auto;
    font-size: 14px;
}

body .dnd-upload-status .dnd-upload-details .remove-file {
    top: 12px;
    right: 12px;
}

body .dnd-upload-status .dnd-upload-details .remove-file span.dnd-icon-remove {
    font-size: 0;
}

.codedropz-upload-wrapper span.has-error-msg {
    display: block;
}

.codedropz-btn-wrap a {
    position: absolute;
    inset: 0;
    font-size: 0 !important;
    z-index: 1;
}

.png-block {
    display: block;
    font-size: 14px;
    margin-top: 4px;
    color: #aaa;
}

/* Firefox */
input[type="number"] {
    -moz-appearance: textfield;
}

.social_share_links a {
    color: #A1A1AA;
    transition: color 0.3s ease;
}

.social_share_links a:hover {
    color: var(--secondary);
}

/* * Blog Section */
.text-white {
    color: var(--white);
}

.text--primary {
    color: var(--primary);
}

.text-grey {
    color: var(--text-grey);
}

.link__detail {
    position: absolute;
    inset: 0;
    z-index: 1;
}

.grid-blog-3 {
    display: grid;
    grid-gap: 1.75rem;
}

.blog__card {
    display: grid;
    grid-gap: 20px;
    padding: 15px;
    border: 1px solid rgba(1, 42, 90, 0.06);
    border-radius: 10px;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.02);
}

.blog__card--title {
    color: var(--primary);
    margin: 0;
    font-size: 22px;
    font-weight: 700;
    line-height: 120%;
}

.blog__card--desc {
    color: var(--text-grey);
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

.blog__card-img {
    width: 100%;
    height: 205px;
    overflow: hidden;
    border-radius: 8px;
}

.blog__card-img>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.base-market {
    color: var(--text-grey);
    font-size: 15px;
    font-weight: 600;
    display: block;
}

.base-market.opac {
    color: rgba(0, 0, 0, 0.5);
}

.base-market.cs-badge {
    border: 1px solid #eee;
    padding: 5px 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
}

.wrap--sticky {
    position: sticky;
    top: 160px;
    margin-top: 40px;
}

.wrap--sticky #ez-toc-container {
    background: #fff;
    border-color: #d7dfe7;
    padding: 20px;
}

.wrap--sticky div#ez-toc-container ul li,
div#ez-toc-container ul li a {
    color: var(--text-grey);
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 5px;
}

.blog-detail-info-outer {
    margin: 40px 0px;
    padding: 0px 20px;
}

.blog-detail-info-outer h1,
.blog-detail-info-outer h2,
.blog-detail-info-outer h3,
.blog-detail-info-outer h4,
.blog-detail-info-outer h5,
.blog-detail-info-outer h6 {
    color: var(--primary);
    font-weight: 700;
    line-height: 120%;
    margin-bottom: 25px;
}

.blog-detail-info-outer a {
    color: var(--primary);
    text-decoration: underline;
}

.blog-detail-info-outer a:hover {

    text-decoration: none;
}


.blog-detail-info-outer table {
    width: 100%;
    border-collapse: collapse;
    margin: 0;
}

.blog-detail-info-outer table tr td {
    border: 1px solid #eee;
    color: var(--text-grey);
    font-size: 18px;
    font-weight: 400;
    line-height: 150%;
}

.blog-detail-info-outer p {
    color: var(--text-grey);
    margin: 0;
    font-size: 18px;
    font-weight: 400;
    line-height: 150%;
    margin-top: 15px;
    margin-bottom: 15px;
}

.blog-detail-info-outer ol,
.blog-detail-info-outer ul {
    color: var(--text-grey);
    margin: 0;
    font-size: 18px;
    font-weight: 400;
    line-height: 150%;
    margin-top: 15px;
    margin-bottom: 15px;

}

.blog-detail-info-outer ol li,
.blog-detail-info-outer ul li {
    margin-bottom: 10px;
    color: var(--text-grey);
}

.wrap--sticky #ez-toc-container .ez-toc-title {
    font-weight: 600;
    color: var(--primary);
}

.author__info {
    display: grid;
    grid-gap: 2rem;
    grid-template-columns: 70px 1fr;
    margin-top: 15px;
    border-top: 1px solid #eee;
    padding-top: 25px;
}

.author__desc {
    margin-bottom: 20px;
    margin-top: 15px;
    /* border-top: 1px solid #eee;
    padding-top: 15px; */
}

.author__desc p {
    font-size: 14px;
    line-height: 145%;
    font-weight: 400;
    margin: 0;
}

.author__info-pic {
    display: inline-block;
    width: 80px;
    height: 80px;
    overflow: hidden;
    border-radius: 50%;
}

.author__info-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin: 0;
}

.author__info h3 {
    margin: 0;
    font-size: 24px;
    text-align: start;
}

/* Pagination Wrapper */
.blog_pagination.pagination {
    margin-top: 40px;
    justify-content: center;
}

/* UL Reset */
.blog_pagination.pagination ul {
    display: flex;
    justify-content: center;
    gap: 8px;
    padding: 0;
    list-style: none;
}

/* Each Item */
.blog_pagination .pagination ul li {
    display: inline-block;
}

/* Links */
.blog_pagination.pagination ul li a,
.blog_pagination.pagination ul li span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    height: 40px;
    padding: 0 14px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 8px;
    text-decoration: none;
    border: 1px solid #E3E8EF;
    color: var(--primary);
    /* your brand dark blue */
    background-color: #fff;
    transition: all 0.25s ease;
}

/* Hover */
.blog_pagination.pagination ul li a:hover {
    background-color: var(--primary);
    color: #fff;
    border-color: var(--primary);
}

/* Current Page */
.blog_pagination.pagination ul li .current {
    background-color: var(--primary);
    color: #fff;
    border-color: var(--primary);
    cursor: default;
}

/* Prev / Next */
.blog_pagination.pagination ul li .prev,
.blog_pagination.pagination ul li .next {
    font-weight: 600;
    padding: 0 16px;
}

/* Disabled (if any) */
.blog_pagination.pagination ul li .dots {
    border: none;
    background: transparent;
    pointer-events: none;
}

.bryt_blog_box {
    padding: 1.25rem;
    background-color: #E5F1FF;

}

.codedropz-upload-wrapper span.has-error-msg {
    display: block;
}

.custom-product-dropdown {
    position: relative;
    width: 100%;
}

.dropdown-selected {
    height: 64px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 12px;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

.selected-value {
    flex: 1;
    color: #777;
    font-size: 18px;
}

.dropdown-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
}

.dropdown-selected.active .dropdown-arrow {
    transform: rotate(180deg);
}

.dropdown-list {
    display: none;
    position: absolute;
    top: 55px;
    left: 0;
    width: 100%;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    max-height: 420px;
    overflow-y: auto;
    z-index: 9999;
    padding: 10px 0;
}

.product-item {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 18px 24px;
    cursor: pointer;
    border-bottom: 1px solid #f1f1f1;
    transition: 0.3s;
}

.product-item:last-child {
    border-bottom: none;
}

.product-item:hover {
    background: #f8f8f8;
}

.product-item.active-item {
    background: #f5f5f5;
}

.product-item img {
    /* width: 52px; */
    height: 32px;
    object-fit: contain;
    border-radius: 6px;
    flex-shrink: 0;
}

.product-item span {
    font-size: 20px;
    font-weight: 500;
    color: #555;
    line-height: 1.4;
}

.selected-product {
    display: flex;
    align-items: center;
    gap: 14px;
}

.selected-product img {
    width: 40px;
    height: 40px;
    object-fit: contain;
    border-radius: 4px;
}

.selected-product span {
    font-size: 18px;
    color: #444;
    font-weight: 500;
}

.custom-product-dropdown p {
    margin-bottom: 0;
    font-size: 1rem;
}

.custom-product-dropdown .dropdown-list {
    border: 1px solid #E4E4E7;
}

.custom-product-dropdown .dropdown-list .product-dropdown-items {
    padding: 10px 20px;
}

.custom-product-dropdown .dropdown-list .product-dropdown-items .product-item {
    padding: 12px 10px;
    display: grid;
    grid-template-columns: minmax(0, 40px) minmax(0, 1fr);
}

.custom-product-dropdown .dropdown-list .product-dropdown-items .product-item span.product-image-wrapper {
    background: linear-gradient(178.15deg, #FAFCFF 37.91%, #C8D1DE 130.28%);
    border: 1px solid rgba(1, 42, 90, 0.06);
    border-radius: 0.13px;
}

.custom-product-dropdown .dropdown-list .product-dropdown-items .product-item span.product-image-wrapper span.selected-product-img {
    max-width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 4px;
    text-align: center;
}

.custom-product-dropdown .dropdown-list .product-dropdown-items .product-item>span {
    font-weight: 600;
    color: #52525B;
    font-size: 1rem;
}

.custom-product-dropdown .dropdown-list .product-dropdown-items .product-item>img {
    width: 40px;
    height: 40px;
}

.custom-product-dropdown .dropdown-selected {
    height: 46px;
    border-radius: 8px;
}

.custom-product-dropdown .selected-product img {
    width: 28px;
    height: 28px;
}

.custom-product-dropdown .selected-product>span {
    font-weight: 600;
    color: #52525B;
    font-size: 1rem;
    line-height: 1.1;
}

.mt-160 {
    margin-top: 60px;
}

.para-0>.mb-2>p {
    margin-bottom: 8px;
}


.selected__product__div .product_details {
    background-color: var(--white);
    border: 1px solid #E4E4E7;
    padding: 20px 10px;
    line-height: 1.2;
    color: var(--dark);
    border-radius: 6px;
    outline: none;

}

.selected__product__div .product_details .product_front {
    /* background: linear-gradient(179.49deg, rgba(206, 228, 254, 0.211765) 42.36%, #2661A8 157.21%);
    border: 1px solid rgba(1, 42, 90, 0.06); */
    background: linear-gradient(178.15deg, #FAFCFF 37.91%, #C8D1DE 130.28%);
    border: 1px solid rgba(1, 42, 90, 0.06);
    border-radius: 8px;
    min-height: 200px;
    padding: 1rem;
    padding-bottom: 0;
}

.selected__product__div {
    padding: 0 13px 32px 13px;
}

.selected__product__div .product_details .product_title {
    color: var(--heading);
}

.selected__product__div .product_details .product_short_text {
    color: var(--text-grey);
    margin-top: 5px;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
}

.selected__product__div .product_details .hr {
    color: var(--text-grey);
    display: none;
}

.selected__product__div .product_details .product_highlights {
    margin-bottom: 1rem;
    display: none;
}

.selected__product__div .product_details .product_use_cases {
    margin-bottom: 1rem;
    display: none;
}

.selected__product__div .product_details .product_view_button {
    margin-bottom: 1rem;
    display: none;
}

.selected__product__div .product_details .show_product_details {
    font-size: 14px;
    color: var(--heading);
    cursor: pointer;
    margin-bottom: 1rem;
}

.selected__product__div .product_details .product_highlights h4 {
    font-size: 14px;
    font-weight: bold;
    color: #3F3F46
}

.selected__product__div .product_details .product_use_cases h4 {
    font-size: 14px;
    font-weight: bold;
    color: #3F3F46
}

.selected__product__div .product_details .product_highlights_list ul {
    padding-left: 0;
    list-style-type: none;
}


.selected__product__div .product_details .product_highlights_list ul li {
    padding-left: 1.25rem;
    background-size: auto;
    background-position: left top 2px;
    background-image: url('../img/sparkle_small.svg');
    background-repeat: no-repeat;
}

.selected__product__div .product_details .product_highlights_list ul li {
    font-size: 12px;
    font-weight: 500;
    color: var(--text-grey);
    margin-bottom: 8px;
}

.selected__product__div .product_details .product_highlights_list ul li span {
    font-weight: 500 !important;
}

.selected__product__div .product_details .product_use_cases_list {
    font-size: 12px;
    font-weight: 500;
    color: var(--text-grey);
}







.selected_product_div .product_details {
    background-color: var(--white);
    border: 1px solid #E4E4E7;
    padding: 20px;
    line-height: 1.2;
    color: var(--dark);
    border-radius: 6px;
    outline: none;
}

.selected_product_div .product_details .product_front {
    /* background: linear-gradient(179.49deg, rgba(206, 228, 254, 0.211765) 42.36%, #2661A8 157.21%);
    border: 1px solid rgba(1, 42, 90, 0.06); */
    background: linear-gradient(178.15deg, #FAFCFF 37.91%, #C8D1DE 130.28%);
    border: 1px solid rgba(1, 42, 90, 0.06);
    border-radius: 8px;
    min-height: 200px;
}

.selected_product_div {
    padding: 0 23px;
}

.selected_product_div .product_details .product_title {
    color: var(--heading);
}

.selected_product_div .product_details .product_short_text {
    color: var(--text-grey);
    margin-top: 5px;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
}

.selected_product_div .product_details .hr {
    color: var(--text-grey);
    display: none;
}

.selected_product_div .product_details .product_highlights {
    margin-bottom: 1rem;
    display: none;
}

.selected_product_div .product_details .product_use_cases {
    margin-bottom: 1rem;
    display: none;
}

.selected_product_div .product_details .product_view_button {
    margin-bottom: 1rem;
    display: none;
}

.selected_product_div .product_details .show_product_details {
    font-size: 14px;
    color: var(--heading);
    cursor: pointer;
    margin-bottom: 1rem;
}

.selected_product_div .product_details .product_highlights h4 {
    font-size: 14px;
    font-weight: bold;
    color: #3F3F46
}

.selected_product_div .product_details .product_use_cases h4 {
    font-size: 14px;
    font-weight: bold;
    color: #3F3F46
}

.selected_product_div .product_details .product_highlights_list ul {
    padding-left: 0;
    list-style-type: none;
}


.selected_product_div .product_details .product_highlights_list ul li {
    padding-left: 1.25rem;
    background-size: auto;
    background-position: left top 2px;
    background-image: url('../img/sparkle_small.svg');
    background-repeat: no-repeat;
}

.selected_product_div .product_details .product_highlights_list ul li {
    font-size: 12px;
    font-weight: 500;
    color: var(--text-grey);
    margin-bottom: 8px;
}

.selected_product_div .product_details .product_highlights_list ul li span {
    font-weight: 500 !important;
}

.selected_product_div .product_details .product_use_cases_list {
    font-size: 12px;
    font-weight: 500;
    color: var(--text-grey);
}

@media(max-width:767px) {

    .product-item {
        padding: 14px 16px;
        gap: 14px;
    }

    .product-item span {
        font-size: 16px;
    }

    .selected-product span {
        font-size: 16px;
    }

    .dropdown-selected {
        height: 56px;
    }
}


@media (min-width: 768px) {
    .bryt_blog_box {
        padding: 3.25rem;
    }

    .grid-blog-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (min-width: 1200px) {
    .bryt_blog_box {
        padding: 5rem 2.5rem;
    }

    .mt-160 {
        margin-top: 120px;
    }
}

/* Blog Section Ends */


@media (max-width: 576px) {
    .video__box {
        padding-top: 56.25%;
        margin-top: 60px;
    }
}

@media (min-width: 577px) and (max-width: 768px) {
    .video__box {
        padding-top: 56.25%;
        margin-top: 60px;
    }


}

@media (max-width: 768px) {

    .video--desktop {
        display: none;
    }

    .video--mobile {
        display: block;
    }

    .maxw-mobile-60 {
        max-width: 60%;
    }
}

@media (max-width: 991px) {
    [data-aos] {
        opacity: 1 !important;
        transform: none !important;
        transition: none !important;
    }
}


/* @media (min-width: 1400px) {
    .mt-160 {
        margin-top: 160px;
    }
} */