body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #fff;
}

.camera-section {
    text-align: center;
    padding: 80px 20px;
}

.camera-section h3 {
    font-size: 14px;
    font-weight: bold;
    color: #333;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.camera-section h1 {
    font-size: 36px;
    color: #333;
    font-weight: bold;
    margin-bottom: 20px;
}

.camera-section p {
    font-size: 18px;
    color: #555;
    line-height: 1.6;
    margin-bottom: 40px;
}





/* General Styles */
body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f4f4f4;
  }
  
  /* Camera Section */
  .camera-section {
    background-color: #fff;
    padding: 40px 20px;
  }
  
  .camera-container {
    display: flex;
    justify-content: space-around;
    gap: 20px;
    flex-wrap: wrap;
  }
  
  .camera-item {
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    padding: 20px;
    border-radius: 8px;
    width: 30%;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
  }
  
  .camera-item img {
    width: 100%;
    height: auto;
    margin-bottom: 15px;
  }
  
  .camera-item h3 {
    font-size: 18px;
    color: #333;
    margin-bottom: 10px;
  }
  
  .camera-item p {
    font-size: 14px;
    color: #555;
    margin-bottom: 15px;
  }
  
  .get-button {
    background-color: #007bff;
    color: #fff;
    border: none;
    padding: 10px 20px;
    font-size: 14px;
    cursor: pointer;
    border-radius: 4px;
    margin-bottom: 10px;
  }
  
  .get-button:hover {
    background-color: #0056b3;
  }
  
  .download-link {
    display: block;
    font-size: 14px;
    color: #007bff;
    text-decoration: none;
  }
  
  .download-link:hover {
    text-decoration: underline;
  }




  .camera-section {
    text-align: center;
    padding: 50px 0;
  }

  .section-title {
    font-size: 32px;
    margin-bottom: 20px;
  }

  .camera-cards {
    display: flex;
    justify-content: center;
    gap: 30px;
  }

  .camera-card {
    background-color: #f9f9f9;
    padding: 20px;
    border-radius: 10px;
    width: 300px;
    text-align: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  }

  .camera-card img {
    max-width: 100%;
    border-radius: 10px;
  }

  .camera-card h3 {
    font-size: 24px;
    margin-top: 15px;
  }

  .camera-card p {
    font-size: 14px;
    color: #666;
    margin-top: 10px;
  }

  .get-button {
    background-color: #007BFF;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    margin-top: 15px;
    cursor: pointer;
  }

  .get-button:hover {
    background-color: #0056b3;
  }




  .features-section {
    display: flex;
    justify-content: center;
    gap: 40px;
    padding: 50px;
    background-color: #f8f9fa;
  }

  .feature-card {
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 20px;
    text-align: center;
    width: 400px;
  }

  .feature-card h3 {
    font-size: 18px;
    color: #6c757d;
    margin-bottom: 10px;
  }

  .feature-card h2 {
    font-size: 24px;
    color: #343a40;
    margin-bottom: 15px;
  }

  .feature-card p {
    font-size: 16px;
    color: #495057;
    margin-bottom: 20px;
  }

  .learn-more {
    color: #007bff;
    text-decoration: none;
    font-size: 16px;
    display: block;
    margin-bottom: 20px;
  }

  .learn-more:hover {
    text-decoration: underline;
  }

  .feature-card img {
    max-width: 100%;
    border-radius: 10px;
  }









  .testimonial-section {
    display: flex;
    justify-content: center;
    gap: 20px;
    padding: 40px;
    background-color: #f8f9fa;
  }

  .testimonial-card {
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 20px;
    text-align: center;
    width: 350px;
  }

  .testimonial-card p {
    font-size: 16px;
    color: #343a40;
  }

  .stars {
    color: #ff3c00;
    font-size: 24px;
    margin-bottom: 15px;
  }









  /* Main container for the section */
  .camera-section {
   
    color: white; /* White text */
    padding: 60px 20px;
    text-align: center;
    font-family: Arial, sans-serif;
}

/* Heading style */
.camera-section h2 {
    font-size: 2.5rem;
    margin-bottom: 20px;
    font-weight: 600;
}

/* Paragraph style */
.camera-section p {
    font-size: 1.2rem;
    margin-bottom: 40px;
}

/* Button styling */
.camera-section .request-btn {
    background-color: #2ebd7f; /* Green button */
    color: white;
    padding: 15px 30px;
    font-size: 1.1rem;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    text-decoration: none; /* Remove underline */
    transition: background-color 0.3s ease;
}

/* Button hover effect */
.camera-section .request-btn:hover {
    background-color: #249a65; /* Darker green */
}




 /* Styling the FAQ section */
 .faq-section {
  width: 100%;
  max-width: 900px;
  margin: 50px auto;
  font-family: Arial, sans-serif;
}

/* FAQ heading */
.faq-section h2 {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 40px;
}

/* Individual question containers */
.faq {
  background-color: #f9f9f9;
  margin: 10px 0;
  border-radius: 5px;
  padding: 15px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.faq:hover {
  background-color: #e9e9e9;
}

/* FAQ question styling */
.faq .faq-question {
  font-size: 1.2rem;
  font-weight: 600;
}

/* FAQ answer styling (hidden by default) */
.faq .faq-answer {
  display: none;
  margin-top: 15px;
  font-size: 1rem;
  color: #333;
}

/* Add an arrow icon to the FAQ question */
.faq.active .faq-question::after {
  content: "▲";
  float: right;
  font-size: 1rem;
}

.faq .faq-question::after {
  content: "▼";
  float: right;
  font-size: 1rem;
}



* {
  box-sizing: border-box;
}

body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
}

.features-section {
  display: flex;
  justify-content: space-around;
  padding: 50px;
  background-color: #f9f9f9;
}

.feature-box {
  background-color: white;
  text-align: center;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  max-width: 300px;
  flex: 1;
  margin: 10px;
}

.feature-box img {
  width: 50px;
  height: 50px;
}

.feature-title {
  font-size: 1.5rem;
  margin: 20px 0;
}

.feature-description {
  font-size: 1rem;
  color: #555;
}

.feature-link {
  display: block;
  margin-top: 20px;
  font-size: 1rem;
  color: #007bff;
  text-decoration: none;
}

.feature-link:hover {
  text-decoration: underline;
}






* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: Arial, sans-serif;
  background-color: #f0f0f0;
}
footer {
  background-color: #333;
  color: #ccc;
  padding: 40px 0;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.footer-column {
  flex: 1;
  margin: 10px;
  max-width: 250px;
}
.footer-column h3 {
  color: #58aaf7;
  margin-bottom: 15px;
}
.footer-column ul {
  list-style-type: none;
  padding: 0;
}
.footer-column ul li {
  margin-bottom: 10px;
}
.footer-column ul li a {
  color: #ccc;
  text-decoration: none;
  font-size: 14px;
}
.footer-column ul li a:hover {
  color: #fff;
}
.newsletter input[type="email"] {
  padding: 10px;
  width: 200px;
  border: none;
  border-radius: 5px;
  margin-bottom: 10px;
}
.newsletter button {
  padding: 10px;
  border: none;
  background-color: #58aaf7;
  color: white;
  border-radius: 5px;
  cursor: pointer;
}
.newsletter button:hover {
  background-color: #4792cf;
}
@media (max-width: 768px) {
  footer {
      flex-direction: column;
      text-align: center;
  }
  .footer-column {
      margin: 20px 0;
  }
}




