/* Contact page revamp — Gamanor */
#information-contact.contact-revamp-page {
  padding-bottom: 48px;
}

#information-contact .contact-revamp {
  /*max-width: 920px;*/
  margin-left: auto;
  margin-right: auto;
}

.contact-revamp-hero {
  margin-bottom: 28px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.contact-revamp-title {
  margin: 0 0 8px;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #1a1a1a;
}

.contact-revamp-card {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 0px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06);
  padding: 28px 32px;
  margin-bottom: 36px;
}

@media (max-width: 767px) {
  .contact-revamp-card {
    padding: 20px 18px;
    border-radius: 0px;
  }
}

.contact-revamp-form-card {
}

.contact-revamp-card-heading {
  margin: 0 0 22px;
  font-size: 20px;
  font-weight: 600;
  color: #1b5e20;
  display: flex;
  align-items: center;
  gap: 12px;
}

.contact-revamp-card-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 0px;
  background: linear-gradient(135deg, #2e7d32 0%, #43a047 100%);
  color: #fff;
  font-size: 18px;
  box-shadow: 0 4px 12px rgba(46, 125, 50, 0.35);
}

.contact-revamp-form .form-group {
  margin-bottom: 18px;
}

.contact-revamp-control {
    border-radius: 0px;
    border: 1px solid #d5d5d5;
    padding: 12px 16px;
    transition: border-color 0.2s, box-shadow 0.2s;
    background: transparent;
    font-size: 14px !important;
}

.contact-revamp-control:focus {
  border-color: #43a047;
  box-shadow: 0 0 0 3px rgba(67, 160, 71, 0.2);
  outline: none;
}

.contact-revamp-textarea {
  min-height: 140px;
  resize: vertical;
}

.contact-revamp-form fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

/* Captcha fieldset: hide “Captcha” title and “Introdu codul…” label; keep reCAPTCHA widget */
#information-contact .contact-revamp-form fieldset legend {
  display: none !important;
}

#information-contact .contact-revamp-form fieldset .form-group.required label.control-label {
  display: none !important;
}

/* reCAPTCHA / captcha: full width under hidden label */
#information-contact .contact-revamp-form fieldset .form-group.required .col-sm-2 {
  width: 100%;
  float: none;
  text-align: left;
  padding-top: 0;
  margin-bottom: 0;
}

#information-contact .contact-revamp-form fieldset .form-group.required .col-sm-10 {
  width: 100%;
  float: none;
  padding-left: 0px;
  padding-right: 15px;
}

.contact-revamp-actions {
  margin-top: 24px;
  text-align: right;
}

.contact-revamp-submit {
  min-width: 160px;
  padding: 12px 28px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 0px;
  border: none;
  color: #fff;
  background: linear-gradient(135deg, #2e7d32 0%, #388e3c 100%);
  box-shadow: 0 4px 14px rgba(46, 125, 50, 0.4);
  transition: transform 0.15s, box-shadow 0.15s;
}

.contact-revamp-submit:hover,
.contact-revamp-submit:focus {
  color: #fff;
  transform: translateY(-1px);
  box-shadow: 0 6px 20px rgba(46, 125, 50, 0.45);
}

.contact-revamp-section-title {
  font-size: 22px;
  font-weight: 600;
  margin: 0 0 16px;
  color: #1a1a1a;
  letter-spacing: -0.01em;
}

.contact-revamp-location {
  padding: 24px 28px 28px;
}

.contact-revamp-location-row {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.contact-revamp-logo-cell {
  margin-bottom: 20px;
}

@media (min-width: 992px) {
  .contact-revamp-logo-cell {
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
  }
}

.contact-revamp-map-under-logo {
  margin-top: 16px;
  display: inline-block;
  max-width: 100%;
  white-space: normal;
}

/* Remove bordered thumbnail look */
.contact-revamp-logo {
  display: inline-block;
  width: auto;
  margin: 0 auto;
  border: none !important;
  border-radius: 0;
  padding: 0;
  background: transparent;
  box-shadow: none;
}

.contact-revamp-brand {
  margin: 0 0 12px;
  font-size: 18px;
  font-weight: 700;
  color: #1b5e20;
}

.contact-revamp-address {
  margin-bottom: 16px;
  font-size: 14px;
  line-height: 1.65;
  color: #333;
}

.contact-revamp-btn-map {
  border-radius: 0;
  font-weight: 600;
  padding: 10px 18px;
  background: #388e3c;
  border-color: #388e3c;
  color: #fff !important;
  border: none;
}
.contact-revamp-btn-map i {
    margin-right: 6px;
}

.contact-revamp-btn-map:hover,
.contact-revamp-btn-map:focus {
  background: #388e3c;
  color: #fff !important;
}

.contact-revamp-info-block {
  background: #f6f8f6;
  border-radius: 0;
  padding: 16px 18px;
  height: 100%;
  min-height: 100px;
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.contact-revamp-info-block + .contact-revamp-info-block {
  margin-top: 14px;
}

.contact-revamp-info-block-muted {
  background: #fafafa;
}

.contact-revamp-info-label {
  display: block;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #2e7d32;
  margin-bottom: 8px;
}

.contact-revamp-info-value {
  font-size: 14px;
  line-height: 1.6;
  color: #333;
  margin: 0;
}

.contact-revamp-info-value p {
  margin: 0 0 6px;
}

a.contact-revamp-tel {
  color: #2e7d32;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
}

a.contact-revamp-tel:hover,
a.contact-revamp-tel:focus {
  color: #388e3c;
  text-decoration: underline;
}

/* Physical stores accordion */
.contact-revamp-stores {
  margin-bottom: 24px;
}

.contact-revamp-store-panel {
  border: none;
  border-radius: 0 !important;
  margin-bottom: 1px !important;
  overflow: hidden;
}

.contact-revamp-store-heading {
  border: none !important;
  padding: 0 !important;
}

.contact-revamp-store-heading .panel-title {
  font-size: 16px;
  font-weight: 600;
}

.contact-revamp-store-heading .panel-title a {
  display: block;
  padding: 16px 20px;
  color: #1a1a1a !important;
  text-decoration: none !important;
}

.contact-revamp-store-heading .panel-title a:hover {
  background: rgba(46, 125, 50, 0.06);
}

.contact-revamp-store-heading .panel-title a .fa {
  float: right;
  margin-top: 3px;
  color: #2e7d32;
  transition: transform 0.25s;
}

.contact-revamp-store-heading .panel-title a.collapsed .fa {
  transform: rotate(-90deg);
}

.contact-revamp-store-panel .panel-body {
  padding: 20px 22px;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.contact-revamp-store-thumb {
  border-radius: 0;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.contact-revamp-store-panel strong {
    font-size: 16px;
    margin-bottom: 10px;
}