body {
    /* background: linear-gradient(to right, #0d0d0d, #005661); */
    background: linear-gradient(to right, #0d0d0d, #005661);
    color: white;
    /* font-family: Arial, sans-serif; */
    font-family: "Rubik", sans-serif! important;
}
/* .navbar {
    background: rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(10px);
} */
.navbar {
    /* background: rgba(0, 0, 0, 0.8)! important; */
    backdrop-filter: blur(1px);
    position: sticky;
    left: 0;
    top: 0;
    /* background: linear-gradient(to right, #0d0d0d, #005661); */
    background: linear-gradient(to right, #0d0d0d, #005661);
    z-index: 999999;
}
.hero {
    padding: 90px 20px;
    text-align: left;
}
.hero h1 {
    font-size: 3rem;
    font-weight: bold;
}
.btn-custom {
    background-color: #222;
    color: white;
    padding: 8px 25px;
    border-radius: 5px;
    border: 1px solid white;
}
.btn-custom:hover {
    background-color: white;
    color: black;
}
.image-placeholder {
    width: 100%;
    height: 500px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
}
.footer {
    /* background: #0d0d0d; */
    padding: 20px;
    text-align: center;
}
.divider {
    width: 60px;
    height: 5px;
    background-color: white;
    margin: 20px auto;
}
.feature-card {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 20px;
    text-align: center;
    min-height: 240px;
}
.feature-icon {
    width: 50px;
    height: 50px;
    margin-bottom: 15px;
}
.downloads{
    /* background: linear-gradient(to right, #0d0d0d, #005661); */
    background: linear-gradient(to right, #0d0d0d, #005661);
    color: #fff;
    font-family: sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    /* min-height: 100vh; */
    padding: 2% 0%;
}
.card {
    background-color: #333;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    color: #fff;
    justify-content: center; /* Centers horizontally */
    align-items: center; /* Centers vertically, if needed */
}

.card h3 {
    margin-top: 0;
    text-align: center;
    font-size: 20px;
    font-family: "Rubik", sans-serif! important;
    letter-spacing: 1px;
}

.card p {
    font-size: 14px;
    margin-bottom: 10px;
    text-align: center;
}
.card button {
    background-color: transparent;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    border: 1px solid #fff;
}
.price-table {
    /* background-color: #333; */
    padding: 20px;
    border-radius: 10px;
    background: linear-gradient(to right, #0d0d0d, #005661);
}
h2 {
    text-align: center;
}
table {
    width: 100%;
    border-collapse: collapse;
}
th, td {
    padding: 10px;
    text-align: left;
    border: 1px solid #555;
}
.image-container {
    /* width: 300px; */
    /* height: auto;
    text-align: center; */
}
img {
    max-width: 100%;
    height: auto;
}
@media (max-width: 768px) {
    .container {
        flex-direction: column;
    }
    .price-table {
        margin-bottom: 20px;
    }
}
@media (max-width: 1000px) {
    .hero {
        padding: 2% 4%;
        text-align: left;
    }
    .hero h1 {
        font-size: 2rem;
        font-weight: bold;
    }
    .navbar>.container, .navbar>.container-fluid, .navbar>.container-lg, .navbar>.container-md, .navbar>.container-sm, .navbar>.container-xl, .navbar>.container-xxl {
        align-items: flex-start;
    }
    .image-placeholder {
        height: auto;
        margin-top: 6%;
    }
    .py-5 {
        padding-top: 1rem!important;
        padding-bottom: 1rem!important;
    }
    .mt-5 {
        margin-top: 0.5rem!important;
    }
    section#gallery li.nav-item {
        margin-right: 2%;
        margin-bottom: 3%;
    }
    .social-icons {
        padding-bottom: 3%;
    }
    section#downloads .card {
        margin-bottom: 6%;
    }
    .btn-custom{
        padding: 1% 2%!important;
    }
    .buynow-btn {
        padding: 1% 2%!important;
    }
    h2.fw-bold {
        font-size: 26px!important;
    }
    .mx-2 {
        margin-right: 0rem!important;
        margin-left: 0rem!important;
        margin-bottom: 5%;
    }
    .faq-item h3 {
        font-size: 1rem;
        font-weight: 400;
    }
}
h1 {
    color: #ffffff;
}

.nav-link {
    font-weight: 500;
    color: #f8f9fa;
    font-family: "Rubik", sans-serif;
    cursor: pointer;
    letter-spacing: 0.5px;
}

.nav-link:hover {
    /* color: #007bff; */
    color: #35c0d1;
}
.footers {
    background-color: #333;
    padding: 3% 0% 0% 0%;
}
.logo {
    height: auto;
    width: 65%;
    padding-bottom: 3%;
}
.social-icons {
    /* display: flex;
    justify-content: flex-end;
    margin-bottom: 30px; */
}
.social-icons a {
    margin-left: 2px;
    color: #fff;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: #ffffff;
    text-decoration: none;
    transition: background-color 0.3s;
}
.footer {
    padding: 20px 0;
    text-align: center;
    font-size: 14px;
}
.faq-item{
    background-color: #383838cf;
    padding: 15px;
    border-radius: 8px;
    margin-bottom: 10px;
    position: relative;
}
.faq-item h3{
    margin: 0;
    font-size: 1.2rem;
    cursor: pointer;
    /* display: flex; */
    justify-content: space-between;
    align-items: center;
}
.faq-item p{
    margin-top: 10px;
    font-size: 0.9rem;
    opacity: 0;
    transition: opacity 0.3s ease;
    height: 0;
    /* overflow: hidden; */
    display: none;
}
.faq-item.active p{
    opacity: 1;
    height: auto;
    display: block;
}
.faq-item .plus-icon{
    font-size: 1.5rem;
    color: white;
    transition: transform 0.3s ease;
}
.faq-item.active .plus-icon{
    transform: rotate(180deg);
}
@media (max-width: 768px) {
    .container {
        padding: 20px;
    }
    h2 {
        font-size: 1.8rem;
    }
    .faq-item h3 {
        font-size: 1rem;
    }
}
.why-choose-us, .faqs{
    padding: 1% 0% 3% 0%;
}
.logo-header{
    height: auto;
    width: 300px;
}
.image-banner{
    width:100%;
}
p {
    font-family: "Rubik", sans-serif! important;
    color: #dee2e6;
}
section#about-us p {
    font-size: 16px;
    letter-spacing: 1.3px;
}
h2.fw-bold {
    font-size: 40px;
}
a.btn.btn-outline-light.ms-3 {
    border: 0px;
}
a {
    font-family: "Rubik", sans-serif! important;
}
a.btn.btn-outline-light.ms-3:hover {
    background-color: transparent! important;
    color: #1a8cd2! important;
}
img.img-responsive.image-banner-video {
    width: 18%;
    padding-right: 3%;
}
 p {
    font-family: "Rubik", sans-serif! important;
    font-size: 16px;
    letter-spacing: 1.3px;
}
h5.fw-bold {
    font-family: "Rubik", sans-serif! important;
    letter-spacing: 1px;
    font-size: 22px;
}
button.btn.btn-success {
    width: 60%! important;
}
.card>hr {
    color: #333333ad ! important;
    border-top: 1px solid #ccc! important;
    width: 80%! important;
}
.price-table h2 {
    text-align: left;
    /* font-size: 24px; */
    font-family: "Rubik", sans-serif! important;
}
img.faqicon {
    text-align: center;
    width: 5%;
}
.footers h3 {
    font-size: 22px;
    text-align: left;
    font-family: "Rubik", sans-serif! important;
    margin-bottom: 9%;
}
ul li {
    list-style: none;
    text-align: left;
    font-family: "Rubik", sans-serif! important;
}
ul {
    padding-left: 0rem! important;
    font-family: "Rubik", sans-serif! important;
}
img.socialicon {
    width: 18%;
}
.footer a {
    color: #fff;
}
.footer a:hover {
    color: #35c0d1 ! important;
}
.footer {
    border-top: 1px solid #ccc;
}
.scroll-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #ffffff;
    color: #014f59;
    border: none;
    border-radius: 5px;
    padding: 10px 15px;
    cursor: pointer;
    display: none;
    z-index: 1000;
    transition: background-color 0.3s;
}

.scroll-to-top:hover {
    background-color: #ffffff; /* Darker shade on hover */
}
.section-title, .feature-card {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.9s ease, transform 0.9s ease;
}
.Gallery {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.9s ease, transform 0.9s ease; 
}
.show {
    opacity: 1;
    transform: translateY(0);
}
@keyframes SlideRight {
    0% {
        transform: translateX(15%);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}
.product-anim {
    animation: SlideLeft 0.9s ease-out forwards;
    animation-delay: 0.3s;
}
.product-details-desc,
.product-details-image {
    opacity: 0;
}
@keyframes SlideLeft {
    0% {
        transform: translateX(-15%);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}
.product-img-anim {
    animation: SlideRight 0.9s ease-out forwards;
    animation-delay: 0.3s;
}
.card a {
    background-color: transparent;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    border: 1px solid #fff;
}
h2.text-center.fw-bold.mb-4 {
    margin-bottom: 0.7rem! important;
}
.dropdown-item:focus, .dropdown-item:hover {
    color: #fff;
    background-color: #1d5a62;
}
.scroll-to-top:hover {
    background-color: #35c0d1;
    color: #fff;
}
a.companylink {
    text-decoration: none;
    color: #fff;
}
a.companylink:hover {
    color: #35c0d1;
}
i.fab.fa-facebook-f, i.fab.fa-twitter, i.fab.fa-instagram {
    color: #333;
}
.social-icons a:hover {
    background-color: #35c0d1;
    color: #fff;
}
.modal-video {
    max-width: 100%;
    height: auto;
}
button.close.btn.btn-danger {
    background-color: transparent;
    border: 0px;
    color: #fff;
    font-size: 40px;
    padding: 0% 2%;
}
.modal-header {
    padding: 0px;
}
iframe#videoFrame {
    width: 100%;
    height: 400px;
}
.nav-link:active, .nav-link:focus {
    color: #35c0d1;
}
h5#requestDemoModalLabel {
    font-size: 18px;
    font-weight: 400;
    margin-right: 60px;
    letter-spacing: 0.5px;
    margin-bottom: 0rem;
    color: #fff;
    padding-left: 2%;
}
.required:after {
    content: " *";
    color: red;
}
label.required {
    font-weight: 600;
    color: #fff;
    padding-bottom: 1.5%;
    padding-top: 1.5%;
}
.form-control {
    height: 40px;
    color: #000;
    border: 1px solid #ccc;
    background-color: #fff;
    border-radius: 8px;
    font-size: 14px;
    padding: 10px 20px;
    width: 100%;
    font-family: "Rubik", sans-serif;
}
textarea#txtComments {
    height: 100px !important;
}
input#btnEpsDemo {
    background-color: #ffffff !important;
    color: #000;
    padding: 0.5%;
    width: 28%;
    border: 1px solid #0b1f44 !important;
    border-radius: 8px;
    float: right;
    font-weight: 600;
}
.form-text p {
    margin-top: 0.25rem!important;
    font-size: .875em!important;
    color: #fff!important;
}
form#submitDemoRequest {
    padding: 1% 3%;
}

.modal-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
h5#videoModalLabel {
    color: #fff !important;
    padding-left: 2%;
}
.modal-content {
    border-radius: 20px;
    /* background: linear-gradient(to right, #0d0d0d, #005661); */
    background: linear-gradient(to right, #0d0d0dd4, #005661);
    border: 1px solid #ccc! important;
    box-shadow: 0 2px 6px rgb(25 33 61 / 64%);
}
.col-md-6.tbl-price {
    border-right: 2px solid #6f8d90;
}
.col-md-6.tbl-price-2 {
    padding-left: 4%;
}
section#gallery button.btn.btn-success {
    width: 100%! important;
}
section#gallery li.nav-item {
    margin-right: 2%;
}
section#gallery {
    padding: 1% 0% 3% 0%;
}
.error {
    color: #ff5447;
    font-size: 12px;
    font-family: "Rubik", sans-serif;
    letter-spacing: 0.5px;
}
.buynow-btn {
    padding: 8px 25px;
    border-radius: 5px;
    margin-left: 2%;
}
.buynow-btn:hover {
    background-color: #1f8fd5;
    color: #fff! important;
    border: 1px solid #fff;
}
section#about-us {
    padding-bottom: 5%;
}
section#gallery button.btn.btn-success:active,
section#gallery button.btn.btn-success:focus {
    background-color: rgb(114, 124, 245);
    border-color: rgb(114, 124, 245); 
}

section#gallery li.nav-item:first-child button.btn.btn-success{
    background-color: rgb(114, 124, 245);
    border-color: rgb(114, 124, 245); 
}

.feature-card-div {
    display: flex;
}
section#downloads .card {
    width: 100%;
    text-align: center;
    float: right;
}
.footers a.companylink.nav-link.scroll-link {
    font-weight: 400;
    color: #fff;
    font-family: "Rubik", sans-serif;
    cursor: pointer;
    letter-spacing: 0.5px;
}
a.companylink.nav-link.scroll-link:hover {
    color: #35c0d1;
}
.coldwd{
    padding: 0% 2%;
}