/* Base Styles */
  body, html {
      margin: 0;
      padding: 0;
      font-size: 16px;
      scroll-behavior: smooth;
      font-family: 'Montserrat', sans-serif;
  }

  /* Contact Section */
  .contact-section {
      margin-top: -90px !important;
      position: relative;
      min-height: 100vh;
      width: 100%;
      overflow: hidden;
  }

  .contact-bg {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: linear-gradient(rgba(0,0,0,0.4), rgba(0,0,0,0.4)), 
                  url('../images/contact/ff676c3a33f34be2ac3871bcf2ecf86c.webp') center/cover no-repeat;
      z-index: 0;
  }

  .contact-content {
      position: relative;
      z-index: 1;
      height: 100vh;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      text-align: center;
      color: white;
      padding: 20px;
      box-sizing: border-box;
  }

  .contact-tagline {
      color: rgba(255,255,255,0.9);
      font-family: 'Montserrat', sans-serif;
      font-size: 0.9rem;
      letter-spacing: 4px;
      margin-bottom: 15px;
      font-weight: 600;
      text-transform: uppercase;
      max-width: 500px;
  }

  .contact-title {
      font-family: 'Marcellus', serif !important;
      font-size: 4.8rem !important;
      color: white !important;
      line-height: 1.1;
      margin-bottom: 25px;
      letter-spacing: 0.5px;
      font-weight: 300;
      max-width: 800px;
      text-align: center;
  }

  .contact-description {
      font-family: 'Montserrat', sans-serif;
      max-width: 800px;
      color: rgba(255,255,255,0.9);
      line-height: 1.8;
      font-weight: 600;
      font-size: 1.05rem;
      letter-spacing: 0.2px;
  }

  .section-container {
      padding: 80px 0;
      background-color: #F3F3F0;
      width: 100vw;
      margin-left: calc(-50vw + 50%);
      overflow: hidden;
  }

  .content-wrapper {
      display: flex;
      width: 100%;
      max-width: 1200px;
      margin: 0 auto;
  }

  .map-container {
      width: 60%;
      padding-right: 20px;
  }

  .map-frame {
      height: 450px;
      border: 1px solid #e0e0e0;
      box-shadow: 0 5px 15px rgba(0,0,0,0.05);
      overflow: hidden;
  }

  .map-frame iframe {
      width: 100%;
      height: 100%;
      border: none;
  }

  .contact-info-box {
      width: 40%;
      padding: 40px;
      background-color: white;
      box-shadow: 0 5px 15px rgba(0,0,0,0.05);
      display: flex;
      flex-direction: column;
      justify-content: center;
      text-align: center;
  }

  .gold-accent {
      width: 50px;
      height: 2px;
      background: #D0BB9A;
      margin: 0 auto 30px;
  }

  .contact-item {
      display: flex;
      align-items: center;
      margin-bottom: 15px;
      justify-content: center;
      gap: 12px;
  }

  .contact-icon {
      width: 16px;
      height: 16px;
      color: #D0BB9A;
  }

  .social-links {
      display: flex;
      justify-content: center;
      gap: 20px;
  }

  .social-links a {
      color: #D0BB9A;
      font-size: 20px;
      transition: color 0.3s;
  }

  .social-links a:hover {
      color: #9a8059;
  }

  .inquiry-container {
      display: flex;
      max-width: 1200px;
      margin: 0 auto;
      align-items: center;
  }

  .inquiry-form-container {
      width: 45%;
      padding: 0 30px;
  }

  .inquiry-form {
      border: 1px solid #B99D75;
      padding: 40px;
      text-align: center;
      background-color: white;
  }

  .form-input {
      width: 100%;
      padding: 12px 15px;
      border: 1px solid #B99D75;
      font-family: 'Montserrat', sans-serif;
      font-size: 0.9rem;
      color: #555;
      background-color: #F9F9F9;
      margin-bottom: 20px;
      box-sizing: border-box;
  }

  .form-textarea {
      width: 100%;
      padding: 12px 15px;
      border: 1px solid #B99D75;
      font-family: 'Montserrat', sans-serif;
      font-size: 0.9rem;
      color: #555;
      background-color: #F9F9F9;
      margin-bottom: 25px;
      box-sizing: border-box;
      resize: vertical;
  }

  .form-button {
      background-color: #AB916C;
      color: white;
      border: none;
      padding: 12px 30px;
      font-family: 'Montserrat', sans-serif;
      font-size: 0.9rem;
      letter-spacing: 1px;
      cursor: pointer;
      transition: background-color 0.3s;
  }

  .form-button:hover {
      background-color: #9a8059;
  }

  .inquiry-image {
      width: 55%;
      height: 600px;
      overflow: hidden;
  }

  .inquiry-image img {
      width: 100%;
      height: 100%;
      object-fit: cover;
  }


@media (max-width: 768px) {
html, body {
  overflow-x: hidden;
  width: 100%;
}


  /* Mobile Responsive Styles */
  @media (max-width: 1024px) {
      .content-wrapper,
      .inquiry-container {
          flex-direction: column;
          padding: 0 20px;
      }

      .map-container,
      .contact-info-box,
      .inquiry-form-container,
      .inquiry-image {
          width: 100%;
      }

      .map-container {
          padding-right: 0;
          margin-bottom: 30px;
      }

      .inquiry-form-container {
          padding: 0;
          margin-bottom: 30px;
      }
  }

  @media (max-width: 768px) {
      .contact-content {
          padding: 20px 15px;
          height: auto;
          min-height: 100vh;
      }

      .contact-tagline {
          font-size: 0.75rem;
          letter-spacing: 2px;
          max-width: 95%;
          margin-bottom: 20px;
      }
      
      .contact-title {
          font-size: 2.8rem !important;
          max-width: 95%;
          margin-bottom: 30px;
          line-height: 1.2;
      }
      
      .contact-description {
          font-size: 0.95rem;
          max-width: 95%;
          line-height: 1.6;
          font-weight: 500;
      }

      .section-container {
          padding: 60px 0;
      }

      .content-wrapper,
      .inquiry-container {
          padding: 0 15px;
      }

      .contact-info-box {
          padding: 30px 20px;
          margin: 0 15px;
      }

      .map-frame {
          height: 280px;
          margin: 0 15px;
      }

      .inquiry-form {
          padding: 30px 20px;
          margin: 0;
      }

      .inquiry-image {
          height: 300px;
          margin: 0 15px;
      }

      .section-container h2 {
          font-size: 2rem !important;
          margin-bottom: 20px;
      }

      .contact-item {
          flex-direction: column;
          gap: 8px;
          text-align: center;
          margin-bottom: 20px;
      }

      .contact-item p {
          font-size: 0.85rem !important;
      }

      .form-input,
      .form-textarea {
          font-size: 16px; /* Prevents zoom on iOS */
          padding: 15px;
      }

      .form-button {
          padding: 15px 25px;
          font-size: 0.85rem;
          width: 100%;
      }
  }

  @media (max-width: 480px) {
      .contact-title {
          font-size: 2.2rem !important;
          margin-bottom: 25px;
      }

      .contact-tagline {
          font-size: 0.7rem;
          letter-spacing: 1.5px;
      }

      .contact-description {
          font-size: 0.9rem;
          padding: 0 10px;
      }

      .contact-description br {
          display: none;
      }

      .section-container {
          padding: 40px 0;
      }

      .section-container h2 {
          font-size: 1.8rem !important;
          padding: 0 20px;
      }

      .contact-info-box,
      .inquiry-form {
          padding: 25px 15px;
      }

      .map-frame,
      .inquiry-image {
          margin: 0 10px;
      }

      .map-frame {
          height: 250px;
      }

      .inquiry-image {
          height: 250px;
      }

      .contact-item {
          margin-bottom: 25px;
      }

      .social-links {
          gap: 15px;
      }

      .social-links a {
          font-size: 18px;
      }

      .gold-accent {
          width: 40px;
          margin-bottom: 25px;
      }
  }

  @media (max-width: 320px) {
      .contact-title {
          font-size: 1.9rem !important;
      }

      .contact-content {
          padding: 15px 10px;
      }

      .section-container h2 {
          font-size: 1.6rem !important;
      }

      .contact-info-box,
      .inquiry-form {
          padding: 20px 10px;
      }

      .form-input,
      .form-textarea {
          padding: 12px;
      }
  }
  
  
          
}