/* Contact Section */
.contact-section {
  background: #ffffff;
  position: relative;
  /* Contact Label */
}
.contact-section .contact-label p {
  font-size: 13px;
  font-weight: 700;
  color: #ef4444;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 8px;
}
.contact-section {
  /* Contact Title */
}
.contact-section .contact-title h2 {
  font-size: 38px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 12px;
  line-height: 1.2;
}
.contact-section {
  /* Contact Subtitle */
}
.contact-section .contact-subtitle p {
  font-size: 16px;
  color: #6b7280;
  margin-bottom: 50px;
  line-height: 1.6;
}
.contact-section {
  /* Contact Content Row */
}
.contact-section .contact-content-row {
  margin-bottom: 40px;
}
.contact-section {
  /* Contact Info Box */
}
.contact-section .contact-info-box {
  border-radius: 16px;
  overflow: hidden;
  -webkit-box-shadow: 0 4px 20px rgba(239, 68, 68, 0.15);
          box-shadow: 0 4px 20px rgba(239, 68, 68, 0.15);
  height: 100%;
  background-color: #c01a1f;
  padding: 20px;
}
.contact-section .contact-info-box .text-box {
  color: #ffffff;
}
.contact-section {
  /* Info Box Title */
}
.contact-section .info-box-title h3 {
  font-size: 24px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 15px;
  line-height: 1.3;
}
.contact-section {
  /* Info Item */
}
.contact-section .info-item {
  border-bottom: unset;
  padding-left: 15px !important;
}
.contact-section .info-hours {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.contact-section .info-item:last-of-type {
  border-bottom: none;
  margin-bottom: 30px;
}
.contact-section .info-item h4 {
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  line-height: 1.4;
}
.contact-section .info-item .info-icon {
  font-size: 20px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 60px;
  -ms-flex-preferred-size: 60px;
      flex-basis: 60px;
  height: 60px;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 8px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 0px;
}
.contact-section .info-item .info-icon p {
  font-size: 20px;
}
.contact-section .info-item .info-icon .col-inner {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.contact-section .info-item .info-text {
  max-width: calc(100% - 60px);
  -ms-flex-preferred-size: calc(100% - 60px);
      flex-basis: calc(100% - 60px);
}
.contact-section .info-item p {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.9);
  margin: 0;
  line-height: 1.7;
}
.contact-section {
  /* Social Connect */
}
.contact-section .social-connect h4 {
  font-size: 24px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 15px;
  line-height: 1.4;
}
.contact-section .social-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.contact-section .social-icons a {
  background-color: rgba(255, 255, 255, 0.2);
  border: unset !important;
  color: white !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  margin-right: 10px;
}
.contact-section .social-icons-white .follow-icons a {
  background: rgba(255, 255, 255, 0.15);
  color: #ffffff;
  width: 40px;
  height: 40px;
  border-radius: 8px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.contact-section .social-icons-white .follow-icons a:hover {
  background: #ffffff;
  color: #ef4444;
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}
.contact-section {
  /* Contact Form Column */
}
.contact-section .contact-form-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.contact-section .contact-form-col .col {
  padding-bottom: 0px !important;
}
.contact-section .contact-form-col input {
  margin-bottom: 0px !important;
}
.contact-section .contact-form-col {
  /* Form Container */
}
.contact-section .contact-form-col .wpcf7-form .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 20px;
}
.contact-section .contact-form-col .wpcf7-form .row:last-child {
  margin-bottom: 0;
}
.contact-section .contact-form-col .wpcf7-form .col {
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}
.contact-section .contact-form-col {
  /* Column Sizes */
}
.contact-section .contact-form-col .wpcf7-form .col.large-12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}
.contact-section .contact-form-col .wpcf7-form .col.large-6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}
.contact-section .contact-form-col {
  /* Form Labels */
}
.contact-section .contact-form-col .wpcf7 label {
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: #333;
  margin-bottom: 8px;
}
.contact-section .contact-form-col .wpcf7 label .required {
  color: #E31E24;
  margin-left: 2px;
}
.contact-section .contact-form-col {
  /* Form Inputs */
}
.contact-section .contact-form-col .wpcf7 input[type=text],
.contact-section .contact-form-col .wpcf7 input[type=email],
.contact-section .contact-form-col .wpcf7 input[type=tel],
.contact-section .contact-form-col .wpcf7 select,
.contact-section .contact-form-col .wpcf7 textarea {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid #d1d5db;
  border-radius: 8px;
  font-size: 14px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.contact-section .contact-form-col .wpcf7 input[type=text]:focus,
.contact-section .contact-form-col .wpcf7 input[type=email]:focus,
.contact-section .contact-form-col .wpcf7 input[type=tel]:focus,
.contact-section .contact-form-col .wpcf7 select:focus,
.contact-section .contact-form-col .wpcf7 textarea:focus {
  outline: none;
  border-color: #E31E24;
  -webkit-box-shadow: 0 0 0 3px rgba(227, 30, 36, 0.1);
          box-shadow: 0 0 0 3px rgba(227, 30, 36, 0.1);
}
.contact-section .contact-form-col {
  /* Select Dropdown */
}
.contact-section .contact-form-col .wpcf7 select {
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3E%3Cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3E%3C/svg%3E");
  background-position: right 12px center;
  background-repeat: no-repeat;
  background-size: 20px;
  padding-right: 40px;
}
.contact-section .contact-form-col {
  /* Textarea */
}
.contact-section .contact-form-col .wpcf7 textarea {
  min-height: 120px;
  resize: vertical;
  font-family: inherit;
}
.contact-section .contact-form-col {
  /* Character Counter */
}
.contact-section .contact-form-col .wpcf7 .wpcf7-character-count {
  font-size: 12px;
  color: #6b7280;
  text-align: right;
  margin-top: 5px;
  display: block;
}
.contact-section .contact-form-col {
  /* Submit Button */
}
.contact-section .contact-form-col .wpcf7 input[type=submit] {
  width: 100%;
  background-color: #E31E24;
  color: white;
  padding: 0px 30px;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-transform: inherit;
  letter-spacing: 0.5px;
}
.contact-section .contact-form-col .wpcf7 input[type=submit]:hover {
  background-color: #c11a1f;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0 4px 12px rgba(227, 30, 36, 0.3);
          box-shadow: 0 4px 12px rgba(227, 30, 36, 0.3);
}
.contact-section .contact-form-col .wpcf7 input[type=submit]:active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.contact-section .contact-form-col {
  /* Error messages */
}
.contact-section .contact-form-col .wpcf7-not-valid-tip {
  color: #E31E24;
  font-size: 12px;
  margin-top: 5px;
}
.contact-section .contact-form-col .wpcf7-validation-errors {
  border: 2px solid #E31E24;
  background-color: #fee;
  padding: 15px;
  margin-top: 20px;
  border-radius: 8px;
}
.contact-section .contact-form-col {
  /* Responsive */
}
@media (max-width: 849px) {
  .contact-section .contact-form-col .wpcf7-form .col.medium-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .contact-section .contact-form-col .wpcf7-form .col.medium-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 549px) {
  .contact-section .contact-form-col .wpcf7-form .col.small-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .contact-section .contact-form-col .wpcf7-form .row {
    margin-bottom: 15px;
  }
}
.contact-section {
  /* Contact Form 7 Styling */
}
.contact-section .wpcf7 {
  width: 100%;
  background: #f9fafb;
  border-radius: 16px;
  padding: 20px;
  -webkit-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
          box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}
.contact-section .wpcf7 h3 {
  font-size: 24px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 25px;
  line-height: 1.3;
}
.contact-section .wpcf7-form-control-wrap {
  display: block;
  margin-bottom: 20px;
}
.contact-section .wpcf7-form label {
  font-size: 14px;
  font-weight: 600;
  color: #374151;
  margin-bottom: 8px;
  display: block;
}
.contact-section .wpcf7-form input[type=text],
.contact-section .wpcf7-form input[type=email],
.contact-section .wpcf7-form input[type=tel],
.contact-section .wpcf7-form select,
.contact-section .wpcf7-form textarea {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  font-size: 14px;
  color: #1f2937;
  background: #ffffff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.contact-section .wpcf7-form input:focus,
.contact-section .wpcf7-form select:focus,
.contact-section .wpcf7-form textarea:focus {
  border-color: #ef4444;
  outline: none;
  -webkit-box-shadow: 0 0 0 3px rgba(239, 68, 68, 0.1);
          box-shadow: 0 0 0 3px rgba(239, 68, 68, 0.1);
}
.contact-section .wpcf7-form textarea {
  min-height: 120px;
  resize: vertical;
}
.contact-section .wpcf7-form input[type=submit] {
  width: 100%;
  padding: 5px 32px;
  color: #ffffff;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: 0 4px 12px rgba(239, 68, 68, 0.3);
          box-shadow: 0 4px 12px rgba(239, 68, 68, 0.3);
}
.contact-section {
  /* Map Row */
}
.contact-section .map-row {
  margin-top: 40px;
}
.contact-section .map-embed iframe {
  border-radius: 12px;
  -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
          box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}
.contact-section {
  /* Responsive */
}
@media (max-width: 768px) {
  .contact-section .contact-title h2 {
    font-size: 30px;
  }
  .contact-section .contact-subtitle p {
    font-size: 15px;
    margin-bottom: 35px;
  }
  .contact-section .contact-info-box .text-box {
    padding: 40px 30px !important;
  }
  .contact-section .info-box-title h3 {
    font-size: 22px;
    margin-bottom: 25px;
  }
  .contact-section .info-item {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  .contact-section .wpcf7 {
    padding: 30px 25px;
    margin-top: 20px;
  }
  .contact-section .wpcf7 h3 {
    font-size: 22px;
    margin-bottom: 20px;
  }
  .contact-section .map-embed iframe {
    height: 300px;
  }
}
@media (max-width: 480px) {
  .contact-section .contact-section {
    padding: 50px 15px !important;
  }
  .contact-section .contact-title h2 {
    font-size: 26px;
  }
  .contact-section .contact-label p {
    font-size: 12px;
  }
  .contact-section .contact-subtitle p {
    font-size: 14px;
  }
  .contact-section .contact-info-box .text-box {
    padding: 30px 20px !important;
  }
  .contact-section .info-box-title h3 {
    font-size: 20px;
  }
  .contact-section .info-item h4 {
    font-size: 15px;
  }
  .contact-section .info-item p {
    font-size: 13px;
  }
  .contact-section .wpcf7 {
    padding: 25px 20px;
  }
  .contact-section .wpcf7 h3 {
    font-size: 20px;
  }
  .contact-section .map-embed iframe {
    height: 250px;
  }
}