/* .inner-banner {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: calc(100vh - 93px);
}

.project-detail {
  position: relative;
}

.project-detail .img-logo-box img {
  max-width: 360px;
}

.project-detail .text-box {
  background-color: #fffcf7;
  padding: 80px 80px;
}

.project-detail .text-box .boxes {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  row-gap: 30px;
}

.project-detail .text-box .boxes .box {
  width: 50%;
}
.project-detail .text-box .boxes .box p {
  margin-bottom: 5px;
  color: var(--black);
}

.project-detail .text-box .btn-common {
  position: relative;
  padding: 10px 40px 10px 20px;
}

.project-detail .text-box .btn-common::after {
  position: absolute;
  content: "";
  width: 25px;
  height: 25px;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  background: url("/wp-content/themes/ir/assets/images/download.svg") no-repeat;
  background-position: center;
}

.project-detail .text-box .btn-common:hover::after {
  background: url("/wp-content/themes/ir/assets/images/download-golden.svg")
    no-repeat;
  background-position: center;
}

.project-detail .content-box {
  max-width: 1000px;
  padding: 50px 0;
}

.project-detail .content-box p {
  line-height: 1.7;
}

.project-detail .line {
  width: 100%;
  height: 1px;
  background-color: #ded6c2;
  position: absolute;
}

.project-detail .project-gallary .item {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.advantages.card-section .card-box .box {
  background-color: var(--white);
  padding-bottom: 15px;
}

.contact-form .form-group input,
.contact-form .form-group textarea {
  width: 100%;
  border: none;
  border-bottom: 1px solid #c6ac5f4d;
  background: transparent;
  padding: 7px 0;
  font-size: 18px;
  color: #222;
  outline: none;
  font-family: "Futura-Md-BT";
}

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

.contact-form .privacy {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: #707070;
  margin-top: 10px;
  margin-right: 10px;
  margin-bottom: 25px;
}

.contact-form .privacy input {
  width: 18px;
  height: 18px;
  display: inline;
  vertical-align: sub;
}
.contact-form .privacy span.wpcf7-list-item-label {
  font-size: 14px;
  font-family: "Futura-Md-BT";
}

.contact-form .send-btn {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  background-color: white;
  color: #707070;
  border: none;
  padding: 10px 60px 10px 15px;
  border-radius: 11px;
  font-size: 15px;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.3s ease;
  font-family: "Futura-Md-BT";
  position: relative;
  border: 1px solid var(--golden);
}

.contact-form .send-btn::after {
  content: "→";
  font-size: 36px;
  transition: transform 0.3s ease;
  color: #c6ac5f;
  font-family: monospace;
  line-height: 0.6;
  position: absolute;
  z-index: 9999;
  right: 10px;
}

.contact-form .contact-form-box {
  background-color: #fffcf7;
  padding: 80px 80px;
} */
