/* Contact Page Styles */

.contact-hero {
  height: 600px;
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/contact-hero.jpg');
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: white;
}

.contact-hero .container {
  align-content: center;
}

.contact-hero-content h1 {
  font-family: 'Fraunces', serif;
  font-size: 4.5rem;
  font-weight: 400;
  margin-bottom: 15px;
  letter-spacing: -1px;
  color: white;
}

.contact-hero-content p {
  font-family: 'Figtree', sans-serif;
  font-size: 1.1rem;
  opacity: 0.9;
  letter-spacing: 0.5px;
  color: white;
}

.contact-page-section {
  position: relative;
  background: #c2ae8f;
  padding: 100px 0;
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
  margin-top: -100px;
  z-index: 10;
}

.info-item {
  text-align: center;
  padding: 0 10px;
}

.info-icon {
  width: 44px;
  height: 44px;
  background-color: #fbf1ef;
  color: #8b7355;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
}

.info-icon svg {
  width: 20px;
  height: 20px;
  stroke-width: 1.5;
}

.info-item h5 {
  font-family: 'Fraunces', serif;
  font-size: 1.2rem;
  margin-bottom: 12px;
  font-weight: 400;
  color: #1a1a1a;
}

.info-item p {
  font-family: 'Figtree', sans-serif;
  font-size: 0.85rem;
  color: #000000;
  line-height: 1.6;
}

/* Contact Form Section */

.contact-form-wrapper {
  background: #b6a992;
  border-radius: 40px;
  overflow: hidden;
  padding: 60px;
  max-width: 1100px;
  margin: 0 auto;
}

.contact-form-grid {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 60px;
  align-items: stretch;
}

.contact-form-image {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  min-height: 550px;
}

.contact-form-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.floating-info-card {
  position: absolute;
  bottom: 25px;
  left: 25px;
  right: 25px;
  background: rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(15px);
  padding: 25px;
  border-radius: 16px;
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.1);
  z-index: 5;
}

.card-header {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.phone-icon-circle {
  width: 36px;
  height: 36px;
  background: white;
  color: #1a1a1a;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.phone-icon-circle svg {
  width: 16px;
  height: 16px;
}

.card-title span {
  display: block;
  font-size: 0.65rem;
  letter-spacing: 1px;
  opacity: 0.7;
  text-transform: uppercase;
  margin-bottom: 2px;
}

.card-title strong {
  font-size: 1.1rem;
  font-family: 'Figtree', sans-serif;
  font-weight: 400;
}

.card-col span {
  display: block;
  font-size: 0.65rem;
  letter-spacing: 1px;
  opacity: 0.7;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.card-col p {
  font-size: 0.8rem;
  line-height: 1.5;
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
}

/* Form Styles */

.contact-form-content {
  padding: 20px 0;
}

.contact-form-content h2 {
  font-family: 'Fraunces', serif;
  font-size: 2.5rem;
  font-weight: 400;
  margin-bottom: 15px;
  color: #1a1a1a;
}

.contact-form-content > p {
  font-family: 'Figtree', sans-serif;
  font-size: 0.95rem;
  color: #000000;
  margin-bottom: 40px;
  line-height: 1.6;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
  margin-bottom: 15px;
}

.form-group {
  margin-bottom: 15px;
}

.form-group label {
  display: block;
  font-family: 'Figtree', sans-serif;
  font-size: 0.8rem;
  margin-bottom: 8px;
  color: #1a1a1a;
  font-weight: 400;
}

.form-group input,
.form-group textarea {
  width: 100%;
  padding: 12px 18px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  background: white;
  font-family: 'Figtree', sans-serif;
  font-size: 0.9rem;
  transition: all 0.3s ease;
  color: #1a1a1a;
}

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

.form-group input:focus,
.form-group textarea:focus {
  outline: none;
  border-color: #8b7355;
  box-shadow: 0 0 0 4px rgba(139, 115, 85, 0.05);
}

.form-group textarea {
  height: 120px;
  resize: none;
}

.message-form .btn-primary {
  background-color: #8c7456 !important;
  color: white !important;
  padding: 12px 30px !important;
  border-radius: 10px !important;
  font-size: 0.9rem !important;
  border: none !important;
  margin-top: 10px;
  font-family: 'Figtree', sans-serif !important;
  font-weight: 400 !important;
}

.message-form .btn-primary:hover {
  background-color: #2d3748 !important;
  transform: translateY(-1px);
}

/* Map Section */

.map-section {
  line-height: 0;
  filter: grayscale(0.2) contrast(1.1);
}

/* Trusted Brands */

.trusted-brands-section {
  padding: 100px 0;
  background: white;
}

.brands-header h2 {
  font-family: 'Fraunces', serif;
  font-size: 2.2rem;
  font-weight: 400;
  margin-bottom: 15px;
  color: #1a1a1a;
}

.brands-header p {
  font-family: 'Figtree', sans-serif;
  font-size: 1rem;
  color: #000000;
}

.brands-grid {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 60px;
  margin-top: 60px;
}

.brands-grid img {
  height: 28px;
  width: auto;
  opacity: 0.7;
  filter: grayscale(1);
  transition: opacity 0.3s ease;
}

.brands-grid img:hover {
  opacity: 1;
}

/* Responsive */

@media (max-width: 1024px) {

  .contact-form-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .contact-form-image {
    min-height: 450px;
  }
  
  .contact-hero-content h1 {
    font-size: 3.5rem;
  }
}

@media (max-width: 768px) {
  .contact-hero-content h1 {
    font-size: 3rem;
  }

  .contact-form-wrapper {
    padding: 30px;
    border-radius: 30px;
  }

  .form-row {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .floating-info-card {
    position: relative;
    bottom: auto;
    left: 0;
    right: 0;
    margin-top: -80px;
    margin-left: 0;
    margin-right: 0;
    background: white;
    color: #1a1a1a;
    box-shadow: 0 20px 40px rgba(0,0,0,0.1);
    border: 1px solid #eee;
  }

  .phone-icon-circle {
    background: #b6a992;
  }

  .card-header, .card-body {
    border-color: #eee;
  }
  
  .card-col p {
    color: #000000;
  }
  
  .card-title strong {
    color: #1a1a1a;
  }
  
  .card-title span, .card-col span {
    color: #888;
  }
}

@media (max-width: 480px) {

  .contact-hero-content h1 {
    font-size: 2.5rem;
  }

  .contact-form-content h2 {
    font-size: 2rem;
  }

  .brands-grid {
    gap: 40px;
  }
}

