body {
  font-family: "Poppins", sans-serif;
  background: #f9fbff;
  margin: 0;
  padding: 0;
  color: #333;
}

.form-section {
  padding: 100px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.container {
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
  background: #fff;
  padding: 40px;
  border-radius: 16px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
}

.container:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.12);
}

.form-header {
  margin-bottom: 35px;
}

.form-header h2 {
  font-size: 28px;
  font-weight: 700;
  color: #0d1a3a;
  margin-bottom: 10px;
}

.form-header p {
  font-size: 15px;
  color: #666;
  max-width: 550px;
  margin: 0 auto;
  line-height: 1.6;
}

.partner-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.form-group {
  display: flex;
  flex-direction: column;
  text-align: left;
}

.form-group label {
  font-weight: 600;
  margin-bottom: 8px;
  font-size: 15px;
  color: #333;
}

.form-group label i {
  margin-right: 6px;
  color: #0056d2;
}

.partner-form input,
.partner-form textarea {
  padding: 12px 15px;
  border: 1px solid #ddd;
  border-radius: 10px;
  font-size: 14px;
  outline: none;
  transition: 0.3s;
  font-family: "Poppins", sans-serif;
}

.partner-form input:focus,
.partner-form textarea:focus {
  border-color: #0056d2;
  box-shadow: 0 0 0 3px rgba(0, 86, 210, 0.15);
}

.form-btn {
  margin-top: 10px;
}

.form-btn button {
  background: #0056d2;
  color: #fff;
  border: none;
  padding: 14px 30px;
  border-radius: 30px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}

.form-btn button i {
  margin-left: 6px;
}

.form-btn button:hover {
  background: #0042a3;
  transform: translateY(-3px);
  box-shadow: 0 8px 18px rgba(0, 86, 210, 0.25);
}

@media (max-width: 768px) {
  .container {
    padding: 30px 20px;
  }

  .form-header h2 {
    font-size: 24px;
  }
}

.pp-section-title-area {
  text-align: center !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}

.pp-section-title span {
  font-size: 14px;
  font-weight: 600;
  color: #0056d2;
  letter-spacing: 1px;
  display: block;
  margin-bottom: 10px;
}

.pp-section-title h2 {
  font-size: 34px;
  font-weight: 700;
  margin: 10px 0;
  color: #0d1a3a;
}

.pp-section-title p {
  font-size: 15px;
  color: #555;
  max-width: 650px;
  margin: 0 auto;
  line-height: 1.6;
}
