﻿/* Author: Sreenivasan Subbanchattiar */

@font-face {
    font-family: 'inter-bold';
    src: url('assets/fonts/inter-bold.ttf') format('truetype');
}

@font-face {
    font-family: 'inter-light';
    src: url('assets/fonts/inter-light.ttf') format('truetype');
}

@font-face {
    font-family: 'inter-regular';
    src: url('assets/fonts/inter-regular.ttf') format('truetype');
}

@font-face {
    font-family: 'inter-bold';
    src: url('assets/fonts/inter-bold.woff2') format('woff2');
}

@font-face {
    font-family: 'inter-light';
    src: url('assets/fonts/inter-light.woff2') format('woff2');
}

@font-face {
    font-family: 'inter-regular';
    src: url('assets/fonts/inter-regular.woff2') format('woff2');
}

body {
    background: rgb(204,204,204);
    font-family: 'inter-light';
}

.PTop{
    scroll-margin-top: 100px;
}



 

.back-to-top {
    position: absolute;
    bottom: 20%;
    right: 20px;
    padding: 10px 15px;
    font-size: 14px;
    background-color: #007bff;
    color: red;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    z-index: 1000;
    transition: opacity 0.3s;
}

    .back-to-top.show {
        display: block; /* Visible when scrolled */
    }

    .back-to-top:hover {
        background-color: #0056b3;
    }


page {
    background: white;
    display: block;
    margin: 0 auto;
    margin-bottom: 0.5cm;
}

    page[size="A4"] {
        width: 21cm;
        height: 29.7cm;
    }

@page {
    size: A4;
    margin: 0;
}

.wrapper {
    position: relative;
    width: 974px;
    margin: 0 auto;
}



.printpage {
    width: 21cm;
    padding: 0px;
    margin: 0cm auto;
    border: 0px #D3D3D3 solid;
    background: white;
    page-break-after: always;
}


.dropbtn-loc {
    width: 100%;
    text-align: left;
    position: relative;
    font-weight: 600;
    background-color: white;
    color: black;
    border: 0px;
    padding: 0px;
}


    .dropbtn-loc a {
        text-decoration: none;
        background-color: white;
        color: black;
        padding: 16px;
        font-size: 16px;
        border: none;
        cursor: pointer;
    }

        .dropbtn-loc a:hover {
            text-decoration: none;
            background-color: black;
            color: white;
        }

.dropdown-loc {
    position: relative;
    display: inline-block;
    font-weight: 600;
    max-width: 225px;
}

.dropdown-content-loc {
    color: black;
    display: none;
    position: absolute;
    left: 0;
    min-width: 225px;
    background-color: white;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    font-weight: 600;
}


.dropdown-loc:hover .dropdown-content-loc {
    display: block;
}

.dropdown-content-loc a {
    font-size: .7rem;
    padding: 5px;
    display: block;
    cursor: pointer;
    background-color: white;
    color: black;
}

.dropdown-content-loc:hover a:hover {
    font-size: .7rem;
    padding: 5px;
    background-color: black;
    color: white;
}

@media print {
    html, body, page {
        background: white;
        margin: 0;
        font-family: 'inter-light';
    }

    footer {
        page-break-after: always;
    }


    thead {
        display: table-header-group;
    }

    tfoot {
        display: table-footer-group;
    }

    table {
        border-collapse: separate;
        border-spacing: 0 .2em;
    }

    td, th {
        padding: 2px;
        page-break-inside: avoid;
        page-break-after: auto;
    }


    .page {
        margin: 0;
        border: 0px;
        width: initial;
        min-height: initial;
        background: initial;
        page-break-after: always;
    }
}

.modal-body {
    width: 675px;
    font-family: 'inter-light';
}

.flex-menu-container {
    display: flex;
    flex-wrap: nowrap;
    align-content: flex-start;   
    margin:0px;
}

.flex-menu-item-container {
    width: 400px;
    padding-right: 15px;
    flex-wrap: nowrap;
    font-size: 1em;
}
.flex-menu-item-container-m {
    display:none; 
}

.flex-product-item-container {
    width: 100%;
    flex-wrap: wrap;
}

.Pmenu {
    display: none;   
}

.menu-heading {
    border-bottom: 1px solid black;
    font-size: 1.5em;
    font-weight: 700;
    padding: 0;    
    margin-top: 5px;
    margin-bottom: 15px;
    cursor: pointer;
}

.menu-item {
    font-size: 1.3em;
    font-weight: 500;
    list-style-type: none;
    padding: 0px;
    cursor: pointer;
}

    .menu-item li {
        margin: 0;
        margin-left: 15px;
        cursor: pointer;
    }

.menu-item-end {
    display: flex;
    justify-content: flex-end;
}

.menu-item li:hover {
    margin-left: 16px;
    color: grey;
    cursor: pointer;
}





html, body {
    font-family: 'inter-light';
    background-color: white;
}

.lot{
    font-size: 1em;
}

table {
    border-collapse: separate;
    border-spacing: 0 .2em;
}

td, th {
    padding: 2px;
    border: 0px solid rgba(0, 0, 0, 0.1);
}

a, .btn-link {
    color: black;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

.content {
    padding-top: 1.1rem;
}

h1:focus {
    outline: none;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid black;
}

.invalid {
    outline: 1px solid #e50000;
}

.validation-message {
    color: #e50000;
}

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

    .blazor-error-boundary::after {
        content: "An error has occurred."
    }

.darker-border-checkbox.form-check-input {
    border-color: black;
}

input[type="checkbox"] {
    width: 1.2em;
    height: 1.2em;
    accent-color: black;
}




.page {
    margin-top: 100px;
}

.section-1 {
    scroll-margin-top: 100px; /* Adjust for navbar height */
}

.logo {
    position: relative;
    padding: 25px;
    z-index: 10;
}

.location {
    display: flex;
    align-items: start;
    font-size: 12px;
    font-weight: 600;
}

.explore-btn {
    text-align: center;
    font-size: .6em;
    padding: 0px;
    margin: 0px;
    border: 1px solid black;
    color: black;
    text-decoration: none;
    cursor: pointer;
}

    .explore-btn:hover {
        background-color: black;
        color: white;
    }

.footer-d {
    display: block;
}

.footer-m {
    display: none;
}

/* Bullet Navigation */
.bullet {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin: 0 5px;
    background-color: white;
    border-radius: 50%;
    border: 2px solid #333;
    border-color: lightgrey;
    cursor: pointer;
}

    .bullet.active {
        background-color: #6c757d;
    }

    .bullet:hover {
        background-color: #6c757d;
    }




/*--------------------------------------------------------------
# START LP Right NAV  
--------------------------------------------------------------*/


.nav-radio-container {
    position: fixed;
    right: 5%;
    top: 50%;
    width: 16px;
    height: 16px;
    z-index: 999;
}


    .nav-radio-container input[type="radio"] {
        position: absolute;
        opacity: 0;
        width: 100%;
        height: 100%;
        cursor: pointer;
    }

    .nav-radio-container label {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #fff;
        border: 2px solid #333;
        border-radius: 50%;
        border-color: lightgrey;
    }

    .nav-radio-container input[type="radio"]:checked + label {
        background: #6c757d;
        border-color: lightgrey;
    }

    .nav-radio-container label:hover {
        background-color: #6c757d;
        cursor: pointer;
    }



/*--------------------------------------------------------------
# END LP Right NAV  
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# START LP Container
--------------------------------------------------------------*/
.lp-gif-container {
    position: relative;
    height: 700px;
    overflow: hidden;
}

.lp-movie-container {
    position: relative;
    height: 700px;
    overflow: hidden;
}

    .lp-movie-container img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
        opacity: 0;
        animation: fadeEffect 12s infinite;
    }

        .lp-movie-container img:nth-child(1) {
            animation-delay: 0s;
        }

        .lp-movie-container img:nth-child(2) {
            animation-delay: 3s;
        }

        .lp-movie-container img:nth-child(3) {
            animation-delay: 6s;
        }

        .lp-movie-container img:nth-child(4) {
            animation-delay: 9s;
        }

@keyframes fadeEffect {
    0% {
        opacity: 0;
    }

    8% {
        opacity: 1;
    }

    25% {
        opacity: 1;
    }

    33% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

 
         
.lp-container {
    position: relative;
    width: 100%;
    background-color: white;
    font-size: calc(.125rem + 0.9vw); /* 1.125rem is small enough, so RFS won't rescale this */
    /*   max-height: 1175px; */
}



    /* Style for the video element */
    .lp-container video {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        object-fit: cover; /* Ensure the video covers the entire container */
    }

    /* Optional: Add styles to the image for overlay effect */
    .lp-container img {
        width: 100%;
        display: block;
        opacity: 1; /* Adjust the opacity as needed */
        object-fit: contain;
    }

.lp-container-media {
    position: relative;
    width: 100%;
    background-color: white;
    font-size: calc(.125rem + 0.9vw); /* 1.125rem is small enough, so RFS won't rescale this */
    /*   max-height: 1175px; */
}



    /* Style for the video element */
    .lp-container-media video {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        object-fit: cover; /* Ensure the video covers the entire container */
    }

    /* Optional: Add styles to the image for overlay effect */
    .lp-container-media img {
        width: 100%;
        display: block;
        opacity: 0.8; /* Adjust the opacity as needed */
        object-fit: contain;
    }

.lp-container-mobile {
    position: relative;
    width: 100%;
    background-color: white;
    font-size: calc(.125rem + 0.9vw); /* 1.125rem is small enough, so RFS won't rescale this */
    display: none;
}
 

    /* Style for the video element */
    .lp-container-mobile video {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        object-fit: cover; /* Ensure the video covers the entire container */        
    }

    /* Optional: Add styles to the image for overlay effect */
    .lp-container-mobile img {
        width: 100%;
        display: block;
        opacity: 1; /* Adjust the opacity as needed */
        object-fit: cover;
    }

 

.lp-container-d {
    position: relative;
    width: 100%;
    background-color: white;
    font-size: calc(.125rem + 0.9vw); /* 1.125rem is small enough, so RFS won't rescale this */
    display: block;
}

    /* Style for the video element */
    .lp-container-d video {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        object-fit: cover; /* Ensure the video covers the entire container */
        z-index: 2; /* Higher layer */
    }

    /* Optional: Add styles to the image for overlay effect */
    .lp-container-d img {
        width: 100%;
        display: block;
        opacity: 0.8; /* Adjust the opacity as needed */
        object-fit: contain;
        z-index: 1; /* Lower layer */
    }
 

.lp-container-m {
    position: relative;
    width: 100%;
    background-color: white;
    font-size: calc(.125rem + 0.9vw); /* 1.125rem is small enough, so RFS won't rescale this */
    display: none;
}

    /* Style for the video element */
    .lp-container-m video {
        position: absolute;
        top: 0;
        left: 0;
        height: 700px;
        object-fit: cover; 
    }

    /* Optional: Add styles to the image for overlay effect */
    .lp-container-m img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: absolute;
        top: 0;
        left: 0; 
    }

/*--------------------------------------------------------------
# END LP Container
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# START data Container
--------------------------------------------------------------*/
.datasheet-container {
    display: block;
}

.datasheet-container-m {
    display: none;
}

/*--------------------------------------------------------------
# START ES Container
--------------------------------------------------------------*/
.es-container {
    position: relative;
    width: 100%;
    background-color: white;
    font-size: calc(.125rem + 0.9vw);
    scroll-margin-top: 100px; /* Adjust for navbar height */
}

.es-container-d {
    position: relative;
    width: 100%;
    background-color: white;
    font-size: calc(.125rem + 0.9vw);
    display: block;    
}

.es-container-first-m {
    position: relative;
    height: 700px;
    width: auto;
    background-color: white;
    font-size: calc(.125rem + 0.9vw);
    display: none;
    object-fit: cover;
}


.es-container-m {
    position: relative;
    width: 100%;
    background-color: white;
    font-size: calc(.125rem + 0.9vw);
    display: none;
}

/* Style for the video element */
.es-container video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    object-fit: cover; /* Ensure the video covers the entire container */
}

/* Optional: Add styles to the image for overlay effect */
.es-container img {
    width: 100%;
    display: block;
    opacity: 1; /* Adjust the opacity as needed */
    object-fit: contain;
}

.es-container-d img {
    width: 100%;
    display: block;
    opacity: 1; /* Adjust the opacity as needed */
    object-fit: contain;
}

.es-container-m img {
    width: 100%;
    display: block;
    opacity: 1; /* Adjust the opacity as needed */
    object-fit: contain;
}

.es-left-caption {
    color: white;
    font-family: "Times New Roman", Times, serif;
    font-size: 1.7em;
    font-weight: 500;
    position: absolute;
    top: 30%;
    left: 20%;
    transform: translate(-0%, -50%);
}

    .es-left-caption img {
        width: 250px;
    }

.es-text-heading {
    font-size: .8em;
    letter-spacing: 5px;
}

.es-text {
    color: white;
    font-family: "Times New Roman", Times, serif;
    font-size: .5em;
    letter-spacing: 1px;
}

.es-text-d {
    color: white;
    font-family: "Times New Roman", Times, serif;
    font-size: .5em;
    display: block;
}

.es-text-m {
    color: white;
    font-family: "Times New Roman", Times, serif;
    font-size: .5em;
    display: none;
}

.es-text-black {
    color: black;
    font-family: "Times New Roman", Times, serif;
    font-size: .5em;
}

.es-text-black-d {
    color: black;
    font-family: "Times New Roman", Times, serif;
    font-size: .5em;
}

.es-text-black-m {
    color: black;
    font-family: "Times New Roman", Times, serif;
    font-size: .5em;
    display: none;
}

.es-collection {   
    cursor: pointer;
}


.e-button-white {
    color: white;
    background-color: transparent;
    font-family: "Times New Roman", Times, serif;
    font-size: .5em;
    border: 1px solid white;    
    text-align: center;
    text-decoration: none;    
    cursor: pointer;
    border-radius: 0px;
    letter-spacing: 2px;
}

    .e-button-white:hover {
        background-color: white;
        color: black;
    }

.es-button {
    color: white;
    background-color: black;
    font-family: "Times New Roman", Times, serif;
    font-size: 1em;
    border: none;
    padding: 5px 5px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin: 2px 2px;
    cursor: pointer;
    border-radius: 0px;
}

    .es-button:hover {
        background-color: white;
        color: black;
    }

 

.e-button-d {
    background-color: transparent;
    font-family: "Times New Roman", Times, serif;
    border: none;
    padding: 0px 0px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    border-radius: 0px;
    visibility: visible;
}

    .e-button-d:hover {
        background-color: transparent;
        border: 2px solid black;
    }

.e-button-m {
    color: black;
    background-color: white;
    font-family: "Times New Roman", Times, serif;
    font-size: 1em;
    border: none;
    padding: 5px 5px;
    text-align: center;
    text-decoration: none;
    display: none;
    margin: 2px 2px;
    cursor: pointer;
    border-radius: 0px;
    visibility: hidden;
}

    .e-button-m:hover {
        background-color: white;
        color: white;
    }

.es-button img {
    max-width: 100%;
    height: auto;
    display: block;
    border: none;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .es-button img {
        width: 80%;
    }
}

@media (max-width: 480px) {
    .es-button img {
        width: 60%;
    }
}

/* Optional: Adding hover effect */
.img-button img:hover {
    opacity: 0.8;
}



.btn-7 {
    position: absolute;
    right: 15%;
    bottom: 20%;
    padding: calc(10px + 1vw);
}

.btn-8 {
    position: absolute;
    left: 20%;
    top: 47%;
    padding: calc(10px + 1vw);
}

.btn-9 {
    position: absolute;
    right: 35%;
    bottom: 35%;
    padding: calc(10px + 1vw);
}

.btn-10 {
    position: absolute;
    left: 35%;
    top: 20%;
    padding: calc(10px + 1vw);
}

.es-bottom-container-right {
    position: absolute;
    bottom: 0px;
    right: 50px;
    color: black;
    width: 60%;
    font-size: 1.5em;
    text-align: left;
    padding: calc(10px + 1vw);
}

    .es-bottom-container-right img {
        width: auto;
        height: auto;
    }

.es-bottom-caption {
    color: white;
    font-family: "Times New Roman", Times, serif;
    font-size: 1rem;
    font-weight: 500;
    position: absolute;
    bottom: 1px;
    left: 50%;
    transform: translate(-50%, -50%);
}

.es-bottom-caption-text {
    font-size: 1.5em;
}

.es-bottom-container-center {
    position: absolute;
    background-color: rgba(255,255,255,0.8);
    bottom: 0px;
    left: 0px;
    color: black;
    width: 60%;
    font-size: 1.5em;
    text-align: left;
    padding: calc(10px + 1vw);
}


    .es-bottom-container-center .heading-text {
        font-size: 1.6em;
        color: black;
        text-align: left;
    }

    .es-bottom-container-center img {
        width: auto;
        height: auto;
    }

    .es-bottom-container-center .text {
        font-size: 1em;
        color: black;
        text-align: left;
        margin-top: 10px;
    }

/*--------------------------------------------------------------
# END ES Container
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# START EW Container
--------------------------------------------------------------*/
.ew-container {
    position: relative;
    width: 100%;
    background-color: white;
    font-size: calc(.125rem + 0.9vw); /* 1.125rem is small enough, so RFS won't rescale this */
    /*   max-height: 1175px; */
}



    /* Style for the video element */
    .ew-container video {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        object-fit: cover; /* Ensure the video covers the entire container */
    }

    /* Optional: Add styles to the image for overlay effect */
    .ew-container img {
        width: 100%;
        display: block;
        opacity: 1; /* Adjust the opacity as needed */
        object-fit: contain;
    }

.ew-left-caption {
    color: white;
    font-family: "Times New Roman", Times, serif;
    font-size: 1.7em;
    font-weight: 500;
    position: absolute;
    top: 35%;
    left: 10%;
    transform: translate(-0%, -50%);
}

    .ew-left-caption img {
        width: 150px;
    }

.ew-text {
    color: white;
    font-family: "Times New Roman", Times, serif;
    font-size: .5em;
}

.ew-text-d {
    color: white;
    font-family: "Times New Roman", Times, serif;
    font-size: .5em;
    display: block;
}

.ew-text-black {
    color: black;
    font-family: "Times New Roman", Times, serif;
    font-size: .5em;
}

.ew-btn {
    color: black;
    background-color: white;
    font-family: "Times New Roman", Times, serif;
    font-size: .5em;
    text-align: center;
    border-radius: 5px;
    cursor: pointer;
}

    .ew-btn :hover {
        color: white;
        background-color: black;
        font-family: "Times New Roman", Times, serif;
        font-size: .5em;
        text-align: center;
        border: 1px solid white;
        border-radius: 5px;
        cursor: pointer;
    }

.ew-button {
    color: white;
    background-color: black;
    font-family: "Times New Roman", Times, serif;
    font-size: 1em;
    border: none;
    padding: 5px 5px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin: 2px 2px;
    cursor: pointer;
    border-radius: 16px;
}

    .ew-button:hover {
        background-color: white;
        color: black;
    }

.btn-ew-1 {
    position: absolute;
    right: 10%;
    bottom: 25%;
    padding: calc(10px + 1vw);
}

.btn-ew-2 {
    position: absolute;
    left: 25%;
    bottom: 15%;
    padding: calc(10px + 1vw);
}

.btn-ew-3 {
    position: absolute;
    left: 30%;
    bottom: 0%;
    padding: calc(10px + 1vw);
}

.btn-ew-4 {
    position: absolute;
    left: 25%;
    top: 42%;
    padding: calc(10px + 1vw);
}

.btn-ew-5 {
    position: absolute;
    right: 10%;
    top: 40%;
    padding: calc(10px + 1vw);
}

.ew-top-container-right {
    position: absolute;
    top: 150px;
    right: 50px;
    color: black;
    width: 30%;
    font-size: 1.5em;
    text-align: right;
    padding: calc(10px + 1vw);
}

.ew-bottom-container-right img {
    width: auto;
    height: auto;
}

.ew-bottom-caption {
    color: white;
    font-family: "Times New Roman", Times, serif;
    font-size: 1em;
    font-weight: 500;
    position: absolute;
    bottom: 1px;
    left: 50%;
    transform: translate(-50%, -50%);
}

.ew-bottom-container-center {
    position: absolute;
    background-color: rgba(255,255,255,0.8);
    bottom: 0px;
    left: 0px;
    color: black;
    width: 60%;
    font-size: 1.5em;
    text-align: left;
    padding: calc(10px + 1vw);
}


    .ew-bottom-container-center .heading-text {
        font-size: 1.6em;
        color: black;
        text-align: left;
    }

    .ew-bottom-container-center img {
        width: auto;
        height: auto;
    }

    .ew-bottom-container-center .text {
        font-size: 1em;
        color: black;
        text-align: left;
        margin-top: 10px;
    }

/*--------------------------------------------------------------
# END EW Container
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# START ET Container
--------------------------------------------------------------*/
.et-container {
    position: relative;
    width: 100%;
    background-color: white;
    font-size: calc(.125rem + 0.9vw); /* 1.125rem is small enough, so RFS won't rescale this */
    /*   max-height: 1175px; */
}

    /* Style for the video element */
    .et-container video {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        object-fit: cover; /* Ensure the video covers the entire container */
    }

    /* Optional: Add styles to the image for overlay effect */
    .et-container img {
        width: 100%;
        display: block;
        opacity: 1; /* Adjust the opacity as needed */
        object-fit: contain;
    }

.et-left-caption {
    color: white;
    font-family: "Times New Roman", Times, serif;
    font-size: 1.7em;
    font-weight: 500;
    position: absolute;
    top: 35%;
    left: 7%;
    transform: translate(-0%, -50%);
}

    .et-left-caption img {
        width: 150px;
    }

.et-text {
    color: white;
    font-family: "Times New Roman", Times, serif;
    font-size: .5em;
}

.et-text-black {
    color: black;
    font-family: "Times New Roman", Times, serif;
    font-size: 1.5rem;
}

.et-btn {
    color: black;
    background-color: white;
    font-family: "Times New Roman", Times, serif;
    font-size: .5em;
    text-align: center;
    border-radius: 5px;
    cursor: pointer;
}

    .et-btn :hover {
        color: white;
        background-color: black;
        font-family: "Times New Roman", Times, serif;
        font-size: .5em;
        text-align: center;
        border: 1px solid white;
        border-radius: 5px;
        cursor: pointer;
    }

.et-button {
    color: white;
    background-color: black;
    font-family: "Times New Roman", Times, serif;
    font-size: 1em;
    border: none;
    padding: 5px 5px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin: 2px 2px;
    cursor: pointer;
    border-radius: 16px;
}

    .et-button:hover {
        background-color: white;
        color: black;
    }

.btn-et-1 {
    position: absolute;
    left: 25%;
    bottom: 40px;
    padding: calc(10px + 1vw);
}

.btn-et-2 {
    position: absolute;
    right: 10%;
    top: 20%;
    padding: calc(10px + 1vw);
}

.btn-et-m-2 {
    position: absolute;
    right: 1%;
    bottom: 10%;
    padding: calc(10px + 1vw);
}

.btn-et-3 {
    position: absolute;
    right: 30%;
    top: 15%;
    padding: calc(10px + 1vw);
}

.btn-et-m-3 {
    position: absolute;
    right: 10%;
    top: 10%;
    padding: calc(10px + 1vw);
}

.btn-et-4 {
    position: absolute;
    right: 30%;
    top: 10%;
    padding: calc(10px + 1vw);
}

.et-top-container-right {
    position: absolute;
    top: 10%;
    right: 5%;
    color: black;
    width: 60%;
    font-size: 1.5em;
    text-align: left;
    padding: calc(10px + 1vw);
}

.et-bottom-container-right img {
    width: auto;
    height: auto;
}

.et-bottom-caption {
    color: white;
    font-family: "Times New Roman", Times, serif;
    font-size: 1em;
    font-weight: 500;
    position: absolute;
    bottom: 1px;
    left: 50%;
    transform: translate(-50%, -50%);
}

.et-bottom-container-center {
    position: absolute;
    background-color: rgba(255,255,255,0.8);
    bottom: 0px;
    left: 0px;
    color: black;
    width: 60%;
    font-size: 1.5em;
    text-align: left;
    padding: calc(10px + 1vw);
}


    .et-bottom-container-center .heading-text {
        font-size: 1.6em;
        color: black;
        text-align: left;
    }

    .et-bottom-container-center img {
        width: auto;
        height: auto;
    }

    .et-bottom-container-center .text {
        font-size: 1em;
        color: black;
        text-align: left;
        margin-top: 10px;
    }

/*--------------------------------------------------------------
# END ET Container
--------------------------------------------------------------*/

/*--------------------------------------------------------------
   LP Start Caption
--------------------------------------------------------------*/
.lp-container-right-link {
    visibility: hidden;
}

.lp-left-caption {
    color: white;
    font-family: 'inter-light';
    font-size: 2em;
    font-weight: 700;
    position: absolute;
    top: 25%;
    left: 15%;
    transform: translate(-0%, -50%);
}

.lp-center-caption {
    color: white;
    font-family: 'inter-light';
    font-weight: 500;
    font-size: 1.5em;
    letter-spacing: 2px;
    position: absolute;
    bottom: 30%;
    right: 9%;
    transform: translate(-0%, -50%);
    z-index: 10;
}

    .lp-center-caption img {
        width: 60%;
        float: right;
        margin-left: 10px;
    }

    .lp-center-caption a {
        border: 1px solid white;
        padding: 5px;
        color: white;
        text-decoration: none;
    }

        .lp-center-caption a:hover {
            color: black;
            text-decoration: none;
            background-color: white;
        }



/*--------------------------------------------------------------
   LP End Caption
--------------------------------------------------------------*/
/*--------------------------------------------------------------
   LP Start Button
--------------------------------------------------------------*/


.lp-flex-container {
    position: relative;
    bottom: 0px;
    display: flex;
    flex-wrap: nowrap;
    column-fill: balance-all;
    width: 100%;
}

    .lp-flex-container img {
        cursor: pointer;
        width: 100%;
        border: 1px solid black;
        text-decoration: none;
        background-color: white;
    }

.lp-flex-container-d {
    position: relative;
    bottom: 0px;
    display: flex;
    flex-wrap: nowrap;
    column-fill: balance-all;
    width: 100%;
    scroll-margin: 75px;
}

    .lp-flex-container-d img {
        cursor: pointer;
        width: 100%;
        border: 0px solid black;
        text-decoration: none;
    }

.lp-flex-container-m {
    position: relative;
    bottom: 0px;
    display: none;
    flex-wrap: nowrap;
    column-fill: balance-all;
    width: 100%;
}

    .lp-flex-container-m img {
        cursor: pointer;
        width: 100%;
        border: 0px solid black;
        text-decoration: none;
    }

.lp-flex-item {
    position: relative;
    border: 0px;
    bottom: 0px;
    left: 0px;
    margin: 0px; /* Add margin to each item for spacing */
    text-align: left;
    padding: 0px;
    cursor: pointer;
}


    .lp-flex-item .text {
        width: 100%;
        position: absolute;
        margin-top: calc(40px + 1vw);
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        color: black;
        font-size: 1.6em;
        text-align: center;
        padding: calc(10px + 1vw);
    }

/*--------------------------------------------------------------
   LP End Button
--------------------------------------------------------------*/

/*--------------------------------------------------------------
   LP Start center and bottom container
--------------------------------------------------------------*/
.lp-center-container {
    position: absolute;
    background-color: transparent;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


.lp-bottom-container-white {
    position: absolute;
    background-color: transparent;
    bottom: 0px;
    left: 0px;
    color: white;
    width: 60%;
    font-size: 1.5em;
    text-align: left;
    padding: calc(10px + 1vw);
}


    .lp-bottom-container-white .heading-text {
        font-size: 1.6em;
        color: white;
        text-align: left;
    }

    .lp-bottom-container-white img {
        width: auto;
        height: auto;
    }

    .lp-bottom-container-white .text {
        font-size: 1em;
        color: white;
        line-height: 1.3;
        text-align: left;
        margin-top: 10px;
    }

    .lp-bottom-container-white a {
        border: 1px solid white;
        background-color: transparent;
        color: white;
        width: 100%;
        font-size: 1.2em;
        text-decoration: none;
        text-align: center;
        cursor: pointer;
        margin: 10px;
        padding: 5px 150px;
    }

        .lp-bottom-container-white a:hover {
            background: white;
            color: black;
        }


.lp-bottom-container-left {
    position: absolute;
    background-color: rgba(255,255,255,0.8);
    bottom: 0px;
    left: 0px;
    color: black;
    width: 50%;
    font-size: 1.5em;
    text-align: left;
    padding: calc(10px + 1vw);
}


    .lp-bottom-container-left .heading-text {
        font-size: 1.6em;
        color: black;
        text-align: left;
    }

    .lp-bottom-container-left img {
        width: auto;
        height: 50px;
    }

    .lp-bottom-container-left .text {
        font-size: 16px;
        line-height: 1.3;
        color: black;
        text-align: left;
        margin-top: 10px;
    }



    .lp-bottom-container-left .alink {
        border: 1px solid black;
        background-color: transparent;
        color: black;
        width: 100%;
        font-size: 1.2em;
        text-decoration: none;
        text-align: center;
        cursor: pointer;
        margin: 10px;
        padding: 3px 150px;
    }

        .lp-bottom-container-left .alink:hover {
            background: white;
        }


.lp-bottom-container-right {
    position: absolute;
    background-color: rgba(255,255,255,0.8);
    bottom: 0px;
    right: 0px;
    color: black;
    width: 50%;
    font-size: 1.5em;
    text-align: left;
    padding: calc(10px + 1vw);
}


    .lp-bottom-container-right .heading-text {
        font-size: 1.6em;
        color: black;
        text-align: left;
    }

    .lp-bottom-container-right img {
        width: auto;
        height: 50px;
    }

    .lp-bottom-container-right .text {
        font-size: 16px;
        line-height: 1.3;
        color: black;
        text-align: left;
        margin-top: 0px;
    }


.lp-bottom-container-m {
    position: relative;
    background-color: rgba(255,255,255,0.8);
    bottom: 0px;
    right: 0px;
    color: black;
    width: 100%;
    font-size: 1.5em;
    text-align: left;
    padding: calc(10px + 1vw);
}


    .lp-bottom-container-m .heading-text {
        font-size: 1.6em;
        color: black;
        text-align: left;
    }

    .lp-bottom-container-m img {
        width: auto;
        height: 25px;        
    }

    .lp-bottom-container-m .text {
        font-size: 1em;
        line-height: 1.3;
        color: black;
        text-align: left;
        margin-top: 0px;
    }

/*
    .lp-bottom-container-right a {
        border: 1px solid black;
        background-color: transparent;
        color: black;
        width: 100%;
        font-size: 1.2em;
        text-decoration: none;
        text-align: center;
        cursor: pointer;
        margin: 0px;
        padding: 3px 150px;
    }

        .lp-bottom-container-right a:hover {
            background: white;
        }
        */


.lp-bottom-container-media {
    position: absolute;
    background-color: white;
    box-shadow: 0 5px 26px 0 rgba(68, 88, 144, 0.14);
    top: 35%;
    left: 5%;
    color: black;
    width: 50%;
    font-size: 1.5em;
    text-align: left;
    padding: calc(10px + 1vw);
    max-width: 60%;
}

.media-events {
    padding: 100px;
}

.lp-bottom-container-media .heading-text {
    font-size: 1.2em;
    color: black;
    text-align: left;
}

.lp-bottom-container-media img {
    width: 100%;
    height: auto;
}

.lp-bottom-container-media .text {
    font-size: 16px;
    line-height: 1.3;
    color: black;
    text-align: left;
    margin-top: 10px;
}

/*
    .lp-bottom-container-media a {        
        border: 1px solid black;
        background-color: transparent;
        color: black;        
        font-size: 1.2em;
        text-decoration: none;
        text-align: center;
        cursor: pointer;
        margin: 0px;
        padding: 3px 150px;
    }

        .lp-bottom-container-media a:hover {
            background: white;
        }
         */




/*--------------------------------------------------------------
   LP End bottom container
--------------------------------------------------------------*/




/*--------------------------------------------------------------
# Our products
--------------------------------------------------------------*/
.products {
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: white;
    scroll-margin-top: 100px;
}


.products_parent {
    position: relative;
    top: 0;
    left: 0; 
}

.products_bg {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.products_img {
    position: absolute;
    top: 5px;
    left: 15px;
    width: 95%;
}


.products_image-row {
    position: relative;
    display: flex;
    justify-content: center; /* Center horizontally */
    align-items: center; /* Center vertically */
}

    .products_image-row .img1 {        
        margin: 0; /* Remove any default margin */
        padding: 0; /* Remove any default padding */                
        width: 37%;
        height: auto;
    }

    .products_image-row .img2 {        
        margin: 0; /* Remove any default margin */
        padding: 0; /* Remove any default padding */
        transform: scale(-1,1);
        width: 37%;
        height: auto;
    }
     

/*
    .products img {       
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    }
*/
.products a {
    text-decoration: none;
}

.product-title {
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
    font-size: 1.9em;
    font-weight: 700;
}

.product-img {
    display: flex;
    position: relative;
    padding: 0px;
    margin: 0px;
    cursor: pointer;
}
  

    .products .icon-box {
        padding-top: 20px;
        text-align: center;
        border: 1px solid #fff;
        height: 810px;
        width: calc(580px + 1vw);
        background-size: cover;
    }

.products .icon-box-ns {
    background-image: url('assets/cat_1/cat_1_img_bt1.png');
}

.products .icon-box-es {
    background-image: url('assets/cat_1/cat_1_img_bt2.png');
}

.products .icon-box-ew {
    background-image: url('assets/cat_1/cat_1_img_bt3.png');
}

.products .icon-box-et {
    background-image: url('assets/cat_1/cat_1_img_bt4.png');
}


.products .icon {
    margin: 0 auto 20px auto;
    padding-top: 17px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    width: 72px;
    height: 72px;
}

    .products .icon i {
        font-size: 36px;
        line-height: 1;
    }

.products .title {
    font-weight: 700;
    font-size: 1.9em;
    margin-bottom: 15px;
}

    .products .title a {
        color: #111;
    }

.products .description {
    font-weight: 700;
    font-size: 1.2em;
    line-height: 28px;
    margin-top: 75px;
}

.products .icon-box-pink .icon {
    background: #fceef3;
}

    .products .icon-box-pink .icon i {
        color: #ff689b;
    }

.products .icon-box-pink:hover {
    border-color: #ff689b;
}

.products .icon-box-cyan .icon {
    background: #e6fdfc;
}

    .products .icon-box-cyan .icon i {
        color: #3fcdc7;
    }

.products .icon-box-cyan:hover {
    border-color: #3fcdc7;
}

.products .icon-box-green .icon {
    background: #eafde7;
}

    .products .icon-box-green .icon i {
        color: #41cf2e;
    }

.products .icon-box-green:hover {
    border-color: #41cf2e;
}

.products .icon-box-blue .icon {
    background: #e1eeff;
}

    .products .icon-box-blue .icon i {
        color: #2282ff;
    }

.products .icon-box-blue:hover {
    border-color: #2282ff;
}


/*--------------------------------------------------------------
# Product Details
--------------------------------------------------------------*/
.product-details {
    padding: 25px;
    background-color: white;
}


.product-details-filter {
    color: white;
    background-color: black;
    border-radius: 10px;
    display: flex;
    font-size: 1em;
    font-weight: 500;
    width: auto;
    padding: 5px;
    margin: 5px;
    position: relative;
    cursor: pointer;
}

.product-details-link-header {
    display: block;
    font-size: 1em;    
}

.product-details-link-header-m {
    display: none;
}

.print-button {
    align-content: center;
    display: block;
    font-size: 1em;
}

.product-details-link {
    display: flex;
    font-size: 1.2em;
    text-align: start;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-right: 0px;
    position: relative;
    flex-wrap: nowrap;
    direction: ltr;
    text-decoration: none;
}
    .product-details-link a {
        text-decoration: none;
    }

    .product-details-link a:hover {
       font-weight: bold;
       color: black;
    }

 .product-details-search {
    text-align: end;
    padding-top: 0px;
    padding-bottom: 5px;
    margin-right: 0px;
    position: relative;
}

.search-input {
    width: 300px;
    padding: 8px;
    border: 1px solid black;
    border-radius: 15px;
    margin-right: 50px;
}

.search-icon {
    position: absolute;
    right: 25px;
    top: 50%;
    padding: 5px;
    transform: translateY(-50%);
    cursor: pointer;
    
}

.product-pop-search {
    text-align: end;
    padding-top: 0px;
    padding-bottom: 5px;
    margin-right: 0px;
    position: relative;
}

.search-pop-input {
    width: 300px;
    padding: 8px;
    border: 1px solid black;
    border-radius: 15px;
    margin-right: 50px;
}

.search-pop-icon {
    position: absolute;
    right: 60px;
    top: 50%;    
    transform: translateY(-50%);
    cursor: pointer;
}

.search-button {
    padding: 10px;
    color: black;
    border: none;
    cursor: pointer;
}

.product-details .card1 {
    text-decoration: none;
    width: 400px;
    height: 400px;
    display: flex;
    flex-wrap: nowrap;
    margin: 15px;
    margin-top: 10px;    
}

    .product-details .card1 a {
        text-decoration: none;
    }

        .product-details .card1 a:hover {
            text-decoration: none;
            color: black;
        }

.product-details .card {
    border: 0;
    padding: 0px;
    margin-bottom: 25px;
    position: relative;
    cursor: pointer;
}

.product-details .card1-d {
    text-decoration: none;
    width: 400px;
    display: flex;
    flex-wrap: nowrap;
    margin: 5px;
    margin-top: 10px;
    cursor: pointer;
}

    .product-details .card1-d a {
        text-decoration: none;
    }

        .product-details .card1-d a:hover {
            text-decoration: none;
            color: black;
        }

.product-details .card-d {
    border: 0;
    padding: 0px;
    margin-bottom: 25px;
    position: relative;
}


.print-product-details {
    padding: 0px;
}

    .print-product-details .text {
        padding: 10px;
        font-size: 1.1rem;
    }

    .print-product-details .card {
        border: 0;
        padding: 0px;
        margin-bottom: 0px;
        position: relative;
    }

    .print-product-details .card-img {
        position: relative;
        width: 100%;
        height: 475px;
    }

    .print-product-details .card-bg-img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 475px;
    }

    .print-product-details .card-body {
        width: 100%;       
        text-decoration: none;
        background: #fff;
        border-top: 4px solid #fff;
        padding: 15px;
        margin: 0px;
        transition: 0.3s;
    }

    .print-product-details .card-img img {
        position: relative;
        width: 100%;
        height: 475px; 
        padding: 10px;
        object-fit: contain;
        z-index: 1;
    }

    .print-product-details .card-bg-img img {
        position: absolute;
        width: 100%;
        height: 475px;
        top: 0;
        left: 0;
        padding: 1px;
        object-fit: contain;
        z-index: 1;
    }

.print-product-details-m {
    padding: 0px;
}

    .print-product-details-m .card {
        border: 0;
        padding: 0px;
        margin-bottom: 0px;
        position: relative;
    }

    .print-product-details-m .card-img {
        position: relative;
        width: 100%;
    }

    .print-product-details-m .card-bg-img {
        position: relative;
        width: 100%;
        height: 375px;
    }

    .print-product-details-m .card-body {
        width: 100%;
        text-decoration: none;
        background: #fff;
        border-top: 4px solid #fff;
        padding: 15px;
        margin: 0px;
        transition: 0.3s;
    }

    .print-product-details-m .card-img img {
        position: relative;
        width: 100%;
        height: 375px;
        top: 0;
        left: 0;
        object-fit: contain;
        padding: 10px;
        z-index: 1;
    }

    .print-product-details-m .card-bg-img img {
        position: absolute;
        width: 100%;
        height: 375px;
        top: 0;
        left: 0;
        padding: 1px;
        object-fit: contain;
        z-index: 1;
    }

.product-details .card-img {
    position: relative;
    width: 400px;
    height: 240px;
}

    .product-details .card-img img {
        position: absolute;
        width: 400px;
        height: 240px;
        top: 0px;
        left: 0px;
        padding: 10px 10px 10px 10px;
        z-index: 1;
    }



.product-details .card-bg-img img {
    position: absolute;
    z-index: 5;
    color: white;
    width: 400px;
    height: 240px;
    padding: 0px;
    object-fit: scale-down;
}

.product-details .card-body {
    width: 400px;
    text-decoration: none;
    font-size: .9em;
    z-index: 10;
    background: #fff;
    border-top: 4px solid #fff;
    padding: 5px;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    margin: 0px;
    transition: 0.3s;
}

.product-details .card-body-s {
    width: 400px;   
    text-decoration: none;
    z-index: 10;
    background: #fff;
    border-top: 4px solid #fff;
    padding: 5px;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    margin: 0px;
    transition: 0.3s;
}

.product-details .card-title {
    text-decoration: none;
    font-size: 1.2em;
    font-weight: 700;
    text-align: left;
    margin: 0px;
}


.product-details .card-body-d {
    width: 400px;
    text-decoration: none;
    font-size: .9em;
    z-index: 10;
    background: #fff;
    border-top: 4px solid #fff;
    padding: 5px;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    margin: 0px;
    transition: 0.3s;
}

.product-details .card-title-d {
    text-decoration: none;
    font-size: 1em;
    font-weight: 700;
    text-align: left;
    margin: 0px;
}


.product-details .card-title a {
    color: #1e4356;
    text-decoration: none;
    transition: 0.3s;
}

.product-details .card-text {
    font-size: 1.2em;
    font-weight: 700;
    color: #5e5e5e;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 1px;
    box-sizing: border-box;
}

.product-details .card-text-end {
    font-size: 1.2em;
    font-weight: 700;
    color: #5e5e5e;
    text-align: end;
    align-items: flex-end;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 1px;
    box-sizing: border-box;
}



.product-details .card:hover .card-body {
    border-color: black;
}

    .product-details .card:hover .card-body .card-title a {
        color: black;
    }

.product-details .card-d:hover .card-body-d {
    border-color: black;
}

.product-details .card-d:hover .card-title:hover {
    color: black;
}

/*--------------------------------------------------------------
   Product Carousel
--------------------------------------------------------------*/
.carousel-img {
    display: flex;
    position: relative;
    padding: 0px;
    margin: 0px;
}

    .carousel-img .left {
        display: flex;
        position: relative;
        justify-content: flex-start;
        padding: 0px;
        margin: 0px;
    }

    .carousel-img .right {
        display: flex;
        position: relative;
        justify-content: flex-end;
        padding: 0px;
        margin: 0px;
    }

/*--------------------------------------------------------------
   General
--------------------------------------------------------------*/


.general {
    position: relative;
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: white;
    font-size: 1.3rem;
    text-align: justify;
    scroll-margin-top: 100px; /* Adjust for navbar height */
}

    .general a {
        text-decoration: none;
    }

    .general ol {
        text-decoration: none;
        font-size: 1.2em;
        color: black;
        text-align: justify;
        padding: 5px;
        margin-left: 50px;
        padding-bottom: 25px;
    }

.general-title {
    background-image: url('./assets/banner_desktop.jpg');
    background-size: 100% 100%;
    color: white;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
    font-size: 2em;
    font-weight: 700;
}

.general-heading {
    text-decoration: none;
    font-size: 1.5rem;
    color: black;
    text-align: justify;
    align-content: center;
    padding: 5px;
}

.general-text {
    text-decoration: none;
    font-size: 1rem;
    color: black;
    text-align: left;
    padding: 5px;
    padding-bottom: 25px;
}

/*--------------------------------------------------------------
   contact
--------------------------------------------------------------*/


.contact {
    position: relative;
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: white;
    scroll-margin-top: 100px;
}

    .contact a {
        text-decoration: none;
    }

.contact-title {
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
    font-size: 1.9em;
    font-weight: 700;
}

.contact-form {
    padding: 25px;
    padding-bottom: 100px;
    margin: 0px;
}

.contact .btn-holder {
    justify-content: flex-start;
    align-items: flex-end;
    display: flex;
}

/*--------------------------------------------------------------
   ABOUT
--------------------------------------------------------------*/


.about {
    position: relative;
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: white;
    scroll-margin-top: 100px; /* Adjust for navbar height */
}

    .about a {
        text-decoration: none;
    }

.about-title {
    background-image: url('./assets/banner_desktop.jpg');
    background-size: 100% 100%;
    color: white;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
    font-size: 2em;
    font-weight: 700;
}

.about-heading {
    text-decoration: none;
    font-size: 1.2rem;
    color: black;
    text-align: center;
    padding: 5px;
    margin: 0px 5% 0px 5%;
}


.about-image {
    padding: 10px; /* Add padding around the image */
    box-sizing: border-box; /* Include padding in the width calculation */ 
}

    .about-image img {
        width: 450px;
        height: auto;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    }

 

.about-text {
    text-align: left;
    font-size: 1.2rem;
    color: black;
    margin-top: 5px;
}

.about-heading-text {
    font-size: 1.2rem;
    color: black;
    text-align: left;
    padding-top: 5px;
    padding-bottom: 5px;
    font-weight: 600; 
    text-underline-offset: 8px;
}

/*--------------------------------------------------------------
   care
--------------------------------------------------------------*/

.care {
    position: relative;
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: white;
    scroll-margin-top: 100px; /* Adjust for navbar height */
}

.care-title {
    background-image: url('./assets/banner.png');
    background-size: 100% 100%;
    color: white;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
    font-size: 2em;
    font-weight: 700;
}

.care a {
    text-decoration: none;
}

.care ul {
    list-style-type: none;
    font-size: 1.2em;
    margin: 5px;
    padding: 5px;
}

.li-circle ul li:before {
    content: '\2022\0020';
}

.li-do ul li:before {
    content: '\2714\0020';
}

.li-dont ul li:before {
    content: '\2716\0020';
}

.care-box-row {
    margin: 0px;
    padding: 10px;
}

.care-box {
    text-align: left;
    width: 600px;
    padding: 10px;
}

.care-box-img {
    text-align: center;
    width: 600px;
    padding: 10px;
}

    .care-box-img img {
        padding: 0px;
        width: 200px;
    }

.care-box-title {
    padding: 5px;
    text-align: center;
    font-weight: 600;
}

.care-box-subtitle {
    padding: 5px;
    text-align: left;
}

/*--------------------------------------------------------------
   Material Safety
--------------------------------------------------------------*/

.material-safety {
    position: relative;
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: white;
    scroll-margin-top: 100px; /* Adjust for navbar height */
}

.material-safety-title {
    background-image: url('./assets/banner.png');
    background-size: 100% 100%;
    color: white;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
    font-size: 2em;
    font-weight: 700;
}

.material-safety a {
    text-decoration: none;
    border: 1px solid black;
    background-color: black;
    color: white;
    padding: 10px;
}

.material-safety-row {
    margin: 20px;
    padding: 20px;
    box-shadow: 0 2px 0px;
}

/*--------------------------------------------------------------
   Faq
--------------------------------------------------------------*/

.faq {
    position: relative;
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: white;
    scroll-margin-top: 100px; /* Adjust for navbar height */
}

 

.faq-title {
    background-image: url('./assets/banner.png');
    background-size: 100% 100%;
    color: white;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
    font-size: 2em;
    font-weight: 700;
}

.faq-subtitle {
    text-align: center;
    padding: 0px;
    font-size: 1.6em;
    font-weight: 700;
}

.faq a {
    text-decoration: none;
}

.faq .text {
    font-size: 1.2em;
    text-align: left;
}

.fab {
    margin-top: 5px;
    padding: 0px;
}

.faq .qul {
    text-align: left;
    font-size: 1rem;
    padding: 5px;
    margin-left: 25px;
}



/*
.faq li {
    font-size: 1.3em;
    padding: 5px;
    text-align: center;
}

.faq ul li:before {
    content: '\2022\0020';
}
 */

.faq .icon {
    font-size: 1.2em;
    padding: 5px;
    cursor: pointer;
}

.question {
    margin: 0px;
    padding: 5px;
    font-size: 1.2em;
    cursor: pointer;
}

.answer {
    margin-left: 40px;
    margin-bottom: 25px;
    padding: 0px;
    font-size: 1em;
    text-align: left;
}

.faq-chart {
    text-align: center;
    font-size: 1rem;
}

.fab table {
    border: 0px solid rgba(0,0,0,0.5);
    border-spacing: 25px;
}


.faq-chart-row {
    border: 0px solid rgba(0, 0, 0, 0.1);
    text-align: center;
}

/*--------------------------------------------------------------
   silica
--------------------------------------------------------------*/


.silica {
    position: relative;
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: white;
    scroll-margin-top: 100px; /* Adjust for navbar height */
}

    .silica a {
        text-decoration: none;
        padding: 10px;
        border: 1px solid black;
        color: white;
        background-color: black;
    }

.silica-title {
    background-image: url('./assets/banner.png');
    background-size: 100% 100%;
    color: white;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
    font-size: 2em;
    font-weight: 700;
}

.silica-heading {
    text-decoration: none;
    font-size: 1.2em;
    color: black;
    text-align: center;
    padding: 15px;
}


.silica-image {
    padding: 10px; /* Add padding around the image */
    box-sizing: border-box; /* Include padding in the width calculation */
}

    .silica-image img {
        width: auto;
        height: auto;
        margin: auto;
        display: block;
    }

.silica-text {
    text-align: justify; /* Justify text */
    font-size: 1.2em;
    color: black;
    margin-top: 5px;
}

.silica-heading-text {
    font-size: 1.5em;
    color: black;
    text-align: left;
    padding-top: 5px;
    font-weight: 600;
}

/*--------------------------------------------------------------
   media
--------------------------------------------------------------*/


.media {
    position: relative;
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: white;
    scroll-margin-top: 100px; /* Adjust for navbar height */
}

    .media a {
        text-decoration: none;
        padding: 2px;
        border: 0px solid black;
        color: black;
        background-color: white;
    }

.media-title {
    background-image: url('./assets/banner.png');
    background-size: 100% 100%;
    color: white;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
    font-size: 2em;
    font-weight: 700;
}

.media-heading {
    text-decoration: none;
    font-size: 1.5em;
    color: black; 
    align-content: center;
    justify-content: center; 
}


.media-image {
    padding: 10px; /* Add padding around the image */
    box-sizing: border-box; /* Include padding in the width calculation */
}

    .media-image img {
        width: auto;
        height: auto;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
        margin: auto;
        display: block;
    }

.media-text {
    text-align: justify; /* Justify text */
    font-size: 1.3em;
    color: black;
    margin-top: 5px;
}

.media-heading-text {
    font-size: 1.5em;
    color: black;
    text-align: center;
    padding-top: 5px;
    font-weight: 600;
}



/*--------------------------------------------------------------
   events
--------------------------------------------------------------*/


.events {
    position: relative;
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: white;
    scroll-margin-top: 100px; /* Adjust for navbar height */
}

    .events a {
        text-decoration: none;
        padding: 10px;
        border: 1px solid black;
        color: white;
        background-color: black;
    }

.events-title {
    background-image: url('./assets/banner.png');
    background-size: 100% 100%;
    color: white;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
    font-size: 2em;
    font-weight: 700;
}

.events-heading {
    text-decoration: none;
    font-size: 1.5em;
    color: black;
    text-align: justify;
    align-content: center;
    padding: 5px;
    height: 500px;
}


.events-image {
    padding: 10px; /* Add padding around the image */
    box-sizing: border-box; /* Include padding in the width calculation */
}

    .events-image img {
        width: auto;
        height: auto;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
        margin: auto;
        display: block;
    }

.events-text {
    text-align: justify; /* Justify text */
    font-size: 1.3em;
    color: black;
    margin-top: 5px;
}

.events-heading-text {
    font-size: 1.5em;
    color: black;
    text-align: left;
    padding-top: 5px;
    font-weight: 600;
}

.events-form {
    padding: 10px;
    padding-bottom: 10px;
    margin: 0px;
    background-color: lightgray;
}

.events .btn-holder {
    justify-content: flex-start;
    align-items: flex-end;
    display: flex;
}


/*--------------------------------------------------------------
   careers
--------------------------------------------------------------*/


.careers {
    position: relative;
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: white;
    scroll-margin-top: 100px; /* Adjust for navbar height */
}

    .careers a {
        text-decoration: none;
        padding: 10px;
        border: 1px solid black;
        color: white;
        background-color: black;
    }

.careers-title {
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
    font-size: 1.9em;
    font-weight: 700;
}

.careers-heading {
    text-decoration: none;
    font-size: 1.2em;
    color: black;
    text-align: justify;
    align-content: center;
    padding: 5px;
}


.careers-image {
    padding: 10px; /* Add padding around the image */
    box-sizing: border-box; /* Include padding in the width calculation */
}

    .careers-image img {
        width: auto;
        height: auto;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
        margin: auto;
        display: block;
    }

.careers-text {
    text-align: left;  
    font-size: 1em;
    color: black;
    margin-top: 5px;
}

 

.careers-position-heading {
    font-size: 1.2em;
    color: black;
    text-align: left;
    padding-top: 5px;
    font-weight: 600;
}

.careers-heading-text {
    font-size: 1.2em;
    color: black;
    text-align: left;
    padding-top: 5px;
    font-weight: 600;
}

.careers-form {
    padding: 10px;
    padding-bottom: 10px;
    margin: 0px;
    background-color: lightgray;
}

.careers .btn-holder {
    justify-content: flex-start;
    align-items: flex-end;
    display: flex;
}

/*--------------------------------------------------------------
   Instagram-feed
--------------------------------------------------------------*/

.instagram-feed {
    display: flex;
    flex-wrap: wrap;
    justify-content :center;
    gap: 1rem;
}

.instagram-post {
    border: 1px solid #ddd;
    padding: 10px;
    width: calc(33.333% - 3rem);
    cursor: pointer;
}

    .instagram-post a {
        text-decoration: none;
    }

    .instagram-post img, .instagram-post video {
        max-width: 100%;
        height: auto;
    }

/*--------------------------------------------------------------
   Dialog
--------------------------------------------------------------*/
.overlay {
    z-index: 8;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0,0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.dialog {
    width: 550px;
    background-color: white;
    border-radius: 5px;
    padding: 0px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

    .dialog .dialog-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 5px;
        background-color: lightgray;
        border-radius: 5px;
    }

    .dialog .dialog-body {
        padding: 2rem;
    }

    .dialog .dialog-footer {
        padding: 1rem;
    }


.close {
    height: 40px;
    width: 40px;
    background-color: transparent;
    transition: 0.25s ease;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

    .close:hover {
        background-color: #DDD;
    }

 

/*--------------------------------------------------------------
   Product Search
--------------------------------------------------------------*/

.search-popup {
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    max-height: 100vh; /* Important to allow scrolling */
    overflow-y: auto; /* Enable vertical scrolling */
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    z-index: 9999;
}

.popup-content {
    background: white;
    padding: 0px;
    border-radius: 0px;   
    width: 100%;
    text-align: center;
}

.close-btn {
    background: red;
    color: white;
    border: none;
    padding: 5px 10px;
    cursor: pointer;
}

.search-btn {
    color: black;
    border: none;    
    cursor: pointer;
}

/*--------------------------------------------------------------
  End Product Search
--------------------------------------------------------------*/

/*--------------------------------------------------------------
   footer
--------------------------------------------------------------*/
.footer {
    background-color: black;
    color: white;
    font-family: 'inter-light';
    font-size: 14px;
}

    .footer a {
        background-color: black;
        color: white;
        text-decoration: none;
        font-family: 'inter-light';
    }

        .footer a:hover {
            color: lightgray;
            text-decoration: none;
            font-family: 'inter-light';
        }

    .footer .hstack {
        flex-wrap: wrap;
    }

    .footer .copyright {
        padding: 10px;
    }

.social-link {
    border: 1px solid white;
    border-radius: 50%;
    padding: 8px;
    text-decoration: none;
}



/*--------------------------------------------------------------
   end footer
--------------------------------------------------------------*/

@media (max-width: 640.98px) {

    body, html {
        height: 100%;
        overflow: auto;
        scroll-behavior: smooth;
    }

    .PTop {
        scroll-margin-top: 50px;
    }
    .lot {
        font-size: .9em;
    }


    .popup-menu {
        width: 90%; /* Full width for smaller screens */
        left: 5%; /* Center it on the screen */
    }

    .search-popup {
        position: absolute;
        top: 0px;
        left: 0; 
    }

    .page {
        width: 100%;
        margin-top: 50px;
    }

    .wrapper {
        position: relative;
        width: 100%;
        margin: 0 auto;
    }

    .printpage {
        width: 100%;
        padding: 0px;
        margin: 0cm auto;
        border: 0px #D3D3D3 solid;
        background: white;
        page-break-after: always;
    }

    .logo {
        padding: 10px;
    }

    .logo img {
        width: 100%;
        z-index: 10;
    }

    .menu-heading {
        border-bottom: 11px solid black;
        font-size: 1em;
        font-weight: 700;
        padding: 0;
        margin-top: 5px;
        margin-bottom: 15px;
        cursor: pointer;
    }
     

    .location {
        width: 100%;
        font-size: .5em;
    }

    .lot {
        font-size: .7em;
    }

    .flex-menu-item-container {
        display: none; 
        margin-bottom: 25px;
    }

    .flex-menu-item-container-m {
        display: block;
        margin-bottom: 25px;
        font-size: 1em;
    }

    .flex-product-item-container {
        justify-items: flex-start;
        width: 100%;
        flex-wrap: nowrap;
    }

    .nav-radio-container {
        visibility: hidden;
    }

    .Pmenu {
        display: flex;
    }
       
    .menu-heading {
        border-bottom: 1px solid black;
        font-size: 1.5em;
        font-weight: 700;
        min-width: 350px;
        padding: 0;
        margin-top: 5px;
        margin-bottom: 15px;
        cursor: pointer;
    }

    .lp-container {
        display: none;
    }

    .lp-container-mobile{
        display: block; 
    }
     

    .lp-container-mobile video {
        z-index: 5;
        height:700px;
    }

    
    .datasheet-container {
        display: none;
    }

    .datasheet-container-m {
        display: block;
    }

    .lp-container-d {
        display: none;
    }
    
    .lp-container-first-m {
        display: block;
        height: 700px;
        width: auto;
        object-fit: cover;
    }

    .lp-container-m {
        display: block;
        height: 700px;
        width: auto;
        object-fit: cover;
    }

        /* Style for the video element */
        .lp-container-m video {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            object-fit: cover; 
        }

        /* Optional: Add styles to the image for overlay effect */
        .lp-container-m img {
            display: block;
            opacity: 0.8; /* Adjust the opacity as needed */
            height: 100%;
            object-fit: cover;             
        }

    .lp-center-caption-m {
        display: flex;
        align-items: center;
        color: white;
        font-family: 'inter-light';
        font-weight: 700;
        font-size: 1.5em;
        position: absolute;
        letter-spacing: 1px;
        top: 20%;
        right: 50px;
        transform: translate(-0%, -50%);
        z-index: 105;
    }

        .lp-center-caption-m img {
            width: 25%;
            float: right;
            margin-left: 10px;            
        }

        .lp-center-caption-m a {
            border: 1px solid white;
            padding: 5px;
            color: white;
            text-decoration: none;   
           
        }

            .lp-center-caption-m a:hover {
                color: black;
                text-decoration: none;
                background-color: white;
            }

    .lp-flex-item {
        width: 100%; /* Adjust the width for a single column on even smaller screens */
    }

        .lp-flex-item .text {
            top: 0px;
            font-size: .5em;
            padding: 2px;
        }

    .lp-left-caption {
        font-size: 14px;
        top: 20%;
    }

    .lp-center-caption {
        font-size: 1.5em;
    }

        .lp-center-caption img {
            height: 15px;
            margin-top: 0px;
            border: 0;
        }


    .lp-btn {
        font-size: 14px;
    }

    .lp-center-container {
        width: 50%;
    }

    .lp-container-right-link a {
        visibility: visible;
        font-size: .7rem;
        font-weight: 700;
        border: 1px solid black;
        background-color: white;
        color: black;
        padding: 5px;
        margin: 0px;
        text-decoration: none;
    }

        .lp-container-right-link a:hover {
            background-color: black;
            color: white;
        }


    .lp-bottom-container-left {
        width: 80%;
        height: 110px;
    }

        .lp-bottom-container-left .text {
            font-size: 1em;
        }

        .lp-bottom-container-left img {
            height: 25px;
            box-sizing: border-box;
        }

    .lp-bottom-container-white {
        width: 80%;
        height: 100px;
    }

        .lp-bottom-container-white img {
            height: 25px;
            box-sizing: border-box;
        }


    .lp-bottom-container-right {
        width: 80%;
        height: 110px;
        text-align: left;
    }

        .lp-bottom-container-right .heading-text {
            padding-top: 5px;
        }

        .lp-bottom-container-right .text {
            font-size: 1em;
        }


        .lp-bottom-container-right img {
            height: 25px;
            box-sizing: border-box;
        }

    .lp-container-media img {
        padding-left: 90px;
    }
    .media-events {
        width: 100%;
        height: auto;
        margin: 0px;
        padding: 0px;
    }

        .media-events img {
            width: 400px;
            height: auto;
            margin-left: 50px;
        }

    .instagram-post {
        border: 1px solid #ddd;
        padding: 10px;
        width: 500px;
        cursor: pointer;
    }

    .explore-btn {
        display: none;
        padding: 0px;
        margin: 0px;
    }

    .lp-bottom-container-media {
        width: 100%;
        padding: 10px;
        top: 40px;
        box-shadow: 0 5px 26px 0 rgba(68, 88, 144, 0.14);
        margin: 0px;
        height: auto;
    }

        .lp-bottom-container-media .text {
            font-size: 1em;
        }

        .lp-bottom-container-media img {
            padding: 0px;
            margin: 0px;
        }

    .products {
        scroll-margin-top: 50px;
    }

    .product-title {
        padding-top: 10px;
        padding-bottom: 0px;
    }

    .product-img {
        display: none;
        flex-wrap: wrap;
        padding: 0px;
        margin: 0px;
    }

    .products_img {
        position: absolute;
        top: 5px;
        left: 15px;
        width: 90%;
    }


    .product-details-link {
        display: none;
        font-size: 1em;
    }
    .print-button {
        display: none;
        font-size: 1em;
    }

    .product-details-link-header {
        display: block;
        width: 100%;
        font-size: 1em;
    }

    .product-details-link-header-m {
        display: block;
        width: 100%;
    }


    .product-pop-search {
        text-align: end;
        padding-top: 0px;
        padding-bottom: 0px;
        margin-right: 0px;
        position: relative;
    }

    .search-pop-input {
        width: 225px;
        padding: 5px;
        border: 1px solid black;
        border-radius: 15px;
        margin-right: 5px;
        margin-left: 5px;
    }

    .search-pop-icon {
        position: absolute;
        right: 15px;
        top: 50%;
        padding: 5px;
        transform: translateY(-50%);
        cursor: pointer;
        z-index:5;
    }

    .search-input {
        width: 315px;
        padding: 10px;
        border: 1px solid black;
        border-radius: 15px;
        margin-right: 50px;
    }

    .search-icon {
        position: absolute;
        right: 20px;
        top: 50%;
        transform: translateY(-50%);
        cursor: pointer;
    }


    .product-details .card1 {
        width: 375px;
        height: 325px;
        margin-bottom: 20px;
        padding: 0px;
        align-content: center;
    }

    .product-details .card {
        padding: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
        width: 375px; 
        align-content: center;
    }

    .product-details .card1-d {        
        margin: 0px;
        padding: 0px; 
    }

    .product-details .card-d {
        padding: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
        width: 400px;
        height: 400px;
    }

    .product-details .card-body {
        padding: 5px;
        width: 350px;         
        font-size: .7em;
        letter-spacing: 1px;
    }



    .product-details .card-body-d {
        padding: 5px;
        width: 350px;        
        margin-bottom: 0px;
        font-size: .7em;
    }

    .product-details .card-text {
        font-size: 1.0rem;
    }

    .product-details .card-text-end {
        font-size: 1.0rem;
        text-align: end;
    }


    .product-details .card-img {
        padding: 0px;
        width: 350px;
        height: 210px;
    }

        .product-details .card-img img {
            padding: 0px;
            margin: 0px;
            width: 350px;
            height: 210px;
            object-fit: cover;
        }

    .product-details .card-bg-img img {
        padding: 0px;
        margin: 0px;
        width: 350px;
        height: 210px;
        object-fit: cover;
    }

    .print-product-details-m .card {
        border: 0;
        padding: 5px;
        margin-bottom: 5px;
        position: relative;
        font-size: .7em;
    }

    .print-product-details-m .card-img {
        position: relative;
        height: 325px;
    }

    .print-product-details-m .card-bg-img {
        position: relative;        
    }

    .print-product-details-m .card-body {
        width: 100%;
        text-decoration: none;
        background: #fff;
        border-top: 4px solid #fff;
        padding: 15px;
        box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
        margin: 0px;
        transition: 0.3s;
    }

    .print-product-details-m .card-img img {
        position: absolute;
        width: 100%;
        top: 0px;
        left: 1px;
        padding: 0px;
        object-fit: scale-down;
        z-index: 1;
    }

    .print-product-details-m .card-bg-img img {
        position: relative;
        width: 100%;        
        top: 0px;
        left: 0px;
        padding: 0px;
        object-fit: scale-down;
        z-index: 2;
    }

    .faq {
        scroll-margin-top: 50px; /* Adjust for navbar height */
    }

    .faq-subtitle {
        font-size: 1em;
    }

    .fab {
        font-size: .9em;
    }

    .faq-chart {
        text-align: center;
        font-size: .7rem;
        margin-top: 50px;
    }

        .faq-chart th {
            transform: matrix(0,-1,1,0,-1,-20);
            white-space: nowrap;            
        }

        .faq-chart td {
            padding-bottom: 10px;
            margin: 0px;
            word-wrap:break-word;
        }

    .fab table {
        border: 0px solid rgba(0,0,0,0.5);
        border-spacing: 0px;
    }

    .about {
        scroll-margin-top: 50px; /* Adjust for navbar height */
    }

    .about-heading {
        text-align: center;
        padding: 0px;
    }

    .about-text {
        text-align: left;
    }

    .general {
        scroll-margin-top: 50px; /* Adjust for navbar height */
    }

    .general-heading {
        text-align: left;
    }

    .general-text {
        text-align: left;
    }

    .es-text {
        color: white;
        font-family: "Times New Roman", Times, serif;
        font-size: 1em;
    }

    .es-text-black {
        color: black;
        font-family: "Times New Roman", Times, serif;
        font-size: 1em;
    }

        .es-text-black p {
            width: 80%;
            line-height: 10px;
            margin: 5px 0;
        }

    .es-button {
        color: white;
        background-color: black;
        font-family: "Times New Roman", Times, serif;
        font-size: 2em;
        border: none;
        padding: 5px 5px;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        margin: 2px 2px;
        cursor: pointer;
        border-radius: 16px;
    }

    .e-button-d {
        display: none;
    }

    .e-button-m {
        font-size: 1.2rem;
        margin: 2px 2px;
        display: block;
        padding: 5px;
        color:white;
        background-color: black;
        border: 2px solid white;
    }

        .e-button-m:hover {
            border: 2px solid black;
            color: black;
            background-color: white;
        }


    .btn-7 {
        position: absolute;
        right: 5%;
        bottom: 30%;
        padding: calc(10px + 1vw);
    }

    .btn-8 {
        position: absolute;
        left: 20%;
        top: 47%;
        padding: calc(10px + 1vw);
    }

    .btn-9 {
        position: absolute;
        right: 35%;
        bottom: 25%;
        padding: calc(10px + 1vw);
    }

    .btn-10 {
        position: absolute;
        left: 35%;
        top: 20%;
        padding: calc(10px + 1vw);
    }

    .es-bottom-container-right {
        left: 10px;
    }

    .es-text {
        font-size: .5rem;
    }

    .es-text-d {
        font-size: .5rem;
        display: none;
    }

    .es-text-heading {
        font-size: 1.5em;
        letter-spacing: 1.5px;
    }

    .es-text-m {
        font-size: 1.2em;
        letter-spacing: 1.5px;
        line-height: 95%;
        padding: 0px 50px 0px 0px;
        display: block;
    }

    .es-text-black-d {
        font-size: .5rem;
        display: none;
    }

    .es-text-black-m {
        font-size: 1rem;
        line-height: 95%;
        padding: 35px 0px 0px 0px;
        display: block;
    }



    .e-button-white {
        font-size: 1rem;
    }

    .es-bottom-caption {
        font-size: 1.5rem;
    }

    .es-bottom-caption-text {
        font-size: 1.5em;
    }

    .btn-ew-4 {
        position: absolute;
        left: 50%;
        top: 44%;
        padding: calc(10px + 1vw);
    }

    .btn-ew-5 {
        position: absolute;
        right: 10%;
        top: 30%;
        padding: calc(10px + 1vw);
    }

    .lp-flex-container-d {
        display: none;
    }

    .lp-flex-container-m {
        display: flex;
    }

    .general-title {
        background-image: url('./assets/banner_mobile.jpg');
        font-size: 1.5em;
    }

    .es-container {
        scroll-margin-top: 50px; /* Adjust for navbar height */
    }
        
    .es-container-d {
        display: none;
    }
       

    .es-container-m {
        display: block; 
    }

    .es-container-first-m {
        display: block;
        height: 700px;
        width: auto;
        object-fit: cover; 
    }

    .es-left-caption {        
        top: 20%;
        left: 10%;
    }

    .es-bottom-caption {
        font-size: 1.5em;
        bottom: -10px;
    }

    .ew-text-d {
        display: none;
    }

    .et-top-container-right {
        top: 1px;
    }

    .et-text-black {
        font-size: .8rem;
    }

    .careers-position-heading {
        font-size: 1em;
        color: black;
        text-align: left;
        padding-top: 5px;
        font-weight: 600;
    }

    .careers-heading-text {
        font-size: 1em;
        color: black;
        text-align: left;
        padding-top: 5px;
        font-weight: 600;
    }

    .care {
        scroll-margin-top: 50px; /* Adjust for navbar height */
    }

    .contact {
        scroll-margin-top: 50px; /* Adjust for navbar height */
    }


    .footer-d {
        display: none;
    }

    .footer-m {
        display: block;
    }
}


@media (max-width: 991.98px) {

    .product-details-link {
      display: none;
    }
    .search-input {
       padding:10px;
    }

    .search-icon {
        position: absolute;
        right: 15px;
        top: 50%;
        padding: 5px;
        transform: translateY(-50%);
        cursor: pointer;
    }

    .selector {
        padding: calc(1.325rem + 0.9vw);
        font-size: 1.125rem; /* 1.125rem is small enough, so RFS won't rescale this */
    }

    .lp-center-caption {
        color: white;
        font-family: 'inter-light';
        font-weight: 600;
        font-size: 1.6em;
        position: absolute;
        letter-spacing: 1px;
        bottom: 30%;
        right: 3%;
    }

        .lp-center-caption img {
            width: 25%;
            float: right;
        }

        .lp-center-caption a {
            border: 1px solid white;
            padding: 5px;
            color: white;
            text-decoration: none;
        }

            .lp-center-caption a:hover {
                color: black;
                text-decoration: none;
                background-color: white;
            }

    .e-button-d {
        visibility: hidden;
    }

    .e-button-m {
        font-size: 1.2rem;
        visibility: visible;
        display: block;
    }

        .e-button-m:hover {
            border: 2px solid white;
        }

    .es-text {
        font-size: .7rem;
    }

    .general-title {
        background-image: url('./assets/banner_tablet.jpg');
    }
}



.popup-menu {
    position: absolute;
    top: 70px; /* Adjust based on your button position */
    left: 10px; /* Adjust based on your button position */
    background-color: white;
    border: 1px solid #ccc;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    border-radius: 0px;
    z-index: 1000;
    width: 350px;
    padding: 0;
}

    .popup-menu ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .popup-menu li1 {
        padding: 10px;
        cursor: pointer;
        border-bottom: 1px solid #ddd;
    }

        .popup-menu li1:hover {
            background-color: #f0f0f0;
        }

.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0);
    z-index: 999;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}
