.navbar-brand img {
  height: 50px;
  margin-right: 10px;
}

.dropdown-menu a {
  transition: background-color 0.2s ease-in-out;
}

.dropdown-menu a:hover {
  background-color: #f8f9fa;
}

.nav-link {
  margin: 0 10px;
  font-weight: 500;
}

.nav-item .nav-link:hover {
  color: #007bff;
}

.btn-register {
  color: #007bff;
  font-weight: 500;
}



body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f9f9f9;
}

.hero-section {
    background-color: #fff;
    padding: 80px 20px;
    text-align: center;
}

.hero-content h1 {
    font-size: 2.5em;
    font-weight: bold;
    margin-bottom: 20px;
    color: #333;
}

.hero-content .highlight {
    background: linear-gradient(90deg, #007bff, #9c27b0);
    -webkit-background-clip: text;
    color: transparent;
}

.hero-content p {
    font-size: 1.2em;
    color: #555;
    margin-bottom: 40px;
}

.cta-btn {
    padding: 15px 30px;
    background-color: #007bff;
    background: linear-gradient(90deg, #007bff, #9c27b0);
    color: white;
    text-decoration: none;
    font-size: 1.2em;
    border-radius: 5px;
    transition: background 0.3s ease;
}

.cta-btn:hover {
    background: linear-gradient(90deg, #0056b3, #7b1fa2);
}






body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
}

.slider-container {
    position: relative;
    width: 80%;
    max-width: 700px;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 10px;
}

.slider {
    display: flex;
    width: 100%;
    transition: transform 0.5s ease-in-out;
}

.slide {
    min-width: 100%;
    box-sizing: border-box;
    position: relative;
}

.slide img {
    width: 100%;
    border-radius: 10px;
}

.caption {
    position: absolute;
    bottom: 20px;
    left: 20px;
    background: rgba(0, 0, 0, 0.5);
    color: white;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 1.2em;
}

@keyframes slideAnimation {
    0%, 25% { transform: translateX(0); }
    26%, 50% { transform: translateX(-100%); }
    51%, 75% { transform: translateX(-200%); }
    76%, 100% { transform: translateX(-300%); }
}





body {
    font-family: Arial, sans-serif;
}

.logo-section {
    padding: 50px 20px;
    text-align: center;
    background-color: #fff;
}

.logo-header h2 {
    font-size: 1.8em;
    color: #333;
    margin-bottom: 30px;
}

.logo-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: 30px;
    justify-items: center;
    align-items: center;
}

.logo-item img {
    max-width: 100%;
    height: auto;
    filter: grayscale(100%);
    transition: filter 0.3s ease;
}

.logo-item img:hover {
    filter: grayscale(0%);
}



body {
    font-family: Arial, sans-serif;
    background-color: #f4f4f4;
    text-align: center;
    padding: 50px;
  }
  
  .section {
    max-width: 800px;
    margin: 0 auto;
  }
  
  .gradient-text {
    font-size: 2.5rem;
    font-weight: bold;
    background: linear-gradient(90deg, #007bff, #8a2be2);
    -webkit-background-clip: text;
    color: transparent;
    margin-bottom: 20px;
  }
  
  .links {
    display: inline-block;
    font-size: 1rem;
    margin-top: 10px;
  }
  
  .link {
    color: #007bff;
    text-decoration: none;
    font-weight: bold;
  }
  
  .divider {
    color: #999;
  }
  
  .icon {
    color: #007bff;
    font-size: 0.9rem;
    margin-right: 5px;
  }
  
  .link:hover {
    text-decoration: underline;
  }

  





  /* General Body Styling */
body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f4f4f4;
  }
  
  /* Product Section Styling */
  .product-section {
    position: relative;
    text-align: center;
    padding: 50px;
    background-color: #ffffff;
  }
  
  /* Background Image Styling */
  .product-image img {
    width: 100%;
    height: auto;
    border-radius: 15px;
  }
  
  /* Button Styling */
  .btn-custom {
    position: absolute;
    font-size: 1.2rem;
    padding: 10px 20px;
    color: #ffffff;
    background-color: #007bff;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: background-color 0.3s ease-in-out;
  }
  
  .btn-custom:hover {
    background-color: #0056b3;
  }
  
  .btn-ip-camera {
    top: 15%;
    left: 15%;
  }
  
  .btn-intelligent-video {
    top: 65%;
    left: 10%;
  }
  
  .btn-cloud-dashboard {
    top: 20%;
    right: 03%;
  }
  
  /* Modal Styling */
  .modal-header {
    background-color: #007bff;
    color: white;
  }
  
  .modal-header .btn-close {
    color: white;
  }
  
  .modal-footer a {
    text-decoration: none;
    font-weight: bold;
    color: #007bff;
  }
  
  .modal-footer a:hover {
    color: #0056b3;
  }
  
  /* Responsive Styling */
  @media only screen and (max-width: 768px) {
    .btn-ip-camera,
    .btn-intelligent-video,
    .btn-cloud-dashboard {
      width: 100%;
      left: 0;
      right: 0;
      margin: 10px 0;
      position: relative;
    }
  }
 
  

  /* General Body Styling */
body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f4f4f4;
  }
  
  /* Locations Section Styling */
  .locations-section {
    padding: 60px 0;
    background-color: #ffffff;
  }
  
  .locations-section h2 {
    font-size: 2.5rem;
    color: #333;
    margin-bottom: 20px;
  }
  
  .locations-section .feature-box {
    margin-bottom: 30px;
  }
  
  .locations-section .feature-box h4 {
    font-size: 1.5rem;
    color: #007bff;
    margin-bottom: 10px;
  }
  
  .locations-section .feature-box p {
    font-size: 1rem;
    color: #555;
  }
  
  .locations-section a {
    text-decoration: none;
    color: #007bff;
    font-weight: bold;
  }
  
  .locations-section a:hover {
    color: #0056b3;
  }
  
  /* Map Container Styling */
  .map-container img {
    width: 100%;
    border-radius: 15px;
  }
  
  /* Responsive Styling */
  @media only screen and (max-width: 992px) {
    .locations-section .row {
      flex-direction: column;
    }
  
    .map-container {
      margin-top: 30px;
    }
  }

  



  /* AI System Section Styling */
.ai-system-section {
    padding: 60px 0;
    background-color: #f9f9f9;
    text-align: center;
  }
  
  .ai-system-section h2 {
    font-size: 2.5rem;
    font-weight: bold;
    color: #333;
    margin-bottom: 20px;
  }
  
  /* Check Pricing Button */
  .btn-check-pricing {
    display: inline-block;
    background: linear-gradient(90deg, #1e90ff, #8a2be2);
    color: #fff;
    padding: 12px 25px;
    font-size: 1.1rem;
    border-radius: 30px;
    text-decoration: none;
    margin-top: 20px;
    transition: background 0.3s ease;
  }
  
  .btn-check-pricing:hover {
    background: linear-gradient(90deg, #1c86ee, #7a1ed2);
    text-decoration: none;
    color: #fff;
  }
  
  /* Dashboard Image Styling */
  .dashboard-image {
    max-width: 100%;
    border-radius: 12px;
    margin-top: 30px;
  }
  
  /* Responsive Design */
  @media (max-width: 768px) {
    .ai-system-section h2 {
      font-size: 2rem;
    }
  
    .btn-check-pricing {
      font-size: 1rem;
      padding: 10px 20px;
    }
  }

  



  /* Footer Section */
footer {
    background-color: #2d2f36; /* Dark background color */
    padding: 40px 0;
    color: #ffffff; /* Text color */
    font-size: 0.9rem;
  }
  
  footer h5 {
    color: #00aaff; /* Light blue heading color */
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 15px;
  }
  
  footer p {
    color: #a1a5ad;
    margin-bottom: 15px;
  }
  
  footer a {
    color: #a1a5ad; /* Light grey for links */
    text-decoration: none;
    margin-bottom: 10px;
    display: block;
    font-size: 0.9rem;
  }
  
  footer a:hover {
    color: #00aaff; /* Hover effect on links */
  }
  
  footer .email-signup {
    background-color: #ffffff;
    border-radius: 30px;
    padding: 12px 20px;
    width: 100%;
    max-width: 350px;
    border: none;
    margin-bottom: 10px;
  }
  
  footer .btn-submit {
    background-color: #00aaff;
    border: none;
    padding: 12px 20px;
    border-radius: 30px;
    color: #fff;
    font-size: 1rem;
    cursor: pointer;
  }
  
  footer .btn-submit:hover {
    background-color: #008ecc;
  }
  
  footer .footer-columns {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  
  footer .footer-column {
    width: 25%;
    padding: 10px;
  }
  
  footer .footer-column h5 {
    margin-bottom: 20px;
  }
  
  /* Responsive for smaller screens */
  @media (max-width: 768px) {
    footer .footer-column {
      width: 50%;
      margin-bottom: 20px;
    }
  
    footer .email-signup {
      max-width: 100%;
    }
  }
  
  @media (max-width: 576px) {
    footer .footer-column {
      width: 100%;
    }
  }

  

  /* Footer Bottom Section */
.footer-bottom {
    background-color: #2d2f36;
    padding: 20px 0;
    color: #a1a5ad;
    text-align: center;
    font-size: 0.9rem;
    font-family: Arial, sans-serif;
}

.footer-bottom .footer-line {
    border: none;
    border-top: 1px solid #5a5e66; /* Grey line */
    margin-bottom: 15px;
}

.footer-bottom .footer-links {
    margin-bottom: 15px;
}

.footer-bottom .footer-links a {
    color: #a1a5ad;
    text-decoration: none;
    margin: 0 10px;
}

.footer-bottom .footer-links a:hover {
    color: #00aaff; /* Light blue hover effect */
}

.footer-bottom .footer-copyright {
    color: #a1a5ad;
    font-size: 0.85rem;
}









/* Locations Section */
.locations-section {
    padding: 50px 0;
    background-color: #f8f9fa;
  }
  
  .locations-section .container {
    max-width: 1200px;
    margin: 0 auto;
  }
  
  .locations-section h2 {
    font-size: 2.5rem;
    font-weight: bold;
    color: #333;
    margin-bottom: 30px;
  }
  
  .feature-box {
    margin-bottom: 20px;
  }
  
  .feature-box h4 {
    font-size: 1.5rem;
    color: #007bff;
    margin-bottom: 10px;
  }
  
  .feature-box p {
    font-size: 1.1rem;
    color: #555;
    margin-bottom: 10px;
  }
  
  .feature-box a {
    color: #007bff;
    font-size: 1rem;
    text-decoration: none;
  }
  
  .feature-box a:hover {
    text-decoration: underline;
  }
  
  .map-container {
    text-align: center;
    padding-left: 30px;
  }
  
  .map-container img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  }
  
  /* Responsive Adjustments */
  @media (max-width: 768px) {
    .locations-section .row {
      flex-direction: column;
    }
  
    .map-container {
      padding-left: 0;
      margin-top: 20px;
    }
  }
  
 





  /* Style for the nav links */
.nav-links {
  position: relative;
  display: flex;
  gap: 20px; /* Space between links */
}

.dropdown {
  position: relative;
}

.dropdown-content {
  display: none; /* Hide the dropdown content initially */
  position: absolute;
  background-color: #f9f9f9;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  min-width: 200px;
  z-index: 1;
  list-style-type: none; /* Remove bullets from list */
  padding: 0;
  margin: 0;
  top: 200%; /* Align dropdown below the Solutions link */
  left: 0; /* Align dropdown to the left edge */
}

.dropdown-content li {
  border-bottom: 1px solid #ddd;
}

.dropdown-content li a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content li a:hover {
  background-color: #f1f1f1;
}
