/*--------------------contact-us---------------------*/
.contact-us p {
  color: #999ba8;
}

.contact-us .tel-btn {
  background: white;
  color: var(--primary-color);
  border: 1px solid var(--primary-color);
  display: table;
  padding: 10px 20px;
  border-radius: 50px;
  font-size: 18px;
  font-weight: 600;
  transition: all ease-in-out 0.3s;
}

.contact-us .tel-btn:hover {
  background-color: var(--primary-color);
  color: white;
  border: none;
}

@media (max-width: 1200px) {
  .contact-us .tel-btn {
    width: 100% !important;
  }
}

.contact-us .tel-btn svg path {
  stroke: var(--primary-color);
}

.contact-us .tel-btn:hover svg path {
  stroke: white;
}

.contact-us img {
  border-radius: 47px 0 47px 47px;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
}

/*--------------------tels-box---------------------*/
.box {
  border-radius: 25px;
  background: #fff;
  box-shadow: 0 0 40px 0 rgba(108, 118, 128, 0.1);
  position: relative;
  height: 100%;
}

.box .title-box {
  background-color: white;
  color: var(--primary-color);
  border: 1px solid var(--secondary-color);
  border-radius: 1rem;
  position: absolute;
  top: -23px;
  padding: 10px 20px;
  font-weight: bold;
}

.form-box {
  border-radius: 30px;
  background: var(--primary-color);
  box-shadow: 0 20px 40px 0 rgba(108, 118, 128, 0.1);
  position: relative;
  padding: 32px 20px 20px 20px;
}

.form-row .form-control {
  margin-top: 20px;
  height: 50px;
  border-radius: 10px;
}

.form-control:focus {
  box-shadow: none;
}

@media screen and (max-width: 768px) {
  .contact-text::before {
    content: none !important;
  }
}

/*--------------------forms---------------------*/

form .buttons-container {
  text-align: center;
  margin-top: 30px;
}

form .buttons-container button {
  padding: 6px 30px;
  border-radius: 1.7rem;
  border: 1px solid var(--primary-color);
  transition: all ease 0.3s;
}

form .buttons-container .submit {
  background-color: white;
  color: var(--primary-color);
  transition: 0.3s all ease-in-out;
}

form .buttons-container .submit:hover {
  scale: 1.1;
}

form .form-row + .form-row {
  margin-top: 20px;
}

form .form-row textarea {
  border-radius: 10px !important;
  border: 1px solid #c1c1c1;
  background: #fff;
  resize: none;
  box-shadow: none !important;
  min-height: 180px;
}

form .form-row input:active,
form .form-row input:focus,
form .form-row textarea:active,
form .form-row textarea:focus {
  border-color: var(--primary-color);
}

.information-box {
  padding-top: 30px;
}

.information-box .information {
  display: flex;
  line-height: 2.3;
}

.information-box .information .icon {
  line-height: 2.3;
  flex: 0 0 40px;
}

.information-box .information .title {
  font-weight: bold;
  margin-left: 20px;
  flex: 0 0 80px;
  color: var(--primary-color);
}

.information-box .information + .information {
  margin-top: 20px;
}

.information-box .information .value {
  display: flex;
  flex-direction: column;
  text-align: justify;
}

.information.tel a:hover {
  color: var(--primary-color);
}
.map__container {
  border-radius: 25px;
  overflow: hidden;
  padding: 0;
}

@media (max-width: 576px) {
  .information-box .information .value {
    font-size: 13px;
  }
}

.information-box .information .value a {
  color: inherit;
}

.information-box .information .value a + a {
  margin-top: 10px;
}

.information-box .information .value a:hover {
  color: var(--primary-color);
}
/* ---------------------------------------------- */
.contact-wrapper {
  margin-top: 2.5rem;
}
.internal-numbers-parent {
  margin-top: 1.5rem;
  display: grid;
  gap: 1rem;
  grid-template-columns: (3,1fr);
}
.internal-numbers {
  background-color: #2d394b;
  color: #fff;
  border-radius: 10px;
  padding: 0.7rem 0.5rem;
  text-align: center;
  width: max-content;
  font-family: inherit;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.internal-numbers.red {
  background-color: #ee264f;
}

.internal-title {
  font-size: 0.9rem;
  margin-bottom: 0.4rem;
  opacity: 0.9;
}

.internal-values {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.8rem;
  font-weight: bold;
}

.internal-values span {
  position: relative;
  padding: 0 0.8rem;
}

.internal-values span:not(:first-child)::after {
  content: '';
  position: absolute;
  right: -5px;
  top: 50%;
  transform: translateY(-50%);
  height: 16px;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.4);
}

@media (max-width: 576px) {
  .internal-numbers {
    width: 100%;
  }
}
/* ---------------------------------- */
.direct-contact {
  display: flex;
  gap: 1.5rem;
  align-items: center;
  border: 1px solid #f1f2f5;
  background-color: #ffffff;
  padding: 1.5rem 1.5rem 1.5rem 0;
  border-radius: 10px;
}
@media (max-width: 991px) {
  .direct-contact {
    padding: 1rem;
  }
  .direct-contact-img {
    display: none;
  }
}

/* ------------------------------ */

.addresses-parent {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
}

.address-item {
  border: 1px solid #f1f2f5;
  background-color: #ffffff;
  padding: 1rem;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.address-item > span {
  font-size: 16px;
  color: #2d394b;
  font-weight: bold;
}

.address,
.phone-numbers {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}
.address p,
.phone-numbers p {
  color: #2d394b;
}
.icon-box {
  background-color: #ee264f;
  width: max-content;
  padding: 0.5rem;
  border-radius: 6px;
}
.gray-text {
  color: #8d99ae;
}
.address-item .map-iframe {
  width: 100%;
  height: 200px;
  border-radius: 10px;
}

@media (max-width: 991px) {
  .addresses-parent {
    grid-template-columns: 1fr;
  }
}
