.footer-sec {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-top: 5em;
}
.footer-nav-bar ul {
    padding: 0;
    margin: 0;
    text-align: center;
}
.footer-logo img {
    width: 100%;
    max-width: 250px;
}
.footer-nav-bar li {
    list-style: none;
    padding-bottom: 10px;
}
.footer-nav-bar a {
    color: var(--primary-color);
    text-decoration: none;
    font-family: var(--primary-font);
    font-size: 18px;
}
.footer-logo img {
    width: 100%;
}
.social-media-wrp ul {
    padding: 10px 20px;
    margin: 0;
    background: #5e4e45;
    border-radius: 30px;
    display: inline-flex
;
    align-items: center;
    justify-content: space-around;
    gap: 20px;
}
.middle-border {
    border-left: 1px solid #dcd8cd3b;
    border-right: 1px solid #dcd8cd3b;
}
.social-media-wrp li {
    list-style: none;
    color: #fff;
    font-size: 20px;
}
.social-media-wrp {
    margin: 0 auto;
    text-align: center;
}
.social-media-wrp a {
   color:var(--primary-color);
;
}
.social-media-wrp li p {
    margin-bottom:0;
    font-family: var(--primary-font);
}
.footer-sec h2 {
    color: #fff;
    font-size: 25px;
    font-weight: 600;
    width: min(100%, 200px);
    margin: 0 auto;
}
.footer-right {
    margin-top: 20px;
}
.copy-right-sec a {
    color: var(--primary-color);
    text-decoration: none;
    font-family: var(--secondary-font);
    display: inline-block;
    align-items: center;
    justify-content: center;
    height: 100%;
    font-style: italic;
    font-size: 16px;
}
.copy-right-sec p {
    color: var(--primary-color);
    float: right;
    font-size: 16px;
    margin-bottom: 0;
}
.copy-right-sec {
    border-top: 1px solid #dcd8cd3b;
    margin: 4em 0 0;
    padding: 25px 0;
}
.footer-bottom span {
    color: var(--primary-color);
}
.signup-wrp {
  text-align: center;
}

.signup-form {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
}
.footer-right {
    margin-top: 20px;
    margin-left: 4em;
}
.signup-wrp .footer-from .wpcf7-email {
  width: 100%;
  padding: 10px 16px;
  border: none;
  border-radius: 25px;
  background: #8b7a70; 
  color: #fff;
  font-size: 18px;
  outline:none;
  font-family: var(--primary-font);
}
.signup-wrp .footer-from .wpcf7-email::placeholder{
  color: #f1f1f1;
}
.signup-form input::placeholder {
  color: #f1f1f1;
}
.signup-wrp .footer-from .wpcf7-submit {
  width: 100%;
  padding: 12px 16px;
  border: none;
  border-radius: 25px;
  background: #eae5da; /* match your cream button */
  color: #333;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: 0.3s;
font-family: var(--primary-font);
font-size: 18px;
  
}
.signup-wrp .footer-from .wpcf7-submit:hover {
  background: #d6cfc2; 
}
@media only screen and (max-width:991px) {
    .footer-right {
    margin-left: 1em;
}
.footer-logo img {
    max-width: 200px;
}
.social-media-wrp ul {
    gap: 6px;
}
.copy-right-sec p {
    float: none;
}
}
@media only screen and (max-width:767px) {
.footer-nav-bar {
    margin: 3em 0;
}
.footer-right {
    margin-top: 0;
    margin-left: 0;
}
.middle-border {
    border-left: none;
    border-right: none;
}
.copy-right-sec {
    text-align: center;
}
}