.newsletter-frame {
  display: none;
  position: fixed;
  top:50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 450px;
  height: 520px;
  padding: 30px 20px;
  background-color: #8A0303; /* kırmızı arka plan */
    background-image: url('../../../assets/images/World_map_points.png');
 background-repeat: no-repeat;
  background-position: center top;
  background-size: contain; 
  background-attachment: fixed;
  color: #fff;
  z-index: 99999999;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
}
@media (max-width: 768px) {
  .newsletter-frame {
     width: 80%;
  }
}
.newsletter-logo{
    position: absolute;
    top:0;
    left: 20px;
}
.newsletter-text{
    text-align: center;
    margin-top:100px;
}
/* Logo üstte */
.newsletter-logo {
  margin-bottom: 20px;
}
.newsletter-logo img {
  width: 100px;
  height: 100px;
}

/* Input */
#newsletter-form input[type="email"] {
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
  border: none;
  outline: none;
  background: #f5f0e8;
  color: #000;
  font-size: 14px;
}

/* Buton */
#newsletter-form button {
  width: 100%;
  padding: 12px;
  background: #111;
  color: #fff;
  font-weight: bold;
  border: none;
  cursor: pointer;
  transition: background 0.3s ease;
}
#newsletter-form button:hover {
  background: #333;
}
#newsletter-form-footer input[type="email"] {
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
  border: none;
  outline: none;
  background: #f5f0e8;
  color: #000;
  font-size: 14px;
}

/* Buton */
#newsletter-form-footer button {
  width: 100%;
  padding: 12px;
  background: #111;
  color: #fff;
  font-weight: bold;
  border: none;
  cursor: pointer;
  transition: background 0.3s ease;
}
#newsletter-form-footer button:hover {
  background: #333;
}

/* Mesaj alanı */
#newsletter-message {
  margin-top: 5px;
  font-size: 14px;
  color: #fff;
  text-align: center;
}
.newsletter-title{
    font-size: 20px;
    margin: 20px 0;
    letter-spacing: 0.1em;
    font-family: "Lora", serif !important;;
}
.newsletter-checkbox-group{
    width: 100%;
    margin-bottom: 40px;
    font-size: 14px;
}
.newsletter-checkbox-group label{
color: #fff;
}
.newsletter-text p{
    margin-bottom: 40px;
}
.newsletter-checkbox-group .nw-checkbox{
margin-right: 10px;
position: relative;
top:2px;
}
.newsletter-close-button {
  position: absolute;
  top:10px;
  right: 10px;
  width: 24px;
  height: 24px;
  cursor: pointer;
  display: inline-block;
}

.newsletter-close-button span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;          /* çizgi kalınlığı */
  height: 100%;        /* çizgi uzunluğu */
  background-color: #fff; /* çizgi rengi */
  transform-origin: center;
  transition: transform 0.3s ease;
}

/* Çarpı oluşturmak için dönüş açıları */
.newsletter-close-button span:first-child {
  transform: translate(-50%, -50%) rotate(45deg);
}

.newsletter-close-button span:last-child {
  transform: translate(-50%, -50%) rotate(-45deg);
}

/* Hover efekti (isteğe bağlı) */
.newsletter-close-button:hover span {
  background-color: #b4b0b0; /* hoverda kırmızı */
}
.secret-lang{
    opacity: 0;
    height: 0;
    width: 0;
    overflow: hidden;
}
@media (max-width: 768px) {
.newsletter-text{
    margin-top:80px;
}
.newsletter-text p {
    margin-bottom: 20px;
    font-size: 14px;
}
}