.cozy-newsletter {
  position: relative;
  z-index: 1;
  padding: 100px 20px;
  color: #fff;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.cozy-newsletter .container-inner {
  display: flex;
  max-width: calc(1300px + calc(calc(100 / 32) * 2vw) * 2);
  padding: 0 calc(calc(100 / 32) * 2vw);
}

.cozy-newsletter .footer-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: -1; 
}

.cozy-newsletter-content,
.newsletter-form {
  position: relative;
  z-index: 2;
  width: 50%;
}

.cozy-newsletter span {
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 12px;
  font-family: 'Jost', sans-serif;
  font-style: normal;
  font-weight: 500;
  color: #fff;
  word-wrap: break-word;
  line-height: 1.2;
}

.cozy-newsletter h4 {
  margin-top: 20px;
  font-family: 'Marcellus', serif;
  font-size: 42px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.35;
}

.newsletter-form {
  margin-top: 40px;
  position: relative;
}
.newsletter-form .newsletter-input {
  display: flex;
  border-bottom: 2px solid;
  justify-content: space-between;
  align-items: center;
  padding: 4px 0;
}

.newsletter-form input[type="email"] {
  width: 60%;
  padding: 15px;
  border: none;
  background: transparent;
  color: #fff;
  outline: none;
  font-size: 16px;
  font-family: 'Jost', sans-serif;
  font-weight: 500;
}

.newsletter-form input[type="email"]::placeholder {
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
  font-family: 'Jost', sans-serif;
  font-weight: 500;
  letter-spacing: 0.5px;
}

.newsletter-form button {
  height: 100%;
  background: none;
  border: none;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
}

.newsletter-form label {
    display: flex;
    align-items: center;
    margin-top: 10px;
    font-size: 14px;
    font-family: 'Jost', sans-serif;
    color: #fff;
    font-weight: 400;
    margin-top: 20px;
}


.cozy-footer {
  background: #111;
  padding: 40px 20px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  text-align: center;
}

.cozy-footer h4 {
  letter-spacing: 0.1em;
  color: #53624e;
  margin-bottom: 0;
  margin-bottom: 10px;
  font-family: 'Jost', sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 12px;
  letter-spacing: 2px;
}

.cozy-footer a {
  color: #fff;
  margin: 0 8px;
  text-decoration: none;
}

.cozy-footer .footer-col .content {
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  font-family: 'Jost', sans-serif;
}

.cozy-copyright {
  background: #000;
  color: #999;
  text-align: center;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 40px 60px 40px 60px;
}

.cozy-copyright .copyright {
  font-size: 14px;
  font-family: 'Jost', sans-serif;
  font-weight: 500;
  color: #fff;
}

.cozy-copyright .term-link {
  display: flex;
  align-items: center;
  justify-content: center;
}

.cozy-copyright a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-family: 'Jost', sans-serif;
  font-weight: 500;
  padding: 5px 15px;
}

.cozy-copyright a:hover {
  color: #b99d75;
}

/* Reset danh sách */
#cozy_social_block ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
}

/* Style chung cho link */
#cozy_social_block ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  margin: 0;
  /* border: 1px solid #999; */
  /* border-radius: 50%; */
  /* color: #999; */
  font-size: 18px;
  /* transition: all 0.3s ease; */
  /* text-decoration: none; */
}

/* Icon chung (dùng fontawesome) */
#cozy_social_block ul li a:before {
    font-family: "FontAwesome";
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 1;
}

/* Facebook */
#cozy_social_block ul li.facebook a:before {
    content: "\f09a"; /* FA 4.3.0 facebook */
}

/* Twitter */
#cozy_social_block ul li.twitter a:before {
    content: "\f099";
}

/* RSS */
#cozy_social_block ul li.rss a:before {
    content: "\f09e";
}

/* Youtube */
#cozy_social_block ul li.youtube a:before {
    content: "\f167";
}

/* Google Plus */
#cozy_social_block ul li.google-plus a:before {
    content: "\f0d5";
}

/* Pinterest */
#cozy_social_block ul li.pinterest a:before {
    content: "\f0d2";
}

/* Vimeo */
#cozy_social_block ul li.vimeo a:before {
    content: "\f194";
}

/* Instagram */
#cozy_social_block ul li.instagram a:before {
    content: "\f16d";
}

#cozy_social_block ul li a:hover {
    color: #fff;
}

#cozy_social_block ul li a:hover {
    color: #b99d75;
}

.cozy-social-icons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

