
.getintouch-container {
  /* background-color: #0a2080;
        color: white; */
  /* min-height: 100vh; */
  display: flex;
  align-items: center;
  padding: 40px 20px;
}

.getintouch-title {
  font-size: 3rem;
  font-weight: bold;
  color: #f5d547;
}

.getintouch-subtitle {
  font-size: 1.8rem;
  margin-bottom: 20px;
}

.getintouch-description {
  font-size: 1rem;
  margin-bottom: 30px;
  opacity: 0.9;
}

.getintouch-contact-item {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.getintouch-icon-container {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
}

.getintouch-icon {
  color: #0a2080;
}

.getintouch-form-control {
  background-color: white;
  border: 1px solid #2262c6;
  border-radius: 5px;
  padding: 12px 15px;
  margin-bottom: 15px;
}

.getintouch-textarea {
  min-height: 120px;
  resize: none;
}

.getintouch-submit {
  background-color: #2262c6;
  color: white;
  font-weight: bold;
  padding: 10px 30px;
  border: none;
  border-radius: 5px;
  transition: all 0.3s;
}

.getintouch-submit:hover {
  background-color: #1b4381;
  transform: translateY(-2px);
}

@media (max-width: 768px) {
  .getintouch-title {
    font-size: 2.5rem;
  }

  .getintouch-subtitle {
    font-size: 1.5rem;
  }
}
