* {
    margin: 0;
    /* font-family: Arial; */
    border: border-box;
    /* background-color: wheat; */
}

.nav {
    background-color: white;
    color: #fff;
    padding: 1rem;
    text-align: center;
    margin-top: 50px;
    font: small-caps bold 24px/1 sans-serif;
}

.nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.nav li {
    display: inline-block;
    margin-right: 20px;
}


.navbar img {
   width: 100%;
   height: 100px;
   object-fit: cover;
}


.nav a {
     text-decoration: none;
     color: black;
}
.nav a:hover {
    text-decoration: dotted;
    color: yellowgreen;
}

/* Responsive Styles */

/* For screens smaller than 768px (tablets and mobile devices) */
@media (max-width: 768px) {
    .nav {
        padding: 0.5rem;
        font-size: 18px;
    }
    .nav li {
        display: block;
        margin-right: 0;
        margin-bottom: 10px;
    }
    .nav ul {
        padding: 0 20px;
    }
}

/* For screens smaller than 480px (small mobile devices) */
@media (max-width: 480px) {
    .nav {
        padding: 0.2rem;
        font-size: 14px;
    }
    .nav li {
        margin-bottom: 5px;
    }
    .nav ul {
        padding: 0 10px;
    }
}

.btn {
    border-radius: 1px solid black;
    margin-left: 10rem;
    font-size: 1.3rem;
    border-radius: 5px;
    background-color: #f4f4f5;
    color: black;
    cursor: pointer;
}

.btn2 {
    border-radius: 1px solid black;
    margin-left: 1.5rem;
    font-size: 1.5rem;
    border-radius: 10px;
    background-color: #18181b;
    color: #fafafa;
    cursor: pointer;
}

.btn2 a:hover {
    background-color: white;
}

@media (max-width: 768px) {
    .btn {
        margin-left: 10px;
    }
}

@media (max-width: 480px) {
    .btn {
        margin-left: 5px;
    }
}

.container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-top: 40px;
}

.column {
    background-color: white;
    padding: 20px;
}

.text-column h1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 3.5rem;
}

.text-column p {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 1.5rem;
    margin-top: 20px;
    font-family: Arial, Helvetica, sans-serif;
    color: #6b7280;
}

.text-column {
    border-radius: 1px solid black;
    margin-left: 10rem;
    font-size: 1.2rem;
    /* border-radius: 10px; */
    /* background-color: #f4f4f5; */
    /* color: black; */
    /* cursor: pointer; */
}

.text-column .btn {
    border-radius: 5px;
    font-size: 20px;
    font-family: giestsans "giestsans fallback";
    margin-top: 20px;
    margin-left: 9px;
    background-color: #18181b;
    color: #fff;
    padding: 10px 30px;
    text-shadow: 1px 1px 1px #000;
}

.text-column .btn3 {
    /* border-radius: 5px; */
    font-size: 18px;
    font-family: giestsans "giestsans fallback";
    margin-top: 20px;
    margin-left: 9px;
    background-color: white;
    color: black;
    padding: 10px 30px;
}

.image-column {
    display: flex;
    justify-content: center;
    align-items: center;
}

.image-column img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 768px) {
    .column {
        flex-basis: 100%;
    }
    .image-column img {
        width: 100%;
        height: auto;
    }
}

.features h2{
    color: blue;
    margin-top: 5px;
    margin-left: 600px;
}

.features h3{
    color: #111827;
    font-size: 2.5rem;
    font-family: giestsans "giestsans fallback";
    margin-top: 10px;
    text-decoration: solid;
    margin-left: 350px;
}

.features p{
    color: #6b7280;
    font-size: 1.5rem;
    margin-top: 10px;
    margin-left: 350px
} 

.monitering {
    font-size: 1.8rem;
    background-color: white;
    color: black;
    font-family: giestsans "giestsans fallback";
    margin-top: 30px;
    margin-left: 50px;
}

.notifications {
    font-size: 1rem;
    margin-left: 70px;
    margin-top: 5px;
    color: #6b7280;
}

/* .image {
    width: 100px;
    height: 0px;
    object-fit: cover;
    margin-left: 650px;

} */

/* #new1 p{
    font-size: 1.3rem;
    margin-left: 70px;
    margin-top: 5px;
    color: #6b7280;
} */

/* .new-columns {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 40px 0;
}

.new-column {
    flex-basis: 45%;
    padding: 20px;
}

.new-column.text-column {
    background-color: #f7f7f7;
    border: 1px solid #ddd;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin-left: 50px;
}

.new-column.image-column {
    background-color: #f7f7f7;
    border: 1px solid #ddd;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.new-column img {
    width: 400%;
    height: 500px;
    object-fit: cover;
    border-radius: 10px;
}

.new-column.text-column p{
    font-size: 1.2rem;
    margin-left: 1px;
} */


.new-columns {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 20px 0;
    margin-top: 50px;
    margin-left: 40px;
}

.new-column {
    flex-basis: 45%;
    margin: 10px;
}

.new-column.text-column {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.new-column.text-column p b {
    color: black;
    font-size: 1.5rem;
    margin-top: 5px;
}


.new-column.image-column {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.image-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
}

.image-grid img {
    width: 100%;
    height: 150px;
    object-fit: cover;
    border-radius: 10px;
    border: 2px, solid, black;
}


.faq {
    padding: 20px;
    background-color: #f7f7f7;
    border: 1px solid #ddd;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.faq h2 {
    margin-top: 0;
    color: #18181b;
    font-family: giestsans "giestsans fallback";
    font-size: 1.5rem;
}

.accordion {
    margin-top: 20px;
}

.accordion-item {
    margin-bottom: 10px;
    border: 1px solid #ddd;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.accordion-button {
    width: 100%;
    padding: 10px;
    font-size: 16px;
    font-weight: bold;
    color: #333;
    background-color: #fff;
    border: none;
    border-radius: 10px 10px 0 0;
    cursor: pointer;
    font-size: 1.2rem;
}

.accordion-button i {
    margin-right: 10px;
}

.accordion-content {
    padding: 10px;
    font-size: 1rem;
    color: #666;
    background-color: #f7f7f7;
    border: 1px solid #ddd;
    border-radius: 0 0 10px 10px;

}

.accordion-content p {
    margin-bottom: 10px;
}


.contact-section {
    background-color: #f7f7f7;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.contact-section h2 {
    margin-top: 0;
    font-family: giestsans "giestsans fallback";
}

.contact-section p {
    font-size: 1.2rem;
}

.contact-form {
    margin-top: 20px;
}

.form-group {
    margin-bottom: 20px;
}

.form-group label {
    display: block;
    margin-bottom: 10px;
}

.form-group input, .form-group textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.submit-button {
    background-color: #4CAF50;
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.submit-button:hover {
    background-color: #3e8e41;
}

.contact-info {
    margin-top: 20px;
}

.contact-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.contact-list li {
    margin-bottom: 10px;
}

.contact-list li i {
    margin-right: 10px;
}


.footer {
    background-color: #333;
    color: #fff;
    padding: 20px 0;
    text-align: center;
}

  
.social-media-links {
    margin-bottom: 20px;
    font-size: 1rem;
}

  
.social-media-link {
    margin: 0 10px;
    color: #fff;
    transition: color 0.2s ease;
}

  
.social-media-link:hover {
    color: #ccc;
}

  
.copyright-notice {
    font-size: 1.1rem;
    color: #ccc;
}








/* ...existing code... */

/* Responsive styles */
@media (max-width: 900px) {
  .container {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .new-columns {
    flex-direction: column;
    align-items: center;
  }
  .column, .new-column {
    width: 100%;
    margin-bottom: 20px;
  }
  .image-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 600px) {
  body {
    font-size: 16px;
  }
  .navbar ul {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  .navbar img {
    width: 120px;
    height: auto;
  }
  .container {
    grid-template-columns: 1fr;
    padding: 0 5px;
  }
  .new-columns {
    flex-direction: column;
    padding: 0 5px;
  }
  .features, .faq, .contact-section, .footer .container {
    padding: 10px;
  }
  .btn, .btn2, .btn3, .submit-button {
    width: 100%;
    margin-bottom: 10px;
  }
  .image-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  h1, h2, h3 {
    font-size: 1.2em;
  }
  .accordion-button {
    font-size: 1em;
  }
}

/* Make images responsive */
img {
  max-width: 100%;
  height: auto;
  display: block;
}










 