* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-padding-top: 30px;
  scroll-behavior: smooth;
}

body {
  font-family: Exo, sans-serif;
  font-size: 15px;
  background-color: #f9f9f9;
}

nav {
  position: static;
  width: 100%;
  display: flex;
  top: 0;
  justify-content: space-between;
  align-items: center;
  padding: 10px 30px;
  background-color: #f9f9f9;
  border-bottom: 2px solid #075b9e;
  box-shadow: 0 0 10px rgba(0, 0, 0, 1);
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  margin-bottom: 10px;
}

nav .logo {
  max-width: 40px;
}

.nav-links-mobile {
  display: none;
}

.nav-links {
  display: flex;
  gap: 20px;
}

.nav-links a {
  color: #333;
  text-decoration: none;
  transition: color 03s;
}

.nav-links a:hover {
  color: #075b9e;
}

main {
  display: block;
  margin: 0;
  padding: 0;
}

section {
  margin-bottom: 30px;
}

.header-container {
  position: relative;
  height: 90vh;
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
}

.header-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 15px;
  border: #075b9e 3px solid;
}

.header-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  pointer-events: none;
  padding-bottom: 20vh;
  box-sizing: border-box;
  text-align: center;
}

.header-slogan {
  color: #fff;
  padding: 10px 15px;
  font-size: 1.5rem;
  max-width: 90%;
}

.about-container {
  display: block;
  text-align: justify;
  padding: 10px 30px;
}

.nav {
  border: #333 2px solid;
  background-color: #f9f9f9;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  display: flex;
  justify-content: center;
  padding-top: 5px;
  padding-bottom: 2px;
  font-size: 18px;
}

.nav-link {
  background-color: #333;
  color: #f9f9f9;
}

.nav-link:not(.active) {
  background-color: #333;
  color: #f9f9f9;
}

.tab-content {
  border: #333 2px solid;
  border-top: none;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.faq-title,
.about-title,
.contact-title,
.service-title {
  background-color: #075b9e;
  font-size: 2.5rem;
  color: #fff;
  margin-bottom: 20px;
  text-align: center;
  width: 100%;
  border: 2px solid #333;
  border-radius: 10px;
}

.about-description {
  font-size: 1.1rem;
  line-height: 1.6;
  margin-bottom: 20px;
  text-align: justify;
}

.about-list-description {
  list-style-type: none;
  padding: 0;
  text-align: left;
  margin: 20px 0;
  font-size: 1.1rem;
  margin-bottom: 10px;
}

.about-list-text {
  margin-bottom: 10px;
}

blockquote {
  font-style: italic;
  color: #555;
  margin: 30px auto;
  border-left: 4px solid #075b9e;
  padding-left: 20px;
}

blockquote a {
  text-decoration: none;
  color: #333;
}

blockquote p {
  font-size: 1.2rem;
  margin: 10px 0;
}

.service-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
}

.card {
  border: 2px solid #075b9e;
}

.card-img-top {
  width: 100%;
  height: 50%;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  border-bottom: 2px solid #075b9e;
}

.facebook-btn {
  background-color: #1877f2;
  color: #fff;
}

.instagram-btn {
  background: radial-gradient(
    circle at 30% 107%,
    #fdf497 0%,
    #fdf497 5%,
    #fd5949 15%,
    #d6249f 60%,
    #285aeb 90%
  );
  color: #fff;
}

.whatsapp-btn {
  background-color: #25d366;
  color: #fff;
}

.accordion-body {
  background-color: #333;
  color: #f9f9f9;
}

.accordion-item {
  border: #333 2px solid;
  text-align: justify;
}

.category-title {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  background-color: #1877f2;
  font-size: 1.5rem;
  color: #333;
}

.contact-form {
  width: 100%;
  margin: auto;
  padding: 20px;
  background-color: #f9f9f9;
  border: #075b9e 2px solid;
  box-shadow: 0 0 10px rgba(0, 0, 0, 1);
  border-radius: 8px;
  font-family: Arial, sans-serif;
}

.contact-form label {
  display: block;
  margin-top: 15px;
  font-weight: bold;
  color: #333;
}

.iti {
  width: 100%;
  margin-top: 5px;
  border-radius: 4px;
  border: 1px solid #ccc;
  box-sizing: border-box;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  padding: 10px;
  margin-top: 5px;
  border-radius: 4px;
  border: 1px solid #ccc;
  box-sizing: border-box;
}

.recaptcha-container {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}

.contact-form button {
  margin-top: 20px;
  padding: 12px;
  background-color: #0066cc;
  color: white;
  border: none;
  border-radius: 4px;
  width: 100%;
  font-size: 16px;
  cursor: pointer;
}

.contact-form button:hover {
  background-color: #004a99;
}

.footer {
  background-color: #f9f9f9;
  color: #333;
  padding: 40px 20px;
  font-family: Arial, sans-serif;
  background-color: #f9f9f9;
  border-top: 2px solid #075b9e;
  box-shadow: 0 0 10px rgba(0, 0, 0, 1);
  border-top-right-radius: 15px;
  border-top-left-radius: 15px;
}

.footer-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
}

.footer-logo {
  max-width: 150px;
}

.footer-section {
  flex: 1 1 220px;
  margin: 15px;
}

.footer-section h4 {
  margin-bottom: 10px;
  color: #075b9e;
}

.footer-section ul {
  list-style: none;
  padding: 0;
}

.footer-section ul li a {
  color: #333;
  text-decoration: none;
  display: block;
  margin: 5px 0;
}

.footer-section a:hover {
  color: #333;
  text-decoration: underline;
}

.footer-bottom {
  text-align: center;
  border-top: 1px solid #333;
  margin-top: 10px;
  padding-top: 15px;
  font-size: 14px;
}

.footer-bottom a {
  color: #333;
  text-decoration: none;
  margin: 0 5px;
}

.footer-bottom a:hover {
  color: #333;
}

.footer-section span a {
  color: #333;
  text-decoration: none;
  cursor: pointer;
}

@media (max-width: 768px) {
  .header-container {
    height: 60vh;
    width: 100%;
    margin-bottom: 0;
  }

  .header-overlay {
    padding-bottom: 10vh;
  }

  .header-slogan {
    font-size: 0.95rem;
    padding: 10px 18px;
  }

  .nav-links-mobile {
    display: block;
  }

  .nav-links {
    display: none;
  }

  input[type="checkbox"] {
    display: none;
  }

  .menu-links-mobile {
    display: none;
    list-style: none;
    flex-direction: column;
    background-color: #1a1a1a;
    text-align: center;
    position: absolute;
    top: 60px;
    right: 10px;
    width: 200px;
    padding: 10px;
    border-radius: 5px;
    z-index: 999;
  }

  .menu-links-mobile li {
    margin-bottom: 10px;
  }

  .menu-links-mobile li a {
    color: #f9f9f9;
    text-decoration: none;
    font-weight: bold;
    cursor: pointer;
  }

  .menu-toggle:checked + .menu-label + .menu-links-mobile {
    display: block;
  }

  .nav-item:nth-child(1) {
    margin-bottom: 5px;
  }

  .header-image {
    height: 60vh;
  }
}

@media (min-width: 768px) {
  .header-overlay {
    padding-bottom: 12vh;
  }

  .header-slogan {
    font-size: 0.9rem;
    padding: 5px 12px;
  }
}

@media (orientation: landscape) {
  .header-overlay {
    padding-bottom: 10vh;
  }
}
