@font-face {
  font-family: 'Fields';
  src: url('../content/Fields-SemiBold.otf') format('opentype');
  font-weight: 600; /* semibold */
  font-style: normal;
}

font-face {
  font-family: 'Lora';
  src: url('../content/Lora-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Nunito-Sans';
  src: url('../content/NunitoSans.ttf') format('truetype');
  font-weight: 700;
  font-style: bold;
}

.walktalk-container {
  text-align: center;
  background-color: #9BB6DC; /* or your color */
  padding: 10px;
  border-radius: 20px;
}

.walktalk-title {
    font-family: 'Nunito-Sans';
  font-size: 2.5rem;
  margin-bottom: 2rem;
  color: #68672B;
}

.walktalk-subtitle {
    font-family: 'Nunito-Sans';
  font-size: 1.8rem;
font-weight: bold;
  margin-bottom: 2rem;
  color:#68672B;
}

.walktalk-description {
    font-family: 'Lora';
  font-size: 14px;
  margin-bottom: 2rem;
  color: #68672B;
}

.walktalk-sections {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 2rem;
}

.walktalk-card {
  background: white;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  padding: 0.5 rem; /* Increased padding for more internal space */
  max-width: 400px; /* Wider card */
  min-height: 500px; /* Taller card */
  flex: 1;
}

.walktalk-card img {
  width: 100%;
height: 220Px;
object-fit:cover;
object-position: center;
  border-radius: 6px;
}

.walktalk-card p {
  margin: 1rem 0;
  font-size: 1rem;
  color: #555;
}

.Walktalk-title p{
    font-family: 'Nunito-Sans';
    font-size: 2rem;
  margin-bottom: 2rem;
  color: #68672B;
}

.walktalk-buttons {
    font-family: 'Nunito-Sans';
  display: flex;
  justify-content: space-between;
  gap: 0.5rem;
}

.walktalk-buttons .button {
  flex: 1;
  padding: 0.5rem;
  border: none;
  border-radius: 4px;
  background-color: #C6803D;
  color: white;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.walktalk-buttons .button:hover {
  background-color: #F4C5B4;
}
