body {
  font-family: "Poppins", sans-serif; /* Set Poppins as the default font */
  margin: 0; /* Reset margin */
  padding: 0; /* Reset padding */
  line-height: 1.6; /* Improve readability */
}

/* Apply Poppins to all headings */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Poppins", sans-serif; /* Ensure all headings use Poppins */
}

.contact-section {
  width: 100%;
  max-width: 40rem;
  margin-left: auto;
  margin-right: auto;
  padding: 3rem 1rem;
}

.contact-intro > * + * {
  margin-top: 1rem;
}

.contact-title {
  font-size: 2.25rem;
  line-height: 2.25rem;
  font-weight: 50;
}

.contact-description {
  color: rgb(107 114 128);
    font-weight: 50;
}

.form-group-container {
  display: grid;
  gap: 1rem;
  margin-top: 2rem;
}

.form-group {
  display: flex;
  flex-direction: column;
}

.form-label {
  margin-bottom: 0.5rem;
}

.form-input,
.form-textarea {
  padding: 0.5rem;
  border: 1px solid #e5e7eb;
  display: flex;
  height: 2.5rem;
  width: 100%;
  border-radius: 0.375rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.form-input::placeholder,
.form-textarea:focus-visible {
  color: #6b7280;
}

.form-input:focus-visible,
.form-textarea:focus-visible {
  outline: 2px solid #2563eb;
  outline-offset: 2px;
}

.form-textarea {
  min-height: 120px;
}

.form-submit {
  width: 100%;
  max-width: 200px; /* Set a max-width to control the size */
  background-color: #DBC39B;
  color: #ffffff;
  padding: 13px 5px;
  border-radius: 0.375rem;
  border: none;
  display: block;
  margin: 0 auto; /* Centers the button */
}



a {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease; }
  a, a:hover {
    text-decoration: none !important; }

    .content {
      height: 70vh; }

      .special {
        margin-bottom: 40px; /* Larger bottom margin for special paragraphs */
      }

      .special img {
        margin-right: 5px; /* Space between icon and text */
        width: 30px; /* Set icon width to 10px */
        height: 30px; /* Set icon height to 10px */
      }

      .footer-16371 {
        padding: 7rem 0;
        font-family: "Poppins", sans-serif; }
        .footer-16371 .footer-site-logo {
          text-align: center;
          font-size: 2rem;
          font-weight: 900; }
          .footer-16371 .footer-site-logo a {
            color: #4200ff; }
            .footer-16371 .nav-links {
              padding: 0;
              margin: 0; }
              .footer-16371 .nav-links li {
                display: inline-block; }
                .footer-16371 .nav-links li a {
                  padding: 10px;
                  color: #000; }
                  .footer-16371 .nav-links li a:hover {
                    color: #4200ff; }
                    .footer-16371 .social h3 {
                      font-weight: bold;
                      font-size: 18px;
                      color: #000; }
                      .footer-16371 .social ul li {
                        display: inline-block; }
                        .footer-16371 .social ul li a {
                          display: inline-block;
                          padding: 10px; }
                          .footer-16371 .social ul li.in a {
                            color: #df588a; }
                            .footer-16371 .social ul li.tw a {
                              color: #15b8ff; }
                              .footer-16371 .social ul li.fb a {
                                color: #3742d0; }
                                .footer-16371 .social ul li.dr a {
                                  color: #fa38c1; }
                                  .footer-16371 .social ul li.pin a {
                                    color: #dd4d5a; }
                                    .footer-16371 .copyright {
                                      color: #999999; }
