/* ----------------------------- */
/* CONTACT SECTION               */
/* ----------------------------- */

#contact h2 {
  font-family: var(--font-title);
  letter-spacing: 2px;
  padding-left: 1vw;
  margin: 3vh 0 3vh 0;
  font-size: 3.5vh;
  margin-left: 5vw;
  margin-bottom: 4vh;
  display: inline-block;
  border-bottom: 1px solid #2c2d31e5;
  color: #2c2d31;
}

#contact {
  margin: 2vh 0 3vh 0;
}

.contact-inner {
  padding: 0 5vw 3vh 5vw;
  display: flex;
  flex-direction: column;
  gap: 3vh;
}

/* ----------------------------- */
/* CONTACT FORM                  */
/* ----------------------------- */

.contact-form {
  padding: 2.5vh 4vw;
  border: 1px solid #2c2d31ad;
  border-radius: 12px;
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.8vh;
  margin-bottom: 1.8vh;
}

.form-group label {
  font-family: var(--font-body);
  font-size: 1.7vh;
  color: #2c2d31;
  padding-left: 4vw;
}

.form-group input,
.form-group textarea {
  font-family: var(--font-body);
  font-size: 1.7vh;
  padding: 1.2vh 4vw;
  background: #f8f8f8;
  color: #2c2d31;
  border: none;
  border-radius: 12px;
  outline: none;
}

.form-group input::placeholder,
.form-group textarea::placeholder {
  color: #2c2d3199;
}

.contact-submit {
  margin-top: 1vh;
  padding: 1.5vh 3vw;
  background: #2c2d31;
  color: #ffffff;
  font-family: var(--font-body);
  font-size: 1.8vh;
  text-transform: uppercase;
  letter-spacing: 1px;
  border: none;
  border-radius: 12px;
  cursor: pointer;
}

/* ----------------------------- */
/* CONTACT INFO (RIGHT SIDE)     */
/* ----------------------------- */

.contact-info {
  padding: 2.5vh 6vw;
  border: 1px solid #2c2d31ad;
  border-radius: 12px;
}

.contact-info h3 {
  font-family: var(--font-title);
  font-size: 2.5vh;
  padding-left: 3vw;
  margin-bottom: 1.5vh;
  
  padding-bottom: 0.5vh;
  color: #2c2d31;
}

/* ----------------------------- */
/* CLICKABLE CONTACT TILES       */
/* ----------------------------- */

.contact-tiles {
  display: flex;
  flex-direction: column;
  gap: 1.2vh;
  margin: 1.8vh 0;
}

.contact-tiles .tile {
  display: flex;
  align-items: center;
  gap: 3vw;
  padding: 1.5vh 2vw;
  text-decoration: none;
  color: #2c2d31;
  border-radius: 8px;
  font-family: var(--font-body);
  font-size: 1.7vh;
  transition: background 0.2s ease;
}

.contact-tiles .tile i {
  font-size: 3vh;
}

/* ----------------------------- */
/* LEGAL LINKS                   */
/* ----------------------------- */

.legal-links {
  margin-top: 2vh;
  display: flex;
  flex-direction: column;
  gap: 1vh;
  align-items: center;
  margin-bottom: 3vh;
}

.legal-links a {
  font-family: var(--font-body);
  font-size: 2vh;
  color: #2c2d31;
  text-decoration: none;
  opacity: 1;
  font-weight: 600;
  transition: opacity 0.2s ease;
}

.legal-links a:hover {
  opacity: 1;
}

/* ----------------------------- */
/* SOCIAL ICONS                  */
/* ----------------------------- */

.contact-socials {
  margin-top: 2vh;
  display: flex;
  flex-direction: column;
  gap: 2vh;
  align-items: center;
}

.contact-socials span {
  font-family: var(--font-body);
  font-size: 2.2vh;
  color: #2c2d31;
  width: 50%;
  padding-bottom: 1vh;
  text-align: center;
  display: block;
  border-bottom: 1px solid #2c2d3199;
}

.contact-social-icons {
  display: flex;
  gap: 8vw;
  justify-content: center;
}

.contact-social-icons a {
  font-size: 3vh;
  color: #2c2d31;
}

.contact-info-title{
  display: flex;
  border-bottom: 1px solid #2c2d31c6;
  gap: 4vw;
}
.contact-info-title img {
  width: 40%;
  height: auto;
  margin-bottom: 1.5vh;
}

.phone-field {
  display: flex;
  width: 100%;
}

.country-code {
  display: flex;
  align-items: center;
  padding: 12px 14px;
  background: #ededed;
  border-radius: 12px 0 0 12px;
  font-size: 14px;
  color: #2c2d31;
}

.phone-field input {
  flex: 1;
  border-radius: 0 12px 12px 0;
  padding: 12px 16px;
}

.success-modal {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease;
  z-index: 9999;
}

.success-modal.show {
  opacity: 1;
  pointer-events: auto;
}

.success-box {
  background: #ffffff;
  padding: 24px 28px;
  border-radius: 14px;
  text-align: center;
  max-width: 320px;
  width: 85%;
}

.success-box h3 {
  font-size: 18px;
  color: #2c2d31;
  margin-bottom: 6px;
}

.success-box p {
  font-size: 14px;
  color: #555;
  margin-bottom: 16px;
}

.success-box button {
  padding: 10px 20px;
  border-radius: 10px;
  border: none;
  background: #2c2d31;
  color: #fff;
  cursor: pointer;
}

/* ----------------------------- */
/* COPYRIGHT STRIP               */
/* ----------------------------- */

.copyright-strip {
  background: #2c2d31;
  padding: 1.5vh 5vw;
  text-align: center;
}

.copyright-strip p {
  font-family: var(--font-body);
  font-size: 1.6vh;
  color: #ffffff;
}

/* TABLET PORTRAIT */
@media (min-width: 600px) and (max-width: 1024px) and (orientation: portrait) {
  .form-group label {
    font-size: 2vh;
    padding-left: 4vw;
  }

  .form-group input,
  .form-group textarea {
    font-size: 2vh;
  }
  .form-group {
    display: flex;
    flex-direction: column;
    gap: 0.8vh;
    margin-bottom: 2.2vh;
  }
  .tile span{
    font-size: 2vh;
  }
  .contact-info h3 {
    font-size: 3vh;
  }
}

/* Laptop / Desktop */
@media (min-width: 1025px) {
  .contact-inner {
    flex-direction: row;
    margin-top: 6vh;
  }
  .contact-form {
    margin-right: auto;
    margin-left: 3vw;
    padding: 2.5vh 4vw;
    width: 50%;
  }
  #contact {
    margin-top: 10vh;
  }
  #contact h2{
    font-size: 6vh;
  }
  .contact-info{
    margin-right: 3vw;
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .contact-social-icons{
    gap: 2vw;
  }
  .contact-socials span{
    font-size: 2.5vh;
  }
  .form-group{
    gap: 1.5vh;
  }
  .contact-tiles{
    margin: 2.2vh 0;
  }
  .form-group input,
.form-group textarea{
  padding: 1.2vh 2vw;
  width: 100%;
}
.form-group label{
  padding-left: 2vw;
}
.tile span{
    font-size: 2vh;
  }
  .contact-info-title{
  
  gap: 0vw;
}
}
