.header-pages {
  background-size: cover;
  width: 100%;
  height: 100%;
  background-position: center;
  padding-top: 73px;
  padding-bottom: 100px;
}

.header-pages::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: transparent;
  width: 100%;
}

.breadcrumb .breadcrumb-item,
.breadcrumb .breadcrumb-item a {
  color: #666 !important;
}

.breadcrumb-item + .breadcrumb-item::before {
  color: #666 !important;
}

.box-contact .box .form-control{
    padding: 22px;
    border: 0;
    border-radius: 25px;
}

.box-contact .box .form-control::placeholder{
    font-family: PeydaLight;
    color: #999999;
    font-size: 14px;
}

.box-contact .box .form-control:focus {
    background-color: #fff !important;
    border: 1px solid #8d0f27 !important;
}

.list .box-text span{
    color: #999;
}

/* فرم تماس — چیدمان و پس‌زمینه مطابق طرح اصلی (دو ستون در ردیف اول) */
.contact-form-column {
  background-color: #faf8f5;
  border-radius: 16px;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.contact-form-intro {
  line-height: 1.75;
}

.contact-us-form .box {
  margin-bottom: 0;
}

.contact-us-textarea {
  resize: vertical;
  min-height: 120px;
}

.contact-map-embed iframe {
  width: 100%;
  max-width: 100%;
  display: block;
  border: 0;
  min-height: 360px;
}

@media (min-width: 768px) and (max-width: 992px) {
  .header-pages {
    padding-top: 100px;
  }

  .box-contact .box .form-control {
    padding: 15px;
    border: 0;
    border-radius: 18px;
}
}

@media (min-width: 576px) and (max-width: 768px) {
  .header-pages {
    padding-top: 100px;
  }
}

@media (max-width: 576px) {
  .header-pages {
    padding-top: 0px;
    padding-bottom: 65px;
  }

  .breadcrumb .breadcrumb-item,
  .breadcrumb .breadcrumb-item a {
    font-size: 14px !important;
  }

  .box-contact .box .form-control {
    padding: 15px;
    border: 0;
    border-radius: 18px;
}
}
