.text-align-right {
    text-align: right;
}

.text-align-center {
    text-align: center;
}

h1, .h1, .h2, h2, h3, .h3, h4, .h4, h5, .h5, .h6, h6 {
    margin-bottom: 8px;
}

@media (min-width:768px) {
    .hover-test {
        transition: all .2s ease-in-out;
    }

    .hover-test:hover {
        transform: scale(1.08);
    }
}

.oc-item {
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;;
    border:none;
    margin-bottom:5px;
}

.topbar-grid {
    display: grid;
    grid-template-columns: 0.5fr 0.5fr;
}

.topbar-grid > *:first-child {
    order:2;
}

.topbar-logo-hide {
    top: 0 !important;
    transition: all .2s ease-in-out;
}

.toggle-header {
    height:100px;
}

.toggle.toggle-bg {
    --cnvs-toggle-bg-color: #fcf2e9;
}

.toggle-icon {
    margin-top:auto;
    margin-bottom:auto;

}

#logo {
    transition: all .2s ease-in-out;
    top:0;
}

.main-menu-item-caret {
display: block;
position: absolute !important;
top: 50%;
right: 0;
line-height: 1;
margin: 0;
transform: translateY(-50%) rotate(-90deg);
}

.menu-link {
    font-size: 1rem;
}

.is-expanded-menu .sub-menu-container .menu-item > .menu-link {
    font-size:0.9rem;
}

.title-margin {
    margin-bottom: 1rem;
    margin-left:1.5rem;
}

.navbar-scrolldown {
    height: unset;
    transition: ease-out height 0.3s;
}

.navbar-scrolldown.down {
    height: 100px;
    transition: ease-out height 0.3s;
}

@media (min-width: 992px) {
    .navbar-scrolldown {
        height: 100px;
        transition: ease-out height 0.3s;
    }

    .topbar-logo-hide {
        top:-100px !important;
    }

    .navbar-scrolldown.down {
        height: 50px;
        transition: ease-out height 0.3s;
    }

    .topbar-grid {
        grid-template-columns: 0.4fr 0.2fr 0.4fr;
    }
    .topbar-grid > *:first-child {
        order:0;
    }
}

.mobile-show {
    display: none !important;
}

@media (max-width: 992px) {
    .mobile-show {
        display: block !important;
    }
}

.mobile-hide {
    display: flex !important;
}

@media (max-width: 992px) {
    .mobile-hide {
        display: none !important;
    }
}

.mobile-sm-hide {
    display: unset;
}

@media (max-width: 768px) {
    .mobile-sm-hide {
        display: none !important;
    }
}

.secondary-logo-size {
    height: 100px;
}

.c-footer-text {
    font-size: var(--cnvs-copyrights-font-size);
    line-height: var(--cnvs-line-height-content);
}

.large-partner-cards {
    font-size: 1.1rem;
    align-content: center;
}

.toggle-header {
    border-top-left-radius: 4% !important;
    border-top-right-radius: 4% !important;
}

.toggle-content {
    border-bottom-left-radius: 4%;
    border-bottom-right-radius: 4%;
}

.modal-close-button {
    position: absolute;
    right: 30px;
    top: 30px;
}

.product-display {
    background-color: #fcf2e9;
    height: 425px;
    border-radius: 20px;
    z-index: 1;
}

.product-text-overlay {
    display: none;
}

@media (min-width: 992px) {
    .product-text-overlay {
        position: absolute;
        top: 100px;
        text-align: right;
        right: 20px;
        font-size: 3rem;
        z-index: 4;
        color: var(--cnvs-themecolor);
        font-weight: bold;
        line-height: 4rem;
        width: 120%;
        display: block;
    }
}

.rounded-border {
    border-radius: 10px;
}

.product-grid {
    display: grid;
    column-gap: 30px;
    grid-template-rows: repeat(2, min-content);
    grid-template-columns: 1fr 1fr;
    list-style: none;
    gap: 30px;
    font-weight: bolder;
    font-size: 1.3rem;
}

.product-grid i {
    margin-right: 10px;
    color: var(--cnvs-themecolor);
}

@media (max-width: 768px) {
    .product-grid {
        grid-template-columns: 1fr;
    }
}

.product-icon-bg {
    background: white;
    height: 71px;
    width: 71px;
    border-radius: 20px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
    text-align: center;
    align-content: center;
    z-index: 2;
}

.border-test {
    border-right: 0;
    border-left: 2px;
    border-style: solid;
    /* 	border-image: linear-gradient(to bottom, #ccc, #555 66%, #181818) 1 100%; */
    border-image: linear-gradient(to bottom, #fcf2e9, #e26274, #fcf2e9) 1 100%;
}

.product-steps {
    display: grid;
    grid-template-columns: 75px 1fr;
    grid-template-rows: repeat(3, 210px);
    column-gap: 30px;
    /*row-gap: 3rem; */
    margin-left: 100px;
}

@media (max-width: 576px) {
    .product-steps {
        margin-left: 0;
    }
}

.product-steps h3 {
    margin-bottom: 5px;
}

.product-steps-line {
    background: linear-gradient(#e26274, #e26274) no-repeat center / 1px 100%;
    position: absolute;
    height: 450px;
    top: 10px;
    z-index: 1;
    width: 1px;
    left: 35px;
}

@media (max-width: 992px) {
    .contact-text p {
        font-weight: 500;
    }
}

.product-image {
    border-radius: 12%;
    display: none;
}

@media (min-width: 992px) {
    .product-image {
        display: block;
    }
}

@media (max-width: 992px) {
    .product-steps {
        grid-template-rows: repeat(3, 250px);
    }

    .product-steps-line {
        height: 500px;
    }
}

.hero-text-header {
    font-size: 2.5rem;
}

@media (min-width: 576px) {
    .hero-text-header {
        font-size: 3rem;
    }
}

.hero-text-text {
    font-size: 1.5rem;
    line-height: 2.8rem;
    font-weight: 500;
}

@media (min-width: 540px) {
    .hero-text-text {
        font-size: 1.8rem;
        line-height: 3rem;
    }
}

@media (min-width: 768px) {
    .hero-text-text {
        font-size: 2rem;
        line-height: 3.2rem;
    }
}

.info-list {
    list-style: none;
}

.info-list li {
    margin-bottom: 1.5rem;
}

.fancy-title h2 {
    line-height: 30px;
}

.fancy-title i {
    font-size: 1.2rem;
    font-weight: normal;
    margin-bottom: 0;
    font-style: normal;
}

.login-dropdown {
    border-top: var(--cnvs-themecolor) 2px solid;
    right: 20px;
    border-radius: 0;
}

.contact-gradient {
    background: linear-gradient(to right, white 50%, rgba(255, 255, 255, 0) 110%) no-repeat center / cover,
    url('/assets/companySite/images/envelopes-6919301_1280.jpg') no-repeat center / cover;
    background-position-x: right;
}

.indented-list {
    margin-left:23px;
}

.indented-list > li::marker {
    color:#E26274FF;
    font-size: 24px;
}

.cynk-center-block {
    border-radius: 20px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    padding: 30px;
}

.login-other-link {
    position: absolute;
    right: 30px;
    font-size: 1.6rem;
    top: 180px;
    padding-top: 15px;
}

@media (max-width: 768px) {
    .login-other-link {
        position: relative;
        right: 0;
        text-align: center;
        top: 0;
    }
}

.button-green:hover {
    background-color: #74c35e;
}

.button-disabled {
    background-color: #4c4942;
}

.investigation-yes {
    background-color: #72bf48;
}

.investigation-maybe {
    background-color: #fc6;
}

.investigation-no {
    background-color: #d8d4cf;
}

.investigations-list > div > div > table {
    --bs-table-bg: transparent;
    --bs-table-accent-bg: transparent;
    --bs-table-striped-color: #212529;
    --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
    --bs-table-active-color: #212529;
    --bs-table-active-bg: rgba(0, 0, 0, 0.1);
    --bs-table-hover-color: #212529;
    --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
    width: 100%;
    color: #212529;
    vertical-align: top;
    border-color: #dee2e6;
    caption-side: bottom;
    border-collapse: collapse;
}

.table-investigation-results {
    margin-bottom: 0;
}

.table-header-light {
    background-color: #f2f2f2;
    color: #333;
    border-bottom: 10px solid #fff;
}

tbody, td, tfoot, th, thead, tr {
    border-color: inherit;
    border-style: solid;
    border-width: 0;
}

.table-investigation-results th {
    background-color: #6564db;
    color: #fff;
    text-transform: uppercase;
    font-weight: normal;
}

.table > :not(caption) > * > * {
    padding: .5rem .5rem;
    border-bottom-width: 1px;
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}

@media (min-width: 978px) {
    .mobile-only {
        display: none;
    }
}

.row-margin {
    margin: 10px 0;
}

.company-name {
    font-weight: bold;
}

.investigation-pending {
    background: #e4e4e4;
}

.cynk-input-field {
    border: 1px solid rgba(216, 196, 196, 0.55);
    border-radius: 20px;
    padding-left: 20px;
    width: 100%;
    letter-spacing: 0.25px;
    line-height: 16px;
    height: 50px;
    font-size: 14px;
    font-weight: 600;
}

.cynk-input-field::placeholder {
    color: #9c9c9c;
}

.margin-center {
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 375px) {
    .overheader {
        height: 48px;
    }
}

.mobile-direction-row-col {
    flex-direction: column;
    gap: unset;
}

@media (min-width: 992px) {
    .mobile-direction-row-col {
        flex-direction: row;
        gap: 1.5rem !important;
    }
}

.mobile-align-self {
    align-self: center;
}

.mobile-text-align {
    text-align: center;
}

@media (min-width: 992px) {
    .mobile-align-self {
        align-self: start;
    }

    .mobile-text-align {
        text-align: unset;
    }
}

.flexbox-col {
    display: flex;
    flex-direction: column;
}

.email-label {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 0;

}

.mobile-button {
    font-size: 1.5rem;
    line-height: 2.8rem;
    font-weight: 500;
}

@media (min-width: 540px) {
    .mobile-button {
        font-size: 1.8rem;
        line-height: 3rem;
    }
}

@media (min-width: 768px) {
    .mobile-button {
        font-size: 2rem;
        line-height: 3.2rem;
    }
}


.flex-direction-flip-col-row {
    flex-direction: column;
}

.flex-direction-flip-row-col {
    flex-direction: row;
}

.flex-direction-flip-col-row-reverse {
    flex-direction: column;
}

.flex-direction-flip-row-col-reverse {
    flex-direction: row-reverse;
}

.mobile-gap-4 {
    gap: unset;
}

.flex-direction-col-mobile-reverse {
    flex-direction: column-reverse;
}

@media (min-width: 992px) {
    .flex-direction-flip-col-row {
        flex-direction: row;
    }

    .flex-direction-col-mobile-reverse {
        flex-direction: column;
    }

    .flex-direction-flip-row-col {
        flex-direction: column;
    }

    .flex-direction-flip-col-row-reverse {
        flex-direction: row-reverse;
    }

    .flex-direction-flip-row-col-reverse {
        flex-direction: column-reverse;
    }

    .mobile-gap-4 {
        gap: 1.5rem;
    }
}

.menu-link {
    --cnvs-primary-menu-padding-x: 12px !important;
}

.feature-box-button {
    width: 80%;
    margin-bottom:20px;
}

.home-content-box {
    border-radius: 10px;
    padding-top: 30px;
	margin-bottom:2rem;
}

@media (min-width: 992px) {
    .home-content-box {
        padding-bottom: 1rem !important;
        margin-bottom: 1rem;
        padding-top: 1rem !important;
        margin-top: 1rem;
        border-radius: 10px;
    }

    .feature-box-button {
        width: 50%;
        margin-bottom:0;
    }
}

.col-lg-content-home {
    flex: 0 0 auto;
    width: 80%;
}


.media-box .fbox-media {
    height: 100%;
}

.box-height{
    min-height: 60px;
    height:unset;
}


@media (min-width: 992px) {
    .media-box .fbox-media {
	    margin-bottom:0;
        height: 220px;
    }
    .box-height{
        height: 120px;
    }
}

.topbar-contact {
    background-color: #f4f4f4;
    height: 40px;
    display: flex;
    align-items: center;
}

.home-head-box {
    background-image: url("/assets/companySite/images/hands-heart-illustration.jpg");
    background-size: 50%;
}

.home-title-text {
    padding: 40px;
}

#copyrights {
    padding: calc(var(--cnvs-content-padding)* 0.3) 0;
}

.product-order-button {
    background-color: #6564db;
    width: 80%;
}

.margin-mobile-minus-100-0 {
    margin-bottom: 0;

}

.home-title-text h1 {
    font-size: 1.5rem;
}

@media (min-width: 768px) {
    .margin-mobile-minus-100-0 {
        margin-bottom: -100px;
    }

    .home-title-text h1 {
        font-size: .75rem;
    }
}

.heart-hands {
    position: absolute;
    z-index: 2;
    height:auto;
    width:40%;
    right:0;
    top:-50px;
}

.home-container {
    border-radius:10px;
    height: 100%;
    width: 100%;
    overflow: visible;
    margin-bottom:20px;
}

.image-group {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.image-group img {
    width: 120px;
    height: 100%;
}

#header {
    --cnvs-primary-menu-tt: unset;
}

.is-expanded-menu .sub-menu-container .menu-item > .menu-link {
    text-transform: unset;
}

.product-overview-image {
    width:auto;
    height:300px;
}

.contact-image {
    width:70%;
    align-self: center;
}

.asm-margin-bottom {
    margin-bottom:18px;
}

.product-text-box {
    height:100px;
}

.asm-top-padding {
    padding-top:unset;
}

@media (min-width: 768px) {
    .hero-text-header {
        font-size: 4.5rem;
        line-height: 7rem;
        font-weight: 600;
    }

    .product-text-box {
        height:160px;
    }
}

@media (min-width: 992px) {
    .fbox-media img {
        width: 300px !important;
    }
    .col-lg-content-home {
        flex: 0 0 auto;
        width: 32%;
    }

    .asm-margin-bottom {
        margin-bottom:unset;
    }

    .product-text-box {
        height:220px;
    }

    .asm-top-padding {
        padding-top:32px;
    }
}

/* Modal custom styles for PDF/image preview */
.block-header.bg-primary-dark {
    background: linear-gradient(90deg, #E26274 0%, #f8b6c1 100%);
    color: #fff;
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
    padding: 1.25rem 1.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: sticky;
    top: 0;
    z-index: 10;
}

.block-header.bg-primary-dark .block-title {
    font-size: 1.25rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.block-header.bg-primary-dark .block-options {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.block-content.block_body {
    background: #f8f9fa;
    padding: 2rem 1.5rem 1.5rem 1.5rem;
    overflow-y: auto;
    max-height: 70vh;
}

.block_footer {
    background: #f4f4f4;
    border-bottom-left-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
    padding: 1rem 1.5rem;
    box-shadow: 0 -2px 8px rgba(0,0,0,0.04);
    position: sticky;
    bottom: 0;
    z-index: 10;
}

.block-content.block-content-full.text-end.bg-body.block_footer button {
    min-width: 100px;
    background: #E26274;
    border: none;
    color: #fff;
}

.block-content.block-content-full.text-end.bg-body.block_footer button:hover {
    background: #d44b61;
}

@media (max-width: 768px) {
    .block-header.bg-primary-dark, .block_footer {
        padding: 1rem;
    }
    .block-content.block_body {
        padding: 1rem;
    }
}
.cursor-pointer {
    cursor: pointer;
}

.badge {
    --bs-badge-padding-x: 0.65em;
    --bs-badge-padding-y: 0.35em;
    --bs-badge-font-size: 0.75em;
    --bs-badge-font-weight: 700;
    --bs-badge-color: #fff;
    --bs-badge-border-radius: 0.5rem; /* fallback if var not set */
    display: inline-block;
    padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
    font-size: var(--bs-badge-font-size);
    font-weight: var(--bs-badge-font-weight);
    line-height: 1;
    color: var(--bs-badge-color);
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: var(--bs-badge-border-radius, 0.5rem);
}

.badge-primary {
    background-color: #4682B4;
}
.badge-secondary {
    background-color: #6c757d;
}
.badge-success {
    background-color: #28a745;
}
.badge-danger {
    background-color: #dc3545;
}
.badge-warning {
    background-color: #ffc107;
    color: #212529;
}
.badge-info {
    background-color: #17a2b8;
}
.badge-light {
    background-color: #f8f9fa;
    color: #212529;
}
.badge-dark {
    background-color: #343a40;
}

/* Focus indicator for keyboard navigation */
:focus-visible {
    outline: 2px solid #e26274 !important;
    outline-offset: 2px !important;
    box-shadow: 0 0 0 4px rgba(226, 98, 116, 0.25) !important;
    border-radius: 2px;
    transition: outline-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}
