footer {
  position: relative;
  z-index: 1;
}
 
.logo-footer img {
  width: auto;
  height: auto;
  max-width: 150px;
}
img.icon-img {
  width: 14px;
  height: auto;
}
.logo-footer p {
  color: #8A746F;
  font-size: 14px;
  max-width: 257px;
  line-height: 1.7 !important;
}
footer p {
  color: #8A746F;
  font-size: 14px;
}
.logo-footer   p.p {
  padding: 30px 0;

}
footer .p_f {
  color: #8A746F;
  font-size: 14px;
  padding-bottom: 20px;
}
footer ul li {
  color: #8A746F;
  transition: var(--transition);
  font-size: 14px;
}
footer ul li:hover {
  transform: translateX(10px);
  color: #765241;
}

.foot-puiux p {
  color: #8A746F;
  font-size: 16px;
}
.foot-puiux p span {
  font-weight: bold;
  color: #765241;
}
footer ul li a {
  display: flex;
  gap: 15px;
  align-items: center;
}

footer ul li i {
  font-size: 20px;
}

footer h4 {
  color: #765241;
  font-size: 22px;
  padding-bottom: 50px;
}
form#myForm h6 {
  color: #75797A;
  font-size: 16px;
}
footer ul {
  display: flex;
  gap: 15px;
  flex-direction: column;
}

.img-footer-mask {
  width: 100%;
  margin-bottom: -2px;
}

.foot-sub form {
  max-width: 292px;
  width: 100%;
}

.search {
  width: 100%;
  display: flex;
  position: relative;
  gap: 10px;
  flex-direction: column;
  min-width: 300px;
}
 
 

.search__button {
  border: none;
  background-color: transparent;
  position: absolute;
  right: 21px;
  cursor: pointer;
}
 
footer ul li a i {
  font-size: 12px;
}
 
button#submit_foot {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  font-size: 10px;
  width: 30px;
  height: 30px;
  background: #765241;
  border-radius: 50%;
}
 
 
.search__input {
  font-size: 14px;
  color: #8A746F;
  border-radius: 50px;
  background: #e5dbd4 ;
  border: none;
  padding: 14px 48px 14px 46px;
  width: 100%;
  height: 50px;
  transition: all 0.2s;
}

.search__input::placeholder {
  color: #8A746F;

}
.search__button {
  border: none;
  background-color: transparent;
  position: absolute;
  transform: translateY(-50%);
  top: 26px;
  left: 10px;
  cursor: pointer;    width: fit-content;
}
.search__button:focus {
  outline: none;
}

.search__button:active {
  transform: translateY(2px);
}

.search__icon {
  height: 25px;
  border-radius: 50%;
  width: 25px;
  background: #F3F0EB ;
  display: flex;
  align-items: center;
  justify-content: center;
}
.search__icon i {
  color: #765241  ;  
  font-size: 10px;
}

 .gap-flex {
  display: flex;
  gap: 20px;
  transition: var(--transition);
  padding-top: 30px;
  align-items: center;
}


.gap-flex a {
  color: #CAD6CE !important;
  transition: var(--transition);
}

.gap-flex i {
  transition: var(--transition);
  font-size: 16px;
  font-weight: bold;
}

.gap-flex a:hover {
  color: #fff !important;
  transform: scale(1.1);
}
 
.foot-puiux {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #d5c2b792;
  padding: 30px 0;
  margin-top: 20px;
}
ul.flex_QA {
  flex-direction: row;
  gap: 30px;
  width: fit-content;
  margin-left: auto !important;
}

.foot-puiux img {
  width: auto;
  height: auto;
}
.row_flex_footer {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 30px;
  padding-top: 50px;
 }
 
.gap_flex {
  display: flex;
  gap: 15px;
  align-items: center;
  padding-top: 30px;
}
 










 
.flex_btn {
  display: flex;
  gap: 15px;
  align-items: center;
}
.flex_btn div {
  width: 65px;
  height: 40px;
  background: #E6DBD3;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.flex_btn div img {
  width: auto;
  height: auto;
  max-width:  60% ;
}






























a.logo_puiux {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
}
a.logo_puiux img {
  width: 40px;
  height: 40px;
}
.puiux-title {
  color: #000 !important; 
  font-size: 22px !important;
  font-weight: bold!important;
  line-height: 1 !important;
  font-family: "Cairo", sans-serif !important;
}

.puiux-description {
  font-weight: 600 !important;
  font-size: 7px !important;
  color: #000  !important;
  font-family: "Cairo", sans-serif!important;
}








