* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
  font-family: 'Poppins', sans-serif;
  line-height: 1.6;
  background-color: #F7F7F7;
  color: #333;
}

header {
  width: 100%;
  background-color: white;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 10% 20px 10%;
}

.logo-container {
  display: flex;
  align-items: center;
  column-gap: 20px;
}

.logo {
  border-radius: 20px;
}

h1 {
  margin: 0;
  font-size: 1.5rem;
  color: black;
}

.nav-links {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}

.nav-links li {
  margin: 0 10px;
}

.nav-links a {
  text-decoration: none;
  color: black;
  font-weight: bold;
  transition: color 0.3s ease;
  font-size: 18px;
  padding: 10px 20px;
  border-radius: 10px;
}

.nav-links a:hover {
  color: blue;
}

.slider {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.slides {
    display: flex;
    width: 400%;
    transition: transform 1.5s ease;
}

.slide {
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
}

.slide.active {
    opacity: 1;
}

.slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    text-align: center;
    z-index: 10;
}

.overlay h1 {
    font-size: 48px;
    margin-bottom: 10px;
}

.overlay p {
    font-size: 24px;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

body {
    font-family: 'Roboto', sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f9f9f9;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

#contact {
    text-align: center;
}

#contact h1 {
    font-size: 36px;
    color: #007BFF;
    margin-bottom: 20px;
}

#contact p {
    font-size: 18px;
    color: #666;
    margin-bottom: 40px;
}

.contact-info-form {
    display: flex;
    justify-content: space-between;
}

.contact-info {
    width: 45%;
    text-align: left;
}

.contact-info h2 {
    font-size: 24px;
    color: #007BFF;
    margin-bottom: 20px;
}

.contact-info p {
    font-size: 16px;
    color: #555;
    margin-bottom: 20px;
}

.map-container {
    margin-top: 20px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.contact-form {
    width: 45%;
    text-align: left;
}

.contact-form h2 {
    font-size: 24px;
    color: #007BFF;
    margin-bottom: 20px;
}

.form-group {
    margin-bottom: 20px;
}

.form-group label {
    display: block;
    margin-bottom: 5px;
    font-size: 16px;
    color: #333;
}

.form-group input, .form-group textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 16px;
    color: #555;
}

button {
    background-color: #007BFF;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

button:hover {
    background-color: #0056b3;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

#contact {
    margin: 50px 0 50px 0;
    width: 100%;
}

#contact .container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
}

#contact h1 {
    font-size: 36px;
    color: #007BFF;
    margin-bottom: 20px;
}

#contact p {
    font-size: 18px;
    color: #666;
    margin-bottom: 40px;
}

.contact-info-form {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.contact-info, .contact-form {
    width: 45%;
    text-align: left;
}

.contact-info h2, .contact-form h2 {
    font-size: 24px;
    color: #007BFF;
    margin-bottom: 20px;
}

.contact-info p, .form-group label {
    font-size: 16px;
    color: #555;
}

.form-group {
    margin-bottom: 20px;
}

.form-group input, .form-group textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 16px;
    color: #555;
}

button {
    background-color: #007BFF;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

button:hover {
    background-color: #0056b3;
}

.map-container {
    margin-top: 20px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}



@media screen and (max-width: 1024px) {
    .contact-info-form {
        flex-direction: column;
        align-items: center;
    }

    .contact-info, .contact-form {
        width: 100%;
        margin-bottom: 30px;
    }

    .contact-info p {
        text-align: center;
    }

    .map-container iframe {
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    #contact h1 {
        font-size: 28px;
    }

    #contact p {
        font-size: 16px;
    }

    .contact-info h2, .contact-form h2 {
        font-size: 22px;
    }

    .form-group input, .form-group textarea {
        font-size: 14px;
    }
}

@media screen and (max-width: 480px) {
    .container {
        padding: 20px 10px;
    }

    #contact h1 {
        font-size: 24px;
    }

    .contact-info h2, .contact-form h2 {
        font-size: 20px;
    }

    .form-group input, .form-group textarea {
        padding: 8px;
        font-size: 12px;
    }

    button {
        padding: 8px 16px;
        font-size: 14px;
    }
}


.footer {
  background-color: #333;
  color: white;
  text-align: center;
  padding: 1rem 0;
}


.nav-links a:hover,
.cta-btn-nav:hover,
.service-box:hover {
    background-color: #ADD8E6;
    color: #fff;
}
  
@media (max-width: 1024px) {
  .hero h1 {
      font-size: 2.8rem;
  }

  .service-box {
      max-width: 45%;
  }

  .nav-links {
      font-size: 1.1rem;
  }

  .cta-btn-nav {
      padding: 8px 18px;
  }
}

@media (max-width: 768px) {
  .nav-links {
      flex-direction: column;
      display: none;
  }

  .navbar.active .nav-links {
      display: flex;
  }

  .nav-cta {
      display: none;
  }

  .service-box {
      max-width: 90%;
  }

  .hero h1 {
      font-size: 2.2rem;
  }

  .cta-btn-nav {
      padding: 8px 16px;
  }
}

@media (max-width: 480px) {
  .hero h1 {
      font-size: 1.8rem;
  }

  .cta-btn-nav {
      padding: 6px 12px;
  }

  .service-box {
      padding: 2rem;
  }

  .nav-links a {
      padding: 10px 15px;
  }
}
  