 * {
   margin: 0;
   padding: 0;
   box-sizing: border-box;
 }

 nav {
   background-color: #000000;
   box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
   color: #1FC181;
   padding: 10px 20px;
   position: relative;
   border: solid #1FC181 1px;
 }

 .nav-container {
   display: flex;
   align-items: center;
   justify-content: space-between;
   flex-wrap: wrap;
 }

 .logo {
   height: 40px;
 }

 .nav-links {
   list-style: none;
   display: flex;
   gap: 20px;
 }

 .nav-links li {
   cursor: pointer;
 }

 .chat-button {
   padding: 8px 16px;
   background-color: #1fc181;
   color: white;
   border: none;
   border-radius: 5px;
   cursor: pointer;
 }

 .hamburger {
   font-size: 24px;
   cursor: pointer;
   display: none;
 }

 #menu-toggle {
   display: none;
 }

 .header-container {
   display: flex;
   flex-direction: column;
   align-items: flex-end;
   justify-content: center;
   width: 100%;
   min-height: 500px;
   height: auto;
   padding: 20px;
   background-color: rgb(0, 0, 0);
   background-image: url('background.png');
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
 }



 .header-container h1,
 .header-container p {
   color: white;
   margin: 20px 0;
   padding: 0;
 }

 .header-container button {
   background-color: #F27508;
   height: 40px;
   width: auto;
   min-width: 250px;
   color: white;
   border-radius: 10px;
   border: solid white 2px;
   padding: 0;
 }

 .device-section {
   padding: 20px;
   background: #f9f9f9;
   text-align: center;
   border-radius: 10px;
   box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
 }

 .device-container {
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   align-items: center;
   justify-content: space-around;
   border-radius: 20px;
   height: auto;
   width: auto;
   margin: 10px;
 }

 .device {
   display: inline-block;

   width: 150px;
   margin: 15px;
 }

 .device img {
   width: 100px;
   border-radius: 50%;
   box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
   height: 100px;
   object-fit: contain;
 }

 .device p {
   margin-top: 8px;
   font-weight: 500;
 }

 #Form {
   padding: 20px;
   margin: auto;
   background-color: #f9f9f9;
   border-radius: 10px;
   box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
 }

 .Input_service {
   display: flex;
   flex-direction: column;
   justify-content: space-around;
   gap: 10px;

 }

 section h2 {
   text-align: center;
   margin-bottom: 20px;
   font-size: 24px;
 }


 label {
   font-weight: 600;
   margin-bottom: 5px;

 }

 select,
 textarea,
 input[type="datetime-local"],
 input[type="file"],
 input[type="submit"] {
   padding: 10px;
   border: 1px solid #ccc;
   border-radius: 6px;
   font-size: 16px;
   width: 100%;
   box-sizing: border-box;
 }

 textarea {
   resize: vertical;
 }

 input[type="submit"] {
   background-color: #007bff;
   color: white;
   border: none;
   cursor: pointer;
   font-weight: bold;
 }

 input[type="submit"]:hover {
   background-color: #0056b3;
 }

 .input-row {
   display: flex;
   gap: 20px;
   flex-wrap: wrap;
 }

 .input-row>div {
   flex: 1;
   min-width: 45%;
 }



 .site-footer {
   background-color: #333;
   color: #fff;
   padding: 40px 20px 20px;
   font-size: 15px;
 }

 .footer-content {
   display: flex;
   flex-wrap: wrap;
   justify-content: space-between;
   gap: 20px;
   max-width: 1200px;
   margin: auto;
 }

 .footer-section {
   flex: 1;
   min-width: 200px;
 }

 .footer-section h4 {
   margin-bottom: 10px;
   font-size: 18px;
   color: #f1f1f1;
 }

 .footer-section ul {
   list-style: none;
   padding: 0;
 }

 .footer-section ul li {
   margin-bottom: 8px;
 }

 .footer-section ul li a,
 .footer-section a {
   color: #ccc;
   text-decoration: none;
 }

 .footer-section a:hover {
   color: #fff;
 }

 .footer-bottom {
   text-align: center;
   margin-top: 30px;
   border-top: 1px solid #555;
   padding-top: 10px;
   font-size: 14px;
   color: #bbb;
 }

 .testimonials-section {

   background-color: #f4f4f4;
   padding: 40px 20px;
   text-align: center;
 }

 .testimonials-section h2 {
   font-size: 26px;
   margin-bottom: 30px;
 }

 .testimonial-box {
   display: flex;
   justify-content: space-around;
   gap: 5px;
   align-items: center;
   width: 100%;
 }

 .testimonial {
   background-color: white;
   border-radius: 10px;
   box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
   margin: 20px auto;
   max-width: 300px;
   padding: 20px;
 }

 .testimonial p {
   font-style: italic;
   color: #333;
   margin-bottom: 10px;
 }

 .testimonial h4 {
   font-weight: 600;
   color: #555;
 }

 .how-it-works-section {
   display: flex;
   flex-direction: column;
   justify-content: space-around;
   align-items: center;

 }

 .section-title {
   font-size: 2em;
   margin-bottom: 30px;
 }

 .step-description {
   font-size: 1.2em;
 }

 .step {
   display: flex;
   flex-direction: row;
   justify-content: space-between;
   margin-bottom: 30px;
 }


 .step-icon {
   flex-shrink: 0;
   margin-right: 20px;
 }

 .step-image {
   width: 60px;
   height: 60px;
 }

 .text {
   flex-grow: 1;
 }


 .step-image {
   width: 80px;
   height: auto;
   margin-bottom: 15px;
 }

 .step-title {
   font-size: 1.5em;
   margin-bottom: 10px;
 }

 .step-description {
   font-size: 1em;
   color: #555;
 }

 .faq-list {
   display: flex;
   flex-direction: column;
   justify-content: space-between;
   gap: 10px;
   align-items: center;
 }

 .faq-item {
   display: flex;
   flex-direction: column;
   justify-content: space-evenly;
   font-size: 1.1rem;
   margin: 0px 50px;
   width: 90%;
   min-height: 100px;
   background-color: #bbb;
   border-radius: 30px;
 }

 .faq-item div {
   margin: 0px 30px;
 }

 /* Responsive Design */
 @media (max-width: 768px) {
   .nav-container {
     flex-direction: column;
     align-items: flex-start;
   }

   .nav-links {
     flex-direction: column;
     width: 100%;
     display: none;
     gap: 15px;
     margin-top: 10px;
   }

   .chat-button {
     align-self: flex-end;
     margin-top: 10px;
   }

   .hamburger {
     display: block;
   }

   #menu-toggle:checked+.hamburger+.nav-links {
     display: flex;
   }
 }

 .why-choose-us {
   text-align: center;
   padding: 40px 20px;
 }

 .reasons {
   display: flex;
   flex-wrap: wrap;
   justify-content: center;
   gap: 30px;
   margin-top: 20px;
 }

 .reason {
   max-width: 200px;
   text-align: center;
 }

 .reason img {
   width: 60px;
   height: 60px;
   margin-bottom: 10px;
 }

 .question-section {
   max-width: 800px;
   margin: auto;
   padding: 40px 20px;
 }

 .post-question-form {
   display: flex;
   gap: 10px;
   margin: 20px 0;
   flex-wrap: wrap;
 }

 .post-question-form input[type="text"] {
   flex: 1;
   padding: 15px;
   font-size: 18px;
   border-radius: 5px;
   border: 1px solid #ccc;
   min-width: 300px;
 }

 .post-question-form button {
   padding: 15px 30px;
   background-color: #007BFF;
   border: none;
   color: white;
   font-size: 18px;
   border-radius: 5px;
   cursor: pointer;
 }

 .post-question-form button:hover {
   background-color: #0056b3;
 }

 .whatsapp-btn {
   background-color: #25D366;
   color: white;
   padding: 15px 30px;
   font-size: 18px;
   border: none;
   border-radius: 5px;
   cursor: pointer;
   margin-top: 10px;
 }

 .whatsapp-btn:hover {
   background-color: #1ebe5d;
 }