/* product Page css Start  */

.product-main-wrapper {
    background-image: url("../images/image/background-images/product-main-bg.jpg");
    margin-top: var(--navbar-height, 75px);
    background-size: 100% 100%;
    background-position: top;
    background-repeat: no-repeat;
}

.blogbg-image {
    background-image: url("../images/image/mob-Product-banner.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
}

.blog-inner-wrapper {
    margin-top: var(--navbar-height, 75px);
}

.products-main-mini-heading {
    color: var(--fc-light);
}

.product-main-tittle {
    color: var(--fc-white);
}

.product-mobile-view {
    display: none;
}

.product-main-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.product-main-content-mob {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-left: 1rem;
}

.products-main-mini-heading {
    width: 33vmax;
}

.product-contain-adjust {
    padding-block: clamp(0.5rem, 9vw + 2rem, 9rem);
}

.product-main-tittle {
    width: 50vmax;
}

.product-main-slider {
    height: clamp(10vh, 21vh, 30vh);
    background-color: rgba(0, 0, 0, 0.5);
    padding-inline: clamp(3rem, 3vw + 4rem, 5rem);
    display: flex;
    flex-direction: column;
}

.slider-mini-heading {
    font-family: "Barlow-BoldItalic", sans-serif;
    font-size: 1.2rem;
    padding-bottom: 0.3rem;
    z-index: 100;
    color: #ffffff;
    padding-top: 3%;
}

.products-client-swiper {
    border-top: 1px solid rgb(189, 184, 184);
    overflow: hidden;
    flex-grow: 0.5;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.industries-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    /* margin: 0 -20px; */
    margin: 0;
    padding-inline: clamp(2rem, 2vw + 2rem, 3rem);
    padding-bottom: clamp(4rem, 3vw + 6rem, 6rem);
}

.industries {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 14rem;
    flex: 0 0 calc(25% - 40px);
    margin: 0 20px;
    border-bottom: 1px solid #000000;
    box-sizing: border-box;
    position: relative;
    /* overflow: hidden; */
}

.industries:hover {
    justify-content: flex-start;
    border-bottom: none;
    border-top: none;

    /* margin-bottom: var(--dynamic-margin); */
}

.industries:hover .industries-inner {
    width: 100%;
    min-height: 100%;
    background-color: #e40424;
    color: #ffffff !important;
    box-shadow: 10px 10px #000000;
    z-index: 1;
    position: absolute;
    top: 0;
}

.industries:hover.industries-space-between {
    justify-content: space-between;
    padding-bottom: 1.5rem;
}

.industries:hover .product-image {
    display: block;
}

.industries:hover .product-image img {
    display: flex;
    width: 100%;
}

.industries:hover .industries-title {
    padding: 1rem;
    flex-direction: row-reverse;
    gap: 1rem;
    justify-content: space-between;
}

.industries:hover .industries-name {
    color: #ffffff;
    text-align: left;
    height: auto;
}

.industries:hover .industries-logo img {
    width: clamp(2rem, 2vw + 2rem, 5rem);
    height: clamp(2rem, 2vw + 2rem, 5rem);
    -webkit-filter: grayscale(1) invert(1);
    filter: grayscale(1) invert(1);
}

.industries:hover .product-list {
    display: block;
    overflow: overlay;
}

.product-list-scroller::-webkit-scrollbar-track {
    /* -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); */
    border-radius: 5px;
    background-color: #e40424;
}

.product-list-scroller::-webkit-scrollbar {
    width: 5px;
    background-color: #e40424;
}

.product-list-scroller::-webkit-scrollbar-thumb {
    border-radius: 5px;
    /* -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); */
    background-color: lightgrey;
}

.industries-border-top {
    border-top: 1px solid #000000;
}

.product-image {
    display: none;
}

.product-image img {
    max-height: 14rem;
    max-width: 100%;
    /* height: clamp(6rem, 10vw + 7rem, 9rem); */
}

.industries-title {
    padding-block: 2.5rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    gap: 3rem;
}

.industries-name {
    font-family: var(--ff-semibold);
    font-size: clamp(1rem, 1vw + 0.5rem, 2rem);
    height: clamp(1rem, 1vw + 0.5rem, 2rem);
    line-height: clamp(1rem, 1vw + 0.5rem, 2rem);
    /* overflow: hidden; */
    color: #000000;
    text-align: center;
}

@media screen and (max-width: 576px) {
    .industries-name {
        height: auto;
    }
}

.industries-logo img {
    width: clamp(2rem, 2vw + 2rem, 5rem);
    height: clamp(2rem, 2vw + 2rem, 5rem);
    /* filter: drop-shadow(0 0 2px black); */
    transform: scale(1.05);
}

.product-list {
    padding-left: 1rem !important;
    padding-right: 1rem;
    display: none;
    list-style-type: none;
    /* padding-bottom: 1rem; */
}

.product-list li {
    padding-top: 0.4rem;
    border-bottom: 1px solid #ffffff;
}

.product-list li:hover {
    background-color: #ffffff;
    border-bottom: none;
    padding-inline-start: 0.5rem;
    padding-inline-end: 0.2rem;
}

.product-list li:hover a {
    color: #000000 !important;
}

.product-list li a {
    width: 100%;
    font-family: "Barlow-SemiBold", sans-serif;
    font-size: 1.2rem;
    line-height: 1.2rem;
    text-decoration: none;
    color: #ffffff;
}

.industries-container-mobile {
    display: none;
    width: 90%;
    padding-inline: clamp(2rem, 2vw + 2rem, 3rem);
}

.industries-container-mobile tr {
    display: block;
}

/* Expanding rows */
tr.expanded-details {
    display: none;
}

.product-list .product-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    padding-bottom: 0.4rem;
}

.industries-button-mobile {
    padding: 3%;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #000000;
}

.industries-button-mobile .industries-logo img {
    height: 35px !important;
    width: 35px !important;
}

.industries-button-mobile .industries-name {
    padding-left: 5%;
    flex-grow: 1;
}

.industries-mobile {
    background-color: #e40424;
    margin-top: 3%;
    margin-bottom: 3%;
    position: relative;
}

.industries-mobile img {
    max-height: 13rem;
}

.industries-title-mobile {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5%;
}

.industries-title-mobile .industries-name {
    color: #ffffff;
    font-size: 1.8rem;
    line-height: normal;
    text-align: left;
}

.industries-title-mobile .industries-logo img {
    -webkit-filter: grayscale(1) invert(1);
    filter: grayscale(1) invert(1);
}

.product-list-mobile {
    list-style: none;
    padding-left: 5%;
    padding-right: 5%;
    padding-bottom: 5%;
}

.product-list-mobile li {
    border-bottom: 1px solid #ffffff;
    padding-top: 2%;
    padding-bottom: 2%;
}

.product-list-mobile a {
    color: #ffffff;
    font-family: "Barlow-Medium", sans-serif;
    text-decoration: none;
    font-size: 1.4rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.industries-mobile-border-bottom {
    border-bottom: 1px solid #000000;
}

.up-arrow-industries-detail {
    position: absolute;
    top: 3%;
    right: 3%;
    z-index: 100;
}

.prod-main-heading {
    width: 40vmax;
}

.prod-main-heading-mobile {
    width: 20vmax;
}

@media screen and (min-width: 481px) and (max-width: 768px) {
    .industries {
        flex: 0 0 calc(50% - 40px);
        margin: 0 20px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
    .industries {
        flex: 0 0 calc(33.33% - 40px);
        margin: 0 20px;
    }
}

@media screen and (min-width: 1201px) and (max-width: 1600px) {
}

/* .industries-container > :nth-child(4n) {
    margin-right: 0;
} */

@media screen and (min-width: 319px) and (max-width: 480px) {
    .products-text-align {
        background-color: var(--fc-light);
    }

    .product-main-wrapper {
        background-image: none;
        align-items: center;
    }

    .product-mobile-view {
        display: block;
    }

    .product-view-img {
        background-image: url("../images/image/mob-Product-banner.png");
        height: 25vh;
        display: flex;
        background-repeat: no-repeat;
        background-size: cover;
        /* padding-top: 5vh; */
        padding-bottom: 5vh;
    }

    .product-contain-adjust {
        color: var(--fc-dark);
    }

    .products-main-mini-heading {
        width: auto;
    }

    /* .product-main-tittle {
        color: var(--fc-dark);
        width: auto;
    } */

    /* .products-main-mini-heading {
        color: var(--fc-dark);
    } */

    .product-main-slider {
        display: none;
    }

    .industries-container {
        display: none;
    }

    .industries-container-mobile {
        display: table !important;
    }

    .products-wrapper {
        display: flex;
        padding-top: 7%;
        padding-bottom: 7%;
    }

    .industries-logo img {
        height: 50px !important;
        width: 50px !important;
    }

    .industries-container-mobile {
        display: flex;
        margin: 0 auto;
    }
}

/* product Page css END


/* Products Inner Start */

.product-inner-wrapper {
    margin-top: var(--navbar-height, 75px);
}

.product-inner-header {
    background-image: url("../images/image/inner_product_banner.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-block: clamp(0.5rem, 2vw + 2rem, 3rem);
}

.proinner-mobile-view {
    display: none;
}

.inner-heading-text {
    width: 50vmax;
    color: #ffffff;
}

/* .product-detail-view {
    padding-inline: clamp(10rem , 20vw + 12rem , 13rem);
} */
.product-description-container {
    display: flex;
    justify-content: space-between;
}

.product-description {
    scroll-snap-align: start;
}

.product-description {
    /* min-height: 100vh; */
    width: 65%;
    margin-inline: 18% auto;
    scroll-snap-align: start;
}

.image-video-container .product-preview {
    /* height: clamp(30vh, 4vw + 42vh, 52vh); */
    display: flex;
    flex-direction: column;
    align-items: center;
    /* border: 1px solid #000000; */
    aspect-ratio: 12/6;
}

.product-preview-slider {
    padding-top: 25px;
    position: relative;
}

@media screen and (min-width: 576px) and (max-width: 993px) {
    .product-preview-slider {
        padding-top: 17px;
    }
}

@media screen and (max-width: 576px) {
    .product-preview-slider {
        padding-top: 10px;
    }
}

.product-preview-slider .swiper-container {
    /* height: 20vh; */
    width: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
}

.product-preview-slider .swiper-slide {
    overflow: hidden;
}

.product-preview-slider .swiper-container {
    display: flex;
    align-items: stretch;
}

.product-preview-slider .swiper-slide {
    display: flex;
    align-items: center; /* Center the content inside the slide vertically */
    justify-content: center; /* Center the content horizontally */
    height: auto; /* Let the content determine the slide height */
}

.product-image-scale-transform {
    transform: scale(1.1);
    /* border: 10px solid red;padding: 10px; */
}

/* Shadow fade effect from bottom to top */
.bottom-up-shadow {
    position: relative; /* Necessary for absolute positioning of the pseudo-element */
    overflow: hidden; /* Ensure the shadow does not overflow the div */
}

.bottom-up-shadow::after {
    content: ""; /* Pseudo-element for the shadow effect */
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 10%; /* Adjust the height for more/less shadow */
    background: linear-gradient(
        to top,
        rgba(228, 4, 36, 0.3),
        transparent
    ); /* Fade effect */
    pointer-events: none; /* Ensure it doesn't interfere with mouse events */
}

.fa-circle-play {
    position: absolute;
    inset: 50%;
    transform: translate(-50%, -50%);
}

.product-preview-slider .swiper-pagination {
    position: static;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-preview-slider .swiper-pagination-bullet-active {
    background: #e40424;
    transform: scale(1.2);
}

.product-preview-slider .swiper-slide {
    margin-bottom: 2px;
}

.product-name {
    font-family: var(--ff-light);
    font-size: clamp(1.4rem, 3vw, 2.4rem);
    margin-bottom: 4%;
}

.product-content-desc .product-desc-name {
    margin-bottom: 0.5rem;
    font-family: var(--ff-bold);
}

.product-content-desc .product-desc-product {
    margin-bottom: 0.5rem;
    font-family: var(--ff-medium);
}

.product-content-desc .product-bold-desc {
    font-family: var(--ff-bold);
    margin-bottom: 0.5rem;
}

.product-content-desc .product-normal-desc {
    font-family: var(--ff-medium);
    margin-bottom: 0.5rem;
}

.product-inner-description .product-buy-btn {
    display: flex;
    /* justify-content: space-around; */
    align-items: center;
    padding-top: 1rem;
}

/* .product-inner-description .product-buy-btn .pro-buy-btn {
    text-align: center;
    background-color: #e40424;
    border: none;
    border-radius: 5px;
    text-decoration: none;
    font-family: 'Barlow-Bold' sans-serif;
    font-weight: 659;
    color: #ffffff;
    font-size: 1.8rem;
    padding: 0.5rem 2rem;
} */

.product-inner-description .product-buy-btn .pro-down-btn img {
    width: 9%;
}

.product-inner-description .product-buy-btn .pro-down-btn {
    text-align: center;
    background-color: #ffffff;
    border-radius: 5px;
    text-decoration: none;
    font-family: "Barlow-Bold" sans-serif;
    color: #000000;
    font-weight: 659;
    font-size: 1.2rem;
    padding: 0.5rem 0;
    border: 1px solid #000000;
    height: 40px;
    display: none;
}

.product-inner-description .product-buy-btn .pro-share-btn {
    border: 1px solid #000000;
    border-radius: 5px;
    height: 40px;
    display: none;
}

.product-inner-description .product-buy-btn .pro-share-btn img {
    width: 50%;
}

.product-inner-description .product-buy-btn .pro-share-btn {
    border: 1px solid #000000;
    border-radius: 5px;
    height: 40px;
    display: none;
}

.product-inner-description .product-buy-btn .pro-down-btn img {
    width: 9%;
}

.product-buttons {
    width: 12rem;
}

.product-share-button {
    position: relative;
}

.product-share-button .share-icon {
    background-color: #f3f3f3;
    padding: 1rem 1.5rem;
    font-family: "Barlow-Light" sans-serif;
    color: #000000;
    font-size: 1.2rem;
    border-radius: 5px;
    text-align: center;
}

.product-share-button:hover .whatsapp-mail-button {
    display: flex;
    border: 1px solid #000000;
    border-radius: 5px;
}

.product-share-button .share-icon img {
    width: 15%;
}

.whatsapp-mail-button {
    position: absolute;
    top: 0;
    height: 3.8rem;
    background-color: #ffffff;
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
    display: flex;
    justify-content: space-around;
    align-items: center;
    display: none;
}

.whatsapp-mail-button svg {
    padding: 0.5rem;
}

.product-download-button {
    margin-top: 1rem;
    background-color: #ffffff;
    border: 1px solid #000000;
    color: #000000;
    display: flex;
    justify-content: center;
    border-radius: 5px;
}

.product-download-button:hover {
    background-color: #f3f3f3;
    border: 1px solid #f3f3f3;
}

.product-download-button a {
    font-family: "Barlow-Light" sans-serif;
    color: inherit;
    font-size: 1.2rem;
    text-align: center;
    text-decoration: none;
    padding: 1rem 0;
}

.product-download-button:hover .download-btn {
    color: var(--fc-highlight);
}

.related-product-wrapper {
    background-color: #efefef;
    /* min-height: 52vh; */
}

.related-product-container {
    width: 70%;
    margin: 0 auto;
    padding: 0 5%;
    padding-block: clamp(1.5rem, 2vw + 2rem, 3rem);

    position: relative;
}

.related-product-heading {
    font-family: var(--ff-light);
}

.related-product-swiper {
    padding: 5% 0 0 0;
    position: relative;
}

.related-proimage {
    height: 20vh;
    width: 100%;
}

.related-proimage img {
    height: 100%;
}

.related-product-name {
    font-family: var(--ff-semibold);
    height: 6rem;
    color: #212529;
    text-decoration: none !important;
}

.related-product-name:nth-child(2n) {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.related-product-info {
    padding: 1.5rem 0;
    /* height: 10vh; */
    border-bottom: 1px solid #000000;
}

.related-product-link button {
    appearance: none;
    border: none;
    background-color: #e40424;
    color: #ffffff;
    width: 5rem;
    /* height: 2.5rem; */
    padding: 0.7rem;
    font-family: "Barlow-SemiBold", sans-serif;
    font-size: 1.2rem;
    line-height: 1.2rem;
    border-radius: 5px;
    pointer-events: none;
}

.related-product-previous-arrow {
    background-image: url("../images/style-icons/previous-arrow-black.png");
    background-repeat: no-repeat;
    background-position: left center;
    height: 2.5rem;
    width: 2.5rem;
    position: absolute;
    top: 35%;
    left: -6%;
}

.related-product-previous-arrow:hover {
    background-image: url("../images/style-icons/previous-arrow-red.png");
    height: 2.5rem;
    width: 2.5rem;
}

.related-product-next-arrow {
    background-image: url("../images/style-icons/next-arrow-black.png");
    background-repeat: no-repeat;
    background-position: right center;
    height: 2.5rem;
    width: 2.5rem;
    position: absolute;
    top: 35%;
    right: -6%;
}

.related-product-next-arrow:hover {
    background-image: url("../images/style-icons/next-arrow-red.png");
    height: 2.5rem;
    width: 2.5rem;
}

.related-product-swiper {
    overflow-x: hidden;
}

.related-product-pagination {
    display: none;
    height: 3rem;
    position: static;
    justify-content: center;
    align-items: center;
}

.product-send-request-btn {
    background-color: #e40424;
    color: #ffffff !important;
}

@media only screen and (max-width: 576px) {
    .related-proimage {
        height: 10vh;
    }

    .product-inner-header .container {
        padding-block: 0%;
    }

    .container {
        padding-right: 0% !important;
        padding-left: 0% !important;
    }
}

@media screen and (max-width: 767px) {
    .inner-heading-text {
        color: var(--fc-dark);
        display: flex;
        align-items: start;
        flex-direction: column;
        margin-bottom: 1rem;
        text-align: left;
        /* max-width: 100vmax !important; */
    }

    .product-contain-adjust {
        padding-block: clamp(0.5rem, 4vw + 2rem, 9rem) !important;
    }

    .related-product-link button {
        /* height: 4vh; */
        font-size: 0.8rem;
        padding: 0.4rem;
        margin-top: 1rem;
    }

    .related-product-name {
        height: 6vh;
    }

    .related-product-next-arrow {
        display: none;
    }

    .related-product-previous-arrow {
        display: none;
    }

    .related-product-container {
        padding: 0;
    }

    .related-product-container {
        width: 90%;
        margin: 0 5%;
    }

    .related-product-heading {
        padding: 1rem 0;
    }

    .related-product-pagination {
        display: flex;
    }

    .related-product-pagination .swiper-pagination-bullet {
        background-color: #ffffff;
    }

    .related-product-pagination .swiper-pagination-bullet-active {
        background-color: #e40424;
    }
}

@media screen and (max-width: 576px) {
    .product-inner-header {
        background-image: none;
        padding-block: 0%;
        padding-top: 6%;
    }

    .proinner-mobile-view {
        display: flex;
        text-align: start;
        height: 25vh;
    }

    .proinner-mob-image {
        background-image: url("../images/image/pro-inner-mob.png");
        background-repeat: no-repeat;
        background-size: 100% 100%;
        background-position: top;
    }

    .product-description {
        padding-inline: 0rem;
        scroll-snap-align: start;
        width: auto;
        margin-inline: auto;
    }

    /* .image-video-container .product-preview {
        height: 30vh;
    } */

    .product-inner-description .product-buy-btn {
        justify-content: space-between;
        gap: 10px;
    }

    .product-inner-description .product-buy-btn .pro-buy-btn {
        font-size: 1.2rem;
        padding: 0.5rem 0.6rem;
        min-height: 40px;
    }

    .product-inner-description .product-buy-btn .pro-down-btn {
        display: block;
        font-size: 0.8rem;
    }

    .product-inner-description .product-buy-btn .pro-share-btn {
        display: block;
    }

    .product-buttons {
        display: none;
    }
}

/* @media screen and (max-width: 768px) {
    .product-detail-view  {
        padding-inline: 0% !important;
    }
} */
