/*.video-container {
  position: relative;
  width: 100%;
  max-width: 350px;
  margin: 0 auto;
  padding-bottom: 100%;
  height: 0;
  overflow: hidden;
  border-radius: 8px;
}
.video-container iframe {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
}*/

.slogan-card h2 { color: #001b4d; margin-bottom: 15px; font-size: 22px; }
.slogan-card p { font-size: 14px; color: #333; line-height: 1.4; }

.quick-form h3 {
    text-align: center;
    margin-bottom: 15px;
}
.quick-form input, 
.quick-form select {
    width: 100%;
    padding: 10px;
    margin: 8px 0 15px 0;
    border: 1px solid #ccc;
    border-radius: 10px;
    box-sizing: border-box;
}
.quick-form button {
    width: 100%;
    background: #28a745;
    padding: 12px;
    border-radius: 10px;
    border: none;
    color: white;
    font-size: 16px;
    font-weight: 600;
}
.quick-form button:hover {
    background: #1f8c36;
}