html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}
body {
    min-height: 100%;
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', 'Helvetia Neue', sans-serif;
    font-weight: 100;
    font-size: 15px;
    line-height: 1.8;
    color: #fff;
    background-color: #191e23;
    min-width: 320px;
}
h1, h2, h3 {
    font-weight: 100;
    font-size: 50px;
    text-shadow: 1px 1px #010101;
    margin: 20px 0;
    line-height: 1.4;
}
h2 {
    font-size: 30px;
    font-weight: 400;
}
h2:before {
    position: relative;
    display: block;
    left: calc(50% - 30px);
    top:-25px;
    content: ' ';
    width: 60px;
    border-bottom: 5px solid #117CFF;
}
h3 {
    font-size: 25px;
    font-weight: 400;
    color: #ffffff;
}
p {
    margin: 20px 0;
    font-weight: 400;
}
.row {
    padding-top: 40px;
}
.bg-image {
    position: absolute;
    background-image: url('../images/background.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100vh;
    z-index: -1000;
    opacity: .3;
}
#bg-canvas {
    margin: 0;
    padding: 0;
    border: 0;
    position: absolute;
    max-height: 100vh;
    z-index: 1;
}
.splash {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    width: 100%;
    position: relative;
    z-index: 10;
    min-width: 320px;
}
.splash .centered-unit {
    position: static;
    margin: 0;
    width: 100%;
    text-align: center;
}
.lead {
    font-size: 25px;
    font-weight: 600;
    margin: 0;
    color: #4197FF;
    text-shadow: 1px 1px #010101;
}
.more {
    display: block;
    height: 20px;
    position: absolute;
    width: 250px;
    text-align: center;
    bottom:30px;
    left: 50%;
    margin-left: -125px;
    color: #fff;
    text-decoration: none;
    border-radius: 10px 10px 0 0;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 500;
}
.more .fa {
    padding: 5px;
    background-color: #117CFF;
    color: #191e23;
    border-radius: 20px;
    margin: 0 10px;
}

/* Navbar custom styles */
.navbar {
    position: absolute;
    right: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    z-index: 10000;
}

.navbar .nav-link {
    color: #fff !important;
    text-shadow: 1px 1px #010101;
    font-weight: 600;
    padding: 8px 15px;
    transition: color 0.3s ease;
}

.navbar .nav-link:hover,
.navbar .nav-link:focus {
    color: #4197FF !important;
    text-decoration: none;
}

.navbar-toggler {
    border-color: #4197FF !important;
}

.navbar-toggler-icon {
    filter: invert(1);
}
.nav-item{
    padding: 0 5px;
}
.mobile-menu {
    display:none;
}

/* About Us Section */
#about {
    text-align: center;
    color:#010101;
    background: #EEEEEE;
    background: linear-gradient(113deg,rgba(238, 238, 238, 1) 0%, rgba(143, 143, 143, 1) 100%);
    padding: 80px;
}
#about p {
    max-width: 1048px;
    margin: 0 auto;
}

/* Leadership Section */
#leadership {
    text-align: center;
    color:#010101;
    background: #EEEEEE;
    background: linear-gradient(113deg,rgba(238, 238, 238, 1) 0%, rgba(143, 143, 143, 1) 100%);
    padding: 80px;
}

/* Products Section */
#products {
    text-align: center;
    color:#010101;
    background: #EEEEEE;
    background: linear-gradient(113deg,rgba(238, 238, 238, 1) 0%, rgba(143, 143, 143, 1) 100%);
    padding: 80px;
}

#products p {
    max-width: 1048px;
    margin: 0 auto;
}

.product-item {
    background-color: #2e353d;
    padding: 30px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 4px 8px rgba(0,0,0,0.3);
    transition: transform 0.3s ease;
}

.product-item:hover {
    transform: translateY(-10px);
}

.product-icon {
    font-size: 100px;
    color: #117CFF;
    margin: 20px 0;
}

.product-item h3 {
    font-size: 24px;
    margin-bottom: 15px;
    color: #ffffff;
}

.product-item p {
    font-size: 16px;
    color: #c7c7c7;
    line-height: 1.5;
}

#products .product-item + .product-item {
    margin-left: 20px;
}

/* Contact Section */
#contact {
    text-align: center;
    color:#010101;
    background: #EEEEEE;
    background: linear-gradient(113deg,rgba(238, 238, 238, 1) 0%, rgba(143, 143, 143, 1) 100%);
    padding: 80px;
}
.contact-item {
    background-color: #2e353d;
    padding: 30px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 4px 8px rgba(0,0,0,0.3);
}
#contact .contact-item + .contact-item {
    margin-left: 20px;
}
.contact-item h3 {
    font-size: 24px;
    margin-bottom: 15px;
    color: #ffffff;
}

.contact-item p {
    font-size: 16px;
    color: #c7c7c7;
    line-height: 1.5;
}
.contact-form {
    margin: 20px auto 0 auto
}
.contact-form h3{
    color:#2e353d;
}
.contact-info {
    text-align: left;
}

/* Contact Form Styles */
#contactForm {
    max-width: 100%;
    margin: 0 auto;
    text-align: left;
}

#contactForm div {
    margin-bottom: 15px;
}

#contactForm label {
    font-weight: 600;
    display: block;
    margin-bottom: 5px;
    color: #ccc;
}

#contactForm input[type="text"],
#contactForm input[type="email"],
#contactForm textarea {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    box-sizing: border-box;
    resize: vertical;
}

#contactForm button[type="submit"] {
    background-color: #117CFF;
    color: #fff;
    border: none;
    padding: 12px 20px;
    font-size: 18px;
    border-radius: 6px;
    cursor: pointer;
    width: 100%;
    transition: background-color 0.3s ease;
}

#contactForm button[type="submit"]:hover {
    background-color: #0a5ecf;
}

/* Footer Section */
#footer {
    padding: 80px 0 40px 0;
    color: #ccc;
}
#footer h3 {
    color: #fff;
    margin-bottom: 15px;
}
#footer p {
    font-size: 14px;
    line-height: 1.6;
}
#footer .col-md-4 {
    padding: 0 15px;
}
.footer-logo{
    text-align: right;
}
.footer-logo img {
    max-width: 100%;
}
.usage-links {
    text-align: center;
    padding-top: 40px;
}
.usage-links a {
    color:#4197FF;
    padding: 0 10px;
    text-decoration: none;
}
.usage-links a:hover {
    color:#FFF;
    text-decoration: underline;
}
.legal {
    text-align: center;
}

/* Back to Top Button */
#backToTop {
    display: none; /* Hidden by default */
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 9999;
    font-size: 24px;
    background-color: #117CFF;
    color: white;
    border: none;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    cursor: pointer;
    box-shadow: 0 4px 8px rgba(0,0,0,0.3);
    transition: background-color 0.3s ease;
  }
  
  #backToTop:hover {
    background-color: #0a5ecf;
  }