﻿@media (min-width: 768px) and (max-width: 929px) {
    .ctaimage {
        flex-direction: column-reverse;
    }

    .article-text {
        order: 2;
    }

    .article-image {
        order: 1;
        width: 100%;
    }

        .article-image img {
            width: 100%;
            height: auto;
        }
}

.article-text {
    color: #000 !important;
}

a.feat-systems.text-white:hover {
    color: #0E1116 !important;
}

.annotation-line {
    position: absolute;
    top: 71%;
    left: 0;
    height: 4px;
    background-color: #11CDB4;
    width: 30%;
    transform: translateX(-50%) translateY(-50%);
}



@media (max-width: 899px) {
    .annotation-line {
        display: none; /* Hide the line */
    }
}


@media (max-width: 1200px) {
    .annotation-line {
        position: absolute;
        top: 71%;
        left: 0;
        height: 4px;
        background-color: #11CDB4;
        width: 10%;
        transform: translateX(-50%) translateY(-50%);
    }
}

@media (min-width: 1200px) {
    .annotation-line {
        position: absolute;
        top: 71%;
        left: 0;
        height: 4px;
        background-color: #11CDB4;
        width: 10%;
        transform: translateX(-50%) translateY(-50%);
    }
}

@media (min-width: 1300px) {
    .annotation-line {
        position: absolute;
        top: 71%;
        left: 0;
        height: 4px;
        background-color: #11CDB4;
        width: 15%;
        transform: translateX(-50%) translateY(-50%);
    }
}

@media (min-width: 1500px) {
    .annotation-line {
        position: absolute;
        top: 71%;
        left: 0;
        height: 4px;
        background-color: #11CDB4;
        width: 20%;
        transform: translateX(-50%) translateY(-50%);
    }
}

@media (min-width: 1800px) {
    .annotation-line {
        position: absolute;
        top: 67%;
        left: 0;
        height: 4px;
        background-color: #11CDB4;
        width: 34%;
        transform: translateX(-50%) translateY(-50%);
    }
}




.feat-product :hover h6,
.feat-product ul.clicked h6 {
    color: #4054AC;
}
/*     
.slider {
padding: 70px 0;
} */

/* CSS for smaller screens */
@media (max-width: 768px) {
    .slider-item {
        width: 100% !important; /* Set each slider item to occupy full width */
    }
}



.slider-item {
    margin-right: 10px; /* Adjust this value as needed */
}


.slider-item {
    width: 20%;
    height: 200px;
    margin-right: 25px;
    /* border-radius: 15px; */
    background-size: cover;
    background-position: center center;
}

    .slider-item:before {
        display: block;
        content: '';
    }


button.btn-primary-product.d-none.d-md-block {
    position: absolute;
    left: 0;
    top: 0;
}

button.btn-primary-product.d-md-none {
    position: absolute;
    left: 0;
    top: 0;
    width: 60px;
    height: 62px;
}

h6.card-title.d-md-none {
    margin-left: 68px;
    margin-bottom: 16px;
}


.carousel {
    background: #FAFAFA;
    margin: 0 60px;
    /* space for prev/next buttons */
}

.carousel-cell {
    width: 75%;
    height: 200px;
    margin-right: 10px;
    border-radius: 5px;
}

a.text-white.text-underline:hover {
    color: #11CDB4 !important;
}
/* smaller, dark, rounded square */
.flickity-prev-next-button {
    width: 50px;
    height: 48px;
    border-radius: 5px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}



    /* arrow color */
    .flickity-prev-next-button .arrow {
        fill: white;
    }

    .flickity-prev-next-button.no-svg {
        color: white;
    }

    /* position outside */
    .flickity-prev-next-button.previous {
        /* left: -40px; */
        background-image: url("../../images/leftarrow1.WebP");
        left: 0;
        border-radius: 0px !important;
    }

    .flickity-prev-next-button.next {
        /* right: -40px;  */
        background-image: url("../../images/rightarrow1.WebP");
        right: 0;
        border-radius: 0px !important;
    }

.carousel-cell {
    position: relative;
}

.carousel-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    /* Adjust the background color and opacity as needed */
    padding: 10px;
    /* Adjust the padding as needed */
    box-sizing: border-box;
}

    .carousel-content h6,
    .carousel-content p {
        margin: 0;
    }

.carousel-image {
    display: block;
    height: 300px;
    /* set min-width, allow images to set cell width */
    min-width: 150px;
    max-width: 100%;
    margin-right: 10px;
    /* vertically center */
    top: 50%;
    transform: translateY(-50%)
}

.carousel.is-fullscreen .carousel-image {
    height: auto;
    max-height: 100%;
}

.carousel-cell {
    width: 66%;
    height: 200px;
    margin-right: 10px;
    background: #8C8;
    border-radius: 5px;
    counter-increment: gallery-cell;
}

    /* cell number */
    .carousel-cell:before {
        display: block;
        text-align: center;
        content: counter(gallery-cell);
        line-height: 200px;
        font-size: 80px;
        color: white;
    }

.carousel-cell {
    width: 66%;
    height: 200px;
    margin-right: 10px;
    background: #8C8;
    border-radius: 5px;
    counter-increment: carousel-cell;
}

    /* cell number */
    .carousel-cell:before {
        display: block;
        text-align: center;
        content: counter(carousel-cell);
        line-height: 200px;
        font-size: 80px;
        color: white;
    }

.text-white {
    color: white;
}

.text-red {
    color: red;
}

.carousel-nav {
    text-align: center;
    margin-top: 10px;
}

.carousel-prev-button,
.carousel-next-button {
    background-color: #ccc;
    color: #000;
    border: none;
    padding: 5px 10px;
    margin: 0 5px;
    cursor: pointer;
}

    .carousel-prev-button:hover,
    .carousel-next-button:hover {
        background-color: #aaa;
    }

.system-ptblue {
    width: 40px;
    height: 40px;
    font-size: 18px;
    padding: 9px 14px;
    color: #fff !important;
    position: absolute;
    background: #11CDB4 !important;
}

    .system-ptblue:hover {
        background: #4054AC !important;
    }

@media (max-width: 767.98px) {
    .my-sm-3 {
        margin-bottom: 1rem; /* Adjust the value as needed */
    }
}

.col-sm-3:hover {
    /* Add your styles for the hover state here */
    /* For example, change background color */
    background-color: #f0f0f0;
}

.container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

.card-body {
    padding: 1px !important;
}

.component {
    flex-basis: calc(25% - 20px);
    background-color: #f4f4f4;
    border: 1px solid #ccc;
    margin-bottom: 20px;
    position: relative;
}

    .component h3 {
        margin-bottom: 15px;
    }

    .component p {
        color: #333;
    }

.label {
    position: absolute;
    top: -1px;
    left: -1px;
    background-color: #00bcd4;
    color: white;
    padding: 5px 10px;
    font-size: 14px;
    font-weight: bold;
}

.component:nth-child(1) .label {
    background-color: #11CDB4;
}

.component:nth-child(2) .label {
    background-color: #11CDB4;
}

.component:nth-child(3) .label {
    background-color: #11CDB4;
}

.component:nth-child(4) .label {
    background-color: #11CDB4;
}

/* Tablet styles */
@media (max-width: 768px) {
    .component {
        flex-basis: calc(50% - 20px);
    }
}

/* Small tablet styles */
@media (max-width: 576px) {
    .component {
        flex-basis: 100%;
    }
}

.system-ptbluedesktop:hover {
    background: #4054AC !important;
}

.system-ptbluedesktop:active {
    background: #4054AC !important;
}

.system-ptbluedesktop.active:hover {
    background-color: #4054AC !important;
}
/* Highlight styles */
.active {
    /*background-color: #0E1116;*/
}

    .active h6, .active p {
        color: white;
    }

/* System links styles */
.system-ptbluedesktop {
    width: 40px;
    height: 40px;
    font-size: 18px;
    padding: 9px 14px;
    color: #fff !important;
    position: absolute;
    background: #11CDB4 !important;
}

.systems-hero {
    position: relative;
    margin-bottom: 20px;
}

/* Responsive styles */
@media (max-width: 768px) {
    .systems-hero {
        text-align: center;
    }
}


.btn-primary-product {
    border-radius: 0 !important;
    background-color: #11CDB4;
    color: #fff !important;
    padding: 5px 10px;
    border: none !important;
}

.highlight {
    background-color: yellow; /* Change this to your desired highlight color */
}

a.system-ptbluedesktop.system-active {
    background-color: #4054AC !important;
}

button.btn.btn-primary.system-btn.system-active {
    background-color: #4054AC !important;
}

.system-ptbluedesktop.active {
    /* Define your hover state styles here */
    background-color: #4054AC !important; /* Example hover background color */
    color: #fff; /* Example hover text color */
}

.system-ptblue.active:hover {
    background-color: #4054AC !important;
}

.system-ptblue.hovered, .system-ptblue.active {
    background-color: #4054AC !important; /* Set the background color to blue */
    color: #fff; /* Set the text color to white */
}

.highlight {
    background-color: yellow; /* Change this to your desired highlight color */
}

a.system-ptblue.system-active {
    background-color: #4054AC !important;
}

button.btn.btn-primary.system-btn.system-active {
    background-color: #4054AC !important;
}

.system-ptblue.active {
    /* Define your hover state styles here */
    background-color: #11CDB4; /* Example hover background color */
    color: #fff; /* Example hover text color */
}

    .system-ptblue.active:hover {
        background-color: #4054AC !important;
    }

.system-ptblue.hovered, .system-ptblue.active {
    background-color: #4054AC !important; /* Set the background color to blue */
    color: #fff; /* Set the text color to white */
}
