body {
    font-family: 'Roboto', sans-serif;
    background-color: #160C51;
    overscroll-behavior: none;
}
html {
    scroll-behavior: smooth;
}

.footer-bg {
    background-color: #160C51;
}
.container, .nav-container {
    padding-left: 6rem;
    padding-right: 5rem;
}

.nav-top-container {
    padding-left: 3rem;
/*            padding-right: .02rem;*/
}

@media (max-width: 768px) {
    .container {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

@media (max-width: 768px) {
    .nav-container, .nav-top-container {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
}
.hero-section {
    background-color: #160C51;
    color: white;
    padding: 6rem 0;
}
.stats-card {
    transition: transform 0.3s ease;
}
.stats-card:hover {
    transform: translateY(-5px);
}
.feature-icon {
    width: 64px;
    height: 64px;
/*            padding: 42px;*/
    color: #1581b7;
/*    margin-bottom: 1rem;*/
}

.transform-manufacturing-bullets {
    color: #1581b7;
    font-size: 18px !important;
}

.bg-primary-gradient {
    background: linear-gradient(45deg, #1581b7, #1a237e);
}

.bg-top-nav {
    background: #160C51;
}

.bg-main-cta {
    background: orange;
}

.bg-main-cta:hover, .bg-main-cta:focus {
    background: orange !important;
    border-color: orange !important;
}

.bg-gray {
    background: #F4F5F7;
}

.hero-illustration {
    padding-bottom: 0px;
}



/*        .menu-adjustment {
    padding-right: 125px;
}*/

.drop-menu {
    background: none;
}


.menu-adjustment {
    padding-left: 82px;
}

@media (max-width: 768px) {
    .menu-adjustment {
        padding-left: 20px;
        padding-bottom: 10px;
    }
    .drop-menu {
        background: #21186B;
    }
}

.nav-link {
    color: white;
}

.nav-link:hover {
    color: #76C7EF;
}

.navbar-dark .navbar-nav .nav-link {
    color: white;
    transition: color 0.3s ease;
}

.navbar-dark .navbar-nav .nav-link:hover {
    color: #76C7EF;
}

.navbar-dark .navbar-nav .nav-link:focus {
    color: white;
}

/* Override all Bootstrap active states */
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .nav-item.active .nav-link,
.navbar-dark .navbar-nav .nav-link.active:focus {
    color: #76C7EF !important;
    font-weight: 500;
}

.navbar {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

/* Add this CSS */
/*.demo-form {
    max-width: 500px;
    padding: 32px;
    background: white;
    border-radius: 16px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
}*/

.form-title {
    font-size: 24px;
    font-weight: 600;
    color: #160C51;
    margin-bottom: 32px;
    line-height: 1.3;
}

.form-input {
    width: 100%;
    padding: 12px 16px;
    font-size: 16px;
    color: #1f2937;
    background-color: white;
    border: none;
    border-bottom: 2px solid #e5e7eb;
    margin-bottom: 24px;
    transition: all 0.2s ease;
}

.form-input:focus {
    outline: none;
    border-bottom-color: #160C51;
}

.form-input::placeholder {
    color: #9ca3af;
}

.form-select {
    width: 100%;
    padding: 12px 16px;
    font-size: 16px;
    color: #1f2937;
    background-color: white;
    border: none;
    border-bottom: 2px solid #e5e7eb;
    margin-bottom: 24px;
    appearance: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 1rem center;
    background-size: 1em;
}

.form-select:focus {
    outline: none;
    border-bottom-color: #160C51;
}

.demo-form-button, .pilot-form-button {
    width: 100%;
    padding: 10px 24px;
    font-size: 20px;
    font-weight: 400;
    color: white;
    background-color: #ff5722;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.pilot-form-button {
    background-color: #00C853;
}

.demo-form-button:hover, .pilot-form-button:hover {
    background-color: #f4511e;
    transform: translateY(-1px);
}

.pilot-form-button:hover {
    background-color: green;
}

.demo-form-button:active, .pilot-form-button:active {
    transform: translateY(0);
}

.modal-content {
    background: white !important;
}  


.custom-btn {
    background-color: #0d6efd !important; /* Change background color */
    color: white !important; /* Change text color */
    border-color: #0d6efd !important; /* Change border color */
}

.custom-btn:hover, .custom-btn:focus {
    background-color: #0b5ed7 !important; /* Darker shade on hover */
    color: white !important; /*#160C51;*/
    border-color: #0b5ed7 !important;
} 

.feature-section-top {
    margin-top: 20px !important;
}

.modal-content {
    background-color: #ffffff !important; /* Force white background */
    border: none; /* Remove border if desired */
    padding: 10px !important;
}

.feature-img-height {
    max-height: 100px !important;
    width: auto !important; /* Maintain aspect ratio */
}

.learn-more-text {
    color: #1581b7 !important;
}

.bullet-point-features {
    width: 10px;
    height: 10px;
    background-color: #1581b7 !important; /* Bootstrap primary color */
    border-radius: 50%;
    margin-top: 10px;
    display: inline-block;
    flex-shrink: 0; /* Prevent resizing */
}

.feature-bottom-margin {
    padding-bottom: 30px !important;
}

.value-icons {
    margin-bottom: 40px;
}

.steps-bg {
    background-color: #f9fafb !important;
}

/* Custom animations and styles */
.hover-lift {
  transition: transform 0.2s ease-in-out;
}

.hover-lift:hover {
  transform: translateY(-5px);
}

.fade-in {
  opacity: 0;
  animation: fadeIn 0.6s ease-in forwards;
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

/*.feature-item {
  animation-delay: calc(var(--animation-order) * 0.2s);
}*/

.feature-icon {
  width: 64px;
  height: 64px;
}

.cta-button-color {
  background-color: #00c853 !important; /* Bright green */
  color: white;
  border: none;
}

.cta-button-color:hover, .cta-button-color:focus, .cta-button-color:active, .cta-button-color.active  {
  background-color: #00b34a !important; /* Slightly darker on hover */
  color: white !important;
}
/* Responsive adjustments */
@media (max-width: 991.98px) {
  .card-body {
    padding: 2rem !important;
  }
}

