﻿#slider-nav .flickity-prev-next-button {
    display: none !important;
}

#service-menu .selected::after {
    margin-left: 5px;
    content: "▼";
    /* Down-pointing triangle Unicode character */
    color: #11cdb4;
}

#slider-nav.selected::after {
    margin-left: 5px;
    content: "▼";
    /* Down-pointing triangle Unicode character */
    color: #11cdb4;
}

.custom-arrows {
    position: absolute;
    transform: translateY(-50%);
    z-index: 9999;
}

.arrow-prev,
.arrow-next {
    background: none !important;
    color: #fff;
    border: none;
    padding: 10px;
    font-size: 20px;
    margin-top: 0;
    cursor: pointer;
}

.custom-arrows button {
    border: none;
    font-size: 24px;
    color: #fff;
    cursor: pointer;
    transition: color 0.3s;
    /* Add a transition effect */
}

    .custom-arrows button:active {
        color: #999;
        /* Change the color on active state */
    }

    .custom-arrows button:hover {
        color: #666;
        /* Change the color on hover */
    }

.arrow-prev {
    margin-right: 10px;
    position: absolute;
    left: 50px;
}

.arrow-next {
    margin-left: 10px;
    position: absolute;
    right: 50px;
}

.slider-nav-item::after {
    margin-left: 5px;
    content: "▼";
    /* Down-pointing triangle Unicode character */
    display: inline-block;
    /* width: 0;
  height: 0; */
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 7px solid transparent;
    border-bottom: 0px solid transparent;
    vertical-align: middle;
    color: #11cdb4;
}

.slider-nav-item.active::after {
    border-top: 0;
    border-bottom: 7px solid #11cdb4;
}

.home-overlay {
    position: relative;
    text-align: left;
}

.search-container {
    display: flex;
    justify-content: center;
}

.search-text {
    flex-grow: 1;
}

.arrow-container {
    position: absolute;
    /* Position absolutely relative to its parent */
    top: 50%;
    /* Position it 50% from the top of its parent */
    transform: translateY(-50%);
    /* Center vertically */
}

.arrow-icon {
    width: 50px;
    height: 50px;
    background-image: url("../../images/chevronsHomepage.WebP");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.nav-item.active::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 5px 0 5px;
    border-color: red;
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
}

.image-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    /* 16:9 aspect ratio (adjust as needed) */
    height: 0;
}

.image-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

    .image-wrapper img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.text-container {
    text-align: left;
    padding: 20px;
}

.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%);
    }
}

button.flickity-button.flickity-prev-next-button.next,
button.flickity-button.flickity-prev-next-button.previous {
    top: 50% !important;
}

.slider-img-container {
    width: 100%;
}

.slider-content {
    text-align: center;
}

.text-smallcenter {
    font-size: 14px;
}

.slider-item {
    width: 72%;
}

.slider-buttons {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.slider-prev-btn,
.slider-next-btn {
    background-color: transparent;
    border: none;
    font-size: 24px;
    color: #333;
    cursor: pointer;
    margin: 0 10px;
}

    .slider-prev-btn:hover,
    .slider-next-btn:hover {
        color: green;
    }

/*     
.slider {
    padding: 70px 0;
} */

.carousel-caption {
    background-color: rgba(0, 0, 0, 0.5);
    padding: 20px;
    border-radius: 10px;
}

.text-green {
    color: green;
}

.text-small {
    font-size: 14px;
}

.carousel {
    background: #fafafa;
    margin: 0 60px;
    /* space for prev/next buttons */
}

.carousel-cell {
    width: 75%;
    height: 200px;
    margin-right: 10px;
    border-radius: 5px;
}

/* smaller, dark, rounded square */
.flickity-prev-next-button {
    width: 50px;
    height: 48px;
    border-radius: 0px !important;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

    /* .flickity-prev-next-button:hover {
            background: #F90;
        } */

    /* 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/tertiaryleft.WebP");
        left: 12%;
    }

    .flickity-prev-next-button.next {
        /* right: -40px;  */
        background-image: url("../../images/tertiaryright.WebP");
        right: 12%;
    }

.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;
    }

.carousel-nav {
    text-align: center;
    margin-top: 10px;
}

.slider-item {
    margin-right: 10px;
    /* Adjust this value as needed */
}

.slider-item {
    width: 72%;
    height: 500px;
    margin-right: 25px;
    /* border-radius: 15px; */
    background-size: cover;
    background-position: center center;
}

    .slider-item:before {
        display: block;
        content: "";
    }

.carousel {
    background: #fafafa;
    margin: 0 60px;
    /* space for prev/next buttons */
}

.carousel-cell {
    width: 75%;
    height: 200px;
    margin-right: 10px;
    border-radius: 5px;
}

/* smaller, dark, rounded square */
.flickity-prev-next-button {
    width: 50px;
    height: 48px;
    border-radius: 0px;
    /* background: #333; */
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

    .flickity-prev-next-button:hover {
        /* background: #F90; */
    }

    /* 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/tertiaryleft.WebP");
        left: 11%;
    }

    .flickity-prev-next-button.next {
        /* right: -40px;  */
        background-image: url("../../images/tertiaryright.WebP");
        right: 11%;
    }

.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;
    }

.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,
.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;
    }

p.text-smallcenter.text-white {
    text-align: left !important;
}

@media only screen and (max-width: 768px) {

    /* Hide the nav bar and show slider for small screens */
    .nav {
        display: none;
    }

    .slider-nav {
        display: block;
    }

    .slider-nav-item {
        width: 100%;
        /* Set each nav item to full width */
        text-align: center;
        /* Center align the text */
        margin-bottom: 20px;
        /* Add some space between nav items */
    }
}

@media only screen and (min-width: 769px) {

    /* Hide slider nav on larger screens */
    .slider-nav {
        display: none;
    }
}

@media (max-width: 767px) {
    .slider-data {
        position: relative;
        text-align: left;
        top: 0;
        left: 15%;
        width: 200px;
    }
}

.thumbnail-arrow {
    background-color: #333;
    color: #fff;
    border: none;
    padding: 27px 18px;
    font-size: 20px;
    margin-top: 0;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

    .thumbnail-arrow.thumbnail-arrow-prev {
        background: url("/images/productdetail-left.png") no-repeat;
        background-size: cover;
        width: 22px;
        height: 66px;
    }

    .thumbnail-arrow.thumbnail-arrow-next {
        background: url("/images/product-detailright.png") no-repeat;
        background-size: cover;
        width: 22px;
        height: 66px;
    }

@media (min-width: 800px) and (max-width: 1100px) {
    .slider-data {
        right: 0% !important;
        left: 10% !important;
    }

    a.nav-link.text-white {
        font-size: 15px;
    }
}

.btn-hero {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
    padding: 0;
}

.text-content {
    text-align: center !important;
}

@media (min-width: 992px) {
    .text-content {
        text-align: left !important;
    }
}

.main-slider .flickity-button.flickity-prev-next-button.next {
    /* Styles for the main slider's next button */
    color: #ffffff;
    top: 30% !important;
    /* ... */
}

.main-slider .flickity-button.flickity-prev-next-button.previous {
    /* Styles for the main slider's previous button */
    color: #ffffff;
    top: 30% !important;
    /* ... */
}

/* Styles for the secondary slider buttons */
.secondary-slider .flickity-button.flickity-prev-next-button.next {
    /* Styles for the secondary slider's next button */
    color: #000000;
    /* ... */
}

.secondary-slider .flickity-button.flickity-prev-next-button.previous {
    /* Styles for the secondary slider's previous button */
    color: #000000;
    /* ... */
}

/* Desktop view styles */
@media (min-width: 768px) {
    .slider-content {
        /* Adjust the container styles for the slider content */
        text-align: center;
        padding: 20px;
    }

    .text-greencenter {
        /* Styles for the green-colored h6 text on desktop */
        color: green;
        font-size: 20px;
        margin-bottom: 10px;
    }

    .text-smallcenter {
        /* Styles for the small centered paragraph text on desktop */
        font-size: 16px;
        line-height: 1.5;
        margin-bottom: 15px;
    }
}

.container-fluid.hero {
    position: relative;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.45);
    z-index: 1;
}

.home-overlay,
.search-bar {
    /* position: relative; */
    z-index: 2;
}

#slider-nav .flickity-prev-next-button {
    display: none !important;
}

#service-menu .selected::after {
    margin-left: 5px;
    content: "▼";
    /* Down-pointing triangle Unicode character */
    color: #11cdb4;
}

#slider-nav.selected::after {
    margin-left: 5px;
    content: "▼";
    /* Down-pointing triangle Unicode character */
    color: #11cdb4;
}

.custom-arrows {
    position: absolute;
    transform: translateY(-50%);
    z-index: 9999;
}

.arrow-prev,
.arrow-next {
    background: none !important;
    color: #fff;
    border: none;
    padding: 10px;
    font-size: 20px;
    margin-top: 0;
    cursor: pointer;
}

.custom-arrows button {
    border: none;
    font-size: 24px;
    color: #fff;
    cursor: pointer;
    transition: color 0.3s;
    /* Add a transition effect */
}

    .custom-arrows button:active {
        color: #999;
        /* Change the color on active state */
    }

    .custom-arrows button:hover {
        color: #666;
        /* Change the color on hover */
    }

.arrow-prev {
    margin-right: 10px;
    position: absolute;
    left: 50px;
}

.arrow-next {
    margin-left: 10px;
    position: absolute;
    right: 50px;
}

.slider-nav-item::after {
    margin-left: 5px;
    content: "▼";
    /* Down-pointing triangle Unicode character */
    display: inline-block;
    /* width: 0;
height: 0; */
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 7px solid transparent;
    border-bottom: 0px solid transparent;
    vertical-align: middle;
    color: #11cdb4;
}

.slider-nav-item.active::after {
    border-top: 0;
    border-bottom: 7px solid #11cdb4;
}

.home-overlay {
    position: relative;
    text-align: left;
}

.search-container {
    display: flex;
    justify-content: center;
}

.search-text {
    flex-grow: 1;
}

.arrow-container {
    position: absolute;
    /* Position absolutely relative to its parent */
    top: 50%;
    /* Position it 50% from the top of its parent */
    transform: translateY(-50%);
    /* Center vertically */
}

.arrow-icon {
    width: 50px;
    height: 50px;
    background-image: url("../../images/chevronsHomepage.WebP");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.nav-item.active::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 5px 0 5px;
    border-color: red;
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
}

.image-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    /* 16:9 aspect ratio (adjust as needed) */
    height: 0;
}

.image-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

    .image-wrapper img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.text-container {
    text-align: left;
    padding: 20px;
}

.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%);
    }
}

button.flickity-button.flickity-prev-next-button.next,
button.flickity-button.flickity-prev-next-button.previous {
    top: 50% !important;
}

.slider-img-container {
    width: 100%;
}

.slider-content {
    text-align: center;
}

.text-smallcenter {
    font-size: 14px;
}

.slider-item {
    width: 72%;
}

.slider-buttons {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.slider-prev-btn,
.slider-next-btn {
    background-color: transparent;
    border: none;
    font-size: 24px;
    color: #333;
    cursor: pointer;
    margin: 0 10px;
}

    .slider-prev-btn:hover,
    .slider-next-btn:hover {
        color: green;
    }

/*     
.slider {
padding: 70px 0;
} */

.carousel-caption {
    background-color: rgba(0, 0, 0, 0.5);
    padding: 20px;
    border-radius: 10px;
}

.text-green {
    color: green;
}

.text-small {
    font-size: 14px;
}

.carousel {
    background: #fafafa;
    margin: 0 60px;
    /* space for prev/next buttons */
}

.carousel-cell {
    width: 75%;
    height: 200px;
    margin-right: 10px;
    border-radius: 5px;
}

/* smaller, dark, rounded square */
.flickity-prev-next-button {
    width: 50px;
    height: 48px;
    border-radius: 0px !important;
    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/tertiaryleft.WebP");
        left: 12% !important;
        width: 50px !important;
        height: 48px !important;
    }

    .flickity-prev-next-button.next {
        /* right: -40px;  */
        background-image: url("../../images/tertiaryright.WebP");
        right: 12% !important;
        width: 50px !important;
        height: 48px !important;
    }

    /* position outside */
    .flickity-prev-next-button.previous:hover {
        /* left: -40px; */
        background-image: url("../../images/tertiaryleft.WebP");
        left: 12% !important;
        width: 50px !important;
        height: 48px !important;
    }

    .flickity-prev-next-button.next:hover {
        /* right: -40px;  */
        background-image: url("../../images/tertiaryright.WebP");
        right: 12% !important;
        width: 50px !important;
        height: 48px !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;
    }

.carousel-nav {
    text-align: center;
    margin-top: 10px;
}

.slider-item {
    margin-right: 10px;
    /* Adjust this value as needed */
}

.slider-item {
    width: 72%;
    height: 500px;
    margin-right: 25px;
    /* border-radius: 15px; */
    background-size: cover;
    background-position: center center;
}

    .slider-item:before {
        display: block;
        content: "";
    }

.carousel {
    background: #fafafa;
    margin: 0 60px;
    /* space for prev/next buttons */
}

.carousel-cell {
    width: 75%;
    height: 200px;
    margin-right: 10px;
    border-radius: 5px;
}

.nav-link {
    padding: 0rem 1rem;
}

a.nav-linkservice.text-white {
    font-size: 20px;
}

.nav-linkservice {
    display: block !important;
}

.nav-linkservice {
    padding: 0rem 1rem;
}

/* smaller, dark, rounded square */
.flickity-prev-next-button {
    width: 50px;
    height: 48px;
    border-radius: 0px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

    /* arrow color */
    .flickity-prev-next-button .arrow {
        fill: white;
    }

    .flickity-prev-next-button.no-svg {
        color: white;
    }

.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;
    }

.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,
.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;
    }

p.text-smallcenter.text-white {
    text-align: left !important;
}

@media only screen and (max-width: 768px) {

    /* Hide the nav bar and show slider for small screens */
    .nav {
        display: none;
    }

    .slider-nav {
        display: block;
    }

    .slider-nav-item {
        width: 100%;
        /* Set each nav item to full width */
        text-align: center;
        /* Center align the text */
        margin-bottom: 20px;
        /* Add some space between nav items */
    }
}

@media only screen and (min-width: 769px) {

    /* Hide slider nav on larger screens */
    .slider-nav {
        display: none;
    }
}

@media (max-width: 767px) {
    .slider-data {
        position: relative;
        text-align: left;
        top: 0;
        left: 15%;
        width: 200px;
    }
}

.thumbnail-arrow {
    background-color: #333;
    color: #fff;
    border: none;
    padding: 27px 18px;
    font-size: 20px;
    margin-top: 0;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

    .thumbnail-arrow.thumbnail-arrow-prev {
        background: url("/images/productdetail-left.png") no-repeat;
        background-size: cover;
        width: 22px;
        height: 66px;
    }

    .thumbnail-arrow.thumbnail-arrow-next {
        background: url("/images/product-detailright.png") no-repeat;
        background-size: cover;
        width: 22px;
        height: 66px;
    }

@media (min-width: 800px) and (max-width: 1100px) {
    .slider-data {
        right: 0% !important;
        left: 10% !important;
    }

    a.nav-link.text-white {
        font-size: 15px;
    }
}

.btn-hero {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
    padding: 0;
}

.text-content {
    text-align: center !important;
}

@media (min-width: 992px) {
    .text-content {
        text-align: left !important;
    }
}

.main-slider .flickity-button.flickity-prev-next-button.next {
    /* Styles for the main slider's next button */
    color: #ffffff;
    top: 30% !important;
    /* ... */
}

.main-slider .flickity-button.flickity-prev-next-button.previous {
    /* Styles for the main slider's previous button */
    color: #ffffff;
    top: 30% !important;
    /* ... */
}

/* Styles for the secondary slider buttons */
.secondary-slider .flickity-button.flickity-prev-next-button.next {
    /* Styles for the secondary slider's next button */
    color: #000000;
    /* ... */
}

.secondary-slider .flickity-button.flickity-prev-next-button.previous {
    /* Styles for the secondary slider's previous button */
    color: #000000;
    /* ... */
}

/* Desktop view styles */
@media (min-width: 768px) {
    .slider-content {
        /* Adjust the container styles for the slider content */
        text-align: center;
        padding: 20px;
    }

    .text-greencenter {
        /* Styles for the green-colored h6 text on desktop */
        color: green;
        font-size: 20px;
        margin-bottom: 10px;
    }

    .text-smallcenter {
        /* Styles for the small centered paragraph text on desktop */
        font-size: 16px;
        line-height: 1.5;
        margin-bottom: 15px;
    }
}

.container-fluid.hero {
    position: relative;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.45);
    z-index: 1;
}

.home-overlay,
.search-bar {
    /* position: relative; */
    z-index: 2;
}

.slider {
    margin: 0 auto;
}


.slider-item {
    margin-right: 10px;
    width: 72%;
    height: 500px;
    background-size: cover;
    background-position: center center;
}

.slider-data {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    padding: 20px;
    color: #fff;
}

a.text-black.industry {
    color: #0E1116 !important
}

    a.text-black.industry :hover {
        color: #4054AC !important
    }