﻿/*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%);
}
h5 {
    text-transform: capitalize !important;
}

.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;
    }

.faqText {
    text-transform: capitalize;
}
.card-body {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.img-fluid-card {
    object-fit: cover;
    border-radius: 0;
}
.active-question {
    color: #333; /* Darker color */
    font-weight: bold; /* Optional: Make it bold for better visibility */
}

.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; /* Space for the footer, adjust as necessary */
    overflow-y: auto;
}

footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40px; /* Adjust height as necessary */
    background-color: #333; /* Your footer background color */
    color: white;
    text-align: center;
    line-height: 40px; /* Adjust to center the text vertically */
}
.accordion-button {
    color: #000; /* Default text color */
    background-color: #fff; /* Default background color */
    position: relative;
    border-bottom: none; /* Remove default bottom border */
}

    .accordion-button:not(.collapsed) {
        color: #000; /* Text color when expanded */
        background-color: #fff;
        border-bottom: 4px solid #FA9632; /* Bottom border color when expanded */
        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;
   /* overflow-y: scroll;*/
}

.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-inner > .carousel-item > img {
    display: block;
    line-height: 1;
}

.carousel-indicators li {
    display: inline-block;
    cursor: pointer;
    background-color: #ffffff;
    box-shadow: inset 1px 1px 1px 1px rgba(0,0,0,0.5);
    width: 15px;
    height: 15px;
}

.carousel-indicators .active {
    background-color: #FA9632;
    width: 15px;
    height: 15px;
}

.carousel-control-prev,
.carousel-control-next {
    background-color: #FA9632 !important;
    color: #FA9632 !important;
}

.container.gallery-container {
    background-color: #fff;
    color: #35373a;
    min-height: 100vh;
    border-radius: 20px;
    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: 4px;
    }

.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;
    }
}
