/*
Theme Name: gpress
Author: np
Description: A child theme of GeneratePress theme
Version: 1.0
Template: generatepress

This is the child theme for GeneratePress theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/

.wpcf7-form {
  max-width : 800px;
  margin : 0 auto;
  background : #ffffff;
  padding : 40px;
  border-radius : 12px;
  box-shadow : 0 10px 30px rgba(0, 0, 0, 0.05);
  font-family : -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}
.wpcf7-form br {
  display : none;
}
.form-label {
  display : block;
  font-weight : 600;
  font-size : 0.95rem;
  color : #334155;
  margin-bottom : 8px;
  margin-top : 15px;
}
.wpcf7-form-control.wpcf7-text,
.wpcf7-form-control.wpcf7-select, .wpcf7-form-control.form-control {
  width : 100%;
  padding : 12px 16px;
  font-size : 1rem;
  border : 1.5px solid #e2e8f0;
  border-radius : 8px;
  background-color : #f8fafc;
  transition : all 0.3s ease;
  color : #1e293b;
  box-sizing : border-box;
}
  .wpcf7-form-control : focus {
  outline : none;
  border-color : #3b82f6;
  background-color : #fff;
  box-shadow : 0 0 0 4px rgba(59, 130, 246, 0.1);
}
  : : placeholder {
  color : #94a3b8;
  opacity : 1;
}
.wpcf7-checkbox {
  display : flex;
  flex-wrap : wrap;
  gap : 10px;
  margin-top : 10px;
}
.wpcf7-list-item {
  margin : 0 !important;
  display : inline-block;
}
.wpcf7-list-item label {
  cursor : pointer;
  display : flex;
  align-items : center;
  background : #f1f5f9;
  padding : 8px 16px;
  border-radius : 20px;
  font-size : 0.85rem;
  transition : all 0.2s ease;
  border : 1px solid transparent;
}
  .wpcf7-list-item label : hover {
  background : #e2e8f0;
}
.wpcf7-list-item input[type="checkbox"] {
  margin-right : 8px;
  accent-color : #3b82f6;
}
  .wpcf7-list-item input[type="checkbox"] : checked + .wpcf7-list-item-label {
  color : #1d4ed8;
  font-weight : 600;
}
.wpcf7-submit {
  width : 100%;
  background-color : #2563eb !important;
  color : white !important;
  font-size : 1.1rem !important;
  font-weight : 700 !important;
  padding : 14px 24px !important;
  border : none !important;
  border-radius : 8px !important;
  cursor : pointer;
  transition : transform 0.2s, background-color 0.2s !important;
  margin-top : 20px;
  text-transform : uppercase;
  letter-spacing : 0.5px;
}
  .wpcf7-submit : hover {
  background-color : #1d4ed8 !important;
  transform : translateY(-1px);
  box-shadow : 0 4px 12px rgba(37, 99, 235, 0.3);
}
  .wpcf7-submit : active {
  transform : translateY(0);
}
.wpcf7-not-valid-tip {
  color : #ef4444;
  font-size : 0.8rem;
  font-weight : 500;
  margin-top : 5px;
  display : block;
}
.wpcf7-response-output {
  margin : 20px 0 0 0 !important;
  padding : 15px !important;
  border-radius : 8px !important;
  border : 2px solid transparent !important;
  font-weight : 500;
  text-align : center;
}
.wpcf7-mail-sent-ok {
  border-color : #22c55e !important;
  background-color : #f0fdf4 !important;
  color : #15803d !important;
}
.wpcf7-validation-errors, .wpcf7-acceptance-missing {
  border-color : #f59e0b !important;
  background-color : #fffbeb !important;
  color : #b45309 !important;
}
  @media (max-width : 600px) {
  .wpcf7-form{padding : 20px;
}
.col-md-6 {
  width : 100% !important;
}
}