/* =========================================================
   Contact Page
========================================================= */

.contact-page {
  width: 100%;
  background: #f7f7f2;
  color: #333333;
  padding: 30px 16px 42px;
  text-align: center;
}

.contact-logo-box {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}

.contact-logo-box img {
  width: 180px;
  max-width: 45%;
  height: auto;
  object-fit: contain;
}

.contact-intro,
.contact-bottom-text {
  max-width: 920px;
  margin: 0 auto;
}

.contact-intro p,
.contact-bottom-text p {
  font-size: 15px;
  color: #333333;
  line-height: 1.9;
  margin-bottom: 28px;
}

.contact-form {
  width: 100%;
  max-width: 980px;
  margin: 0 auto 24px;
}

.contact-form-row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}

.contact-field {
  width: 100%;
  margin-bottom: 10px;
}

.contact-field.half {
  width: 50%;
  margin-bottom: 0;
}

.contact-field input,
.contact-field textarea {
  width: 100%;
  border: 0;
  outline: 0;
  background: #dfe5c8;
  color: #333333;
  border-radius: 7px;
  padding: 0 18px;
  font-size: 15px;
  text-align: right;
}

.contact-field input {
  height: 40px;
}

.contact-field textarea {
  height: 215px;
  padding-top: 14px;
  resize: vertical;
  min-height: 160px;
  max-height: 360px;
}

.contact-field input::placeholder,
.contact-field textarea::placeholder {
  color: #999999;
}

.contact-field input:focus,
.contact-field textarea:focus {
  box-shadow: 0 0 0 1px #005331 inset;
}

.contact-submit-btn {
  width: 100%;
  height: 50px;
  border: 0;
  border-radius: 6px;
  background: #005331;
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
  cursor: pointer;
  margin-top: 2px;
  transition: 0.2s ease;
}

.contact-submit-btn:hover {
  opacity: 0.9;
}

.contact-bottom-text {
  margin-top: 24px;
}

.contact-bottom-text p {
  margin-bottom: 70px;
}

/* ================= Follow Section ================= */

.contact-follow-section {
  padding: 0 18px 18px;
  text-align: center;
}

.contact-follow-section h2 {
  color: #333333;
  font-size: 28px;
  font-weight: 800;
  margin-bottom: 24px;
}

.contact-social-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  flex-wrap: wrap;
}

.contact-social-list a {
  color: #555555;
  font-size: 34px;
  transition: 0.2s ease;
}

.contact-social-list a:hover {
  color: #005331;
}

/* ================= Responsive Contact Page ================= */

@media (max-width: 1024px) {
  .contact-page {
    padding: 28px 14px 38px;
  }

  .contact-logo-box img {
    width: 160px;
  }

  .contact-field textarea {
    height: 200px;
  }
}

@media (max-width: 768px) {
  .contact-page {
    padding: 24px 12px 36px;
  }

  .contact-logo-box {
    margin-bottom: 18px;
  }

  .contact-logo-box img {
    width: 135px;
    max-width: 50%;
  }

  .contact-intro p,
  .contact-bottom-text p {
    font-size: 14px;
    line-height: 1.9;
  }

  .contact-form-row {
    gap: 8px;
  }

  .contact-field input {
    height: 42px;
    font-size: 14px;
  }

  .contact-field textarea {
    height: 190px;
    font-size: 14px;
  }

  .contact-submit-btn {
    height: 48px;
    font-size: 16px;
  }

  .contact-bottom-text p {
    margin-bottom: 55px;
  }

  .contact-follow-section h2 {
    font-size: 22px;
  }

  .contact-social-list {
    gap: 22px;
  }

  .contact-social-list a {
    font-size: 28px;
  }
}

@media (max-width: 520px) {
  .contact-page {
    padding: 22px 10px 34px;
  }

  .contact-logo-box img {
    width: 120px;
  }

  .contact-form-row {
    flex-direction: column;
    gap: 10px;
  }

  .contact-field.half {
    width: 100%;
  }

  .contact-field input {
    height: 44px;
  }

  .contact-field textarea {
    height: 180px;
  }

  .contact-bottom-text p {
    margin-bottom: 45px;
  }

  .contact-social-list {
    gap: 20px;
  }
} /* =========================================================
   Contact Page
========================================================= */

.contact-page {
  width: 100%;
  background: #f7f7f2;
  color: #333333;
  padding: 30px 16px 42px;
  text-align: center;
}

.contact-logo-box {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}

.contact-logo-box img {
  width: 180px;
  max-width: 45%;
  height: auto;
  object-fit: contain;
}

.contact-intro,
.contact-bottom-text {
  max-width: 920px;
  margin: 0 auto;
}

.contact-intro p,
.contact-bottom-text p {
  font-size: 15px;
  color: #333333;
  line-height: 1.9;
  margin-bottom: 28px;
}

.contact-form {
  width: 100%;
  max-width: 980px;
  margin: 0 auto 24px;
}

.contact-form-row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}

.contact-field {
  width: 100%;
  margin-bottom: 10px;
}

.contact-field.half {
  width: 50%;
  margin-bottom: 0;
}

.contact-field input,
.contact-field textarea {
  width: 100%;
  border: 0;
  outline: 0;
  background: #dfe5c8;
  color: #333333;
  border-radius: 7px;
  padding: 0 18px;
  font-size: 15px;
  text-align: right;
}

.contact-field input {
  height: 40px;
}

.contact-field textarea {
  height: 215px;
  padding-top: 14px;
  resize: vertical;
  min-height: 160px;
  max-height: 360px;
}

.contact-field input::placeholder,
.contact-field textarea::placeholder {
  color: #999999;
}

.contact-field input:focus,
.contact-field textarea:focus {
  box-shadow: 0 0 0 1px #005331 inset;
}

.contact-submit-btn {
  width: 100%;
  height: 50px;
  border: 0;
  border-radius: 6px;
  background: #005331;
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
  cursor: pointer;
  margin-top: 2px;
  transition: 0.2s ease;
}

.contact-submit-btn:hover {
  opacity: 0.9;
}

.contact-bottom-text {
  margin-top: 24px;
}

.contact-bottom-text p {
  margin-bottom: 70px;
}

/* ================= Follow Section ================= */

.contact-follow-section {
  padding: 0 18px 18px;
  text-align: center;
}

.contact-follow-section h2 {
  color: #333333;
  font-size: 28px;
  font-weight: 800;
  margin-bottom: 24px;
}

.contact-social-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  flex-wrap: wrap;
}

.contact-social-list a {
  color: #555555;
  font-size: 34px;
  transition: 0.2s ease;
}

.contact-social-list a:hover {
  color: #005331;
}

/* ================= Responsive Contact Page ================= */

@media (max-width: 1024px) {
  .contact-page {
    padding: 28px 14px 38px;
  }

  .contact-logo-box img {
    width: 160px;
  }

  .contact-field textarea {
    height: 200px;
  }
}

@media (max-width: 768px) {
  .contact-page {
    padding: 24px 12px 36px;
  }

  .contact-logo-box {
    margin-bottom: 18px;
  }

  .contact-logo-box img {
    width: 135px;
    max-width: 50%;
  }

  .contact-intro p,
  .contact-bottom-text p {
    font-size: 14px;
    line-height: 1.9;
  }

  .contact-form-row {
    gap: 8px;
  }

  .contact-field input {
    height: 42px;
    font-size: 14px;
  }

  .contact-field textarea {
    height: 190px;
    font-size: 14px;
  }

  .contact-submit-btn {
    height: 48px;
    font-size: 16px;
  }

  .contact-bottom-text p {
    margin-bottom: 55px;
  }

  .contact-follow-section h2 {
    font-size: 22px;
  }

  .contact-social-list {
    gap: 22px;
  }

  .contact-social-list a {
    font-size: 28px;
  }
}

@media (max-width: 520px) {
  .contact-page {
    padding: 22px 10px 34px;
  }

  .contact-logo-box img {
    width: 120px;
  }

  .contact-form-row {
    flex-direction: column;
    gap: 10px;
  }

  .contact-field.half {
    width: 100%;
  }

  .contact-field input {
    height: 44px;
  }

  .contact-field textarea {
    height: 180px;
  }

  .contact-bottom-text p {
    margin-bottom: 45px;
  }

  .contact-social-list {
    gap: 20px;
  }
}
