/* ===== PREFOOTER NEWSLETTER ===== */
/* Glavni wrapper */
.prefooter-newsletter {
  width: 100%;
  max-width: 100%;
}

/* Ravan red: tekst + forma */
.newsletter-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  flex-wrap: wrap; /* za responzivnost */
}


.newsletter-header {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
  width: 50%;
}

.newsletter-header i {
  font-size: 26px;
  color: #000;
  flex-shrink: 0;
}

.newsletter-text {
  display: flex;
  flex-direction: column;
  justify-content: center; /* centrira tekst vertikalno prema ikoni */
}

.newsletter-text h3 {
  margin: 0;
  font-size: 15px;
  color: #000;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.newsletter-text p {
  margin: 0;-size: 13.5px;
  color: #555;
  line-height: 1.4;
  max-width: 300px;
}

/* Desna strana – forma */

.newsletter-form {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 1;
  justify-content: flex-start;
  margin: 0;
}

.newsletter-form input[type="email"] {
  padding: 10px 14px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 14px;
  color: #333;
  min-width: 220px;
}

.newsletter-form button {
  background: #7e4e62;
  color: #fff;
  border: none;
  padding: 10px 18px;
  font-size: 14px;
  border-radius: 4px;
  cursor: pointer;
  transition: background 0.2s ease;
}

.newsletter-form button:hover {
  background: #7a3451;
}

/* Poruka */
.newsletter-message {
  font-size: 14px;
  margin-top: 6px;
  color: #333;
}

.prefooter-right {
  flex: 0 0 38%;      /* zauzima ostatak */
  justify-content: flex-end;
}

.prefooter-right-title p{
  margin: 0;
  margin: 0;
  font-size: 15px;
  color: #000;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* Responzivno ponašanje */
@media (max-width: 900px) {
  .newsletter-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }

  .newsletter-form {
    justify-content: flex-start;
    width: 100%;
  }

  .newsletter-form input[type="email"] {
    flex: 1;
  }
}



.podfooter {
  border-top: 1px solid #ddd;
  padding: 1em 0;
  font-size: 0.85rem;
  display: flex;
  justify-content: space-between;
  margin-top: 2rem;
}

.footer-gateways {
  margin-top: 2rem;
  text-align: center;
}

.footer-gateways .payment-icons {
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.2rem;
  padding: 0;
  margin: 0;
  flex-wrap: wrap;
}

.footer-gateways .payment-icons img {
  height: 32px;
  width: auto;
  transition: opacity 0.3s ease;
}

.footer-gateways .payment-icons a:hover img {
  opacity: 0.8;
  transform: scale(1.1);
}
.footer-legal {
  margin-top: 1.5rem;
  text-align: center;
  font-size: 14px;
}

.footer-legal-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  gap: 1.5rem;
  padding: 0;
  margin: 0;
  flex-wrap: wrap;
}

.footer-legal-menu a {
  color: #555;
  text-decoration: none;
  transition: color 0.3s;
}

.footer-legal-menu a:hover {
  color: #000;
}


.social-links img {
  width: 24px;   /* ili koliko želiš */
  height: 24px;
  display: inline-block;
}

.social-links a:hover img {
  opacity: 0.8;
}


/* ===============================
   📱 Prefooter – Mobile Styles
   =============================== */
@media (max-width: 768px) {

  .prefooter {
    padding: 30px 0;
  }

  .prefooter .container {
    flex-direction: column;
    gap: 30px;
    text-align: center;
  }

  /* Newsletter block */
  .prefooter-newsletter {
    width: 100%;
  }

  .newsletter-row {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .newsletter-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }

  .newsletter-header i {
    font-size: 28px;
    color: #000;
  }

  .newsletter-text h3 {
    font-size: 18px;
    line-height: 1.3;
    font-weight: 600;
    margin: 0;
  }

  /* Newsletter form */
  #luen-newsletter-form {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  #luen-newsletter-form input {
    width: 100%;
    padding: 14px 16px;
    border-radius: 6px;
    border: 1px solid #ddd;
    font-size: 16px;
  }

  #luen-newsletter-form button {
    width: 100%;
    padding: 14px 16px;
    border-radius: 6px;
    border: none;
   
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 0.5px;
  }

  .newsletter-message {
    margin-top: 10px;
    font-size: 14px;
  }

  /* Social section */
  .prefooter-right {
    width: 100%;
  }

  .prefooter-right-title p {
    font-size: 15px;
    margin-bottom: 15px;
  }

  .social-links {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    justify-items: center;
    gap: 12px;
  }

  .social-links img {
    width: 26px;
    height: 26px;
  }
  .prefooter-right {
  justify-content: center;
  }
  .newsletter-header {
  display: flex;
  width: 100%;
  }
   .prefooter-right-title p {
    
    margin-bottom: 0;
  }
}  