body {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  margin: 0;
  padding: 0;
  background: url('../images/photo-1591968743883-decc954ccce8.jpg') no-repeat center center fixed;
  background-size: cover;
  color: #333;
}

header {
  background-color: #f0e6c3;
  color: #4a3f22;
  padding: 25px;
  text-align: center;
  box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}

.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 30px;
  padding-top: 10px;
}

.menu {
  list-style: none;
  display: flex;
  gap: 30px;
  
  justify-content: center;
  flex: 1;
  padding-right: 190px;
  font-size: 20px;
  margin: 0;

  padding-top: 30px;
}

.menu li a {
  color: #4a3f22;
  text-decoration: none;
  font-weight: bold;
  padding: 8px 12px;
  border-radius: 5px;
}

.contact-btn {
  background-color: #bfa133;
  color: white;
  padding: 8px 15px;
  text-decoration: none;
  border-radius: 8px;
  font-weight: bold;
  transition: background 0.3s;
}

.contact-btn:hover {
  background-color: #a3872e;
}

main {
  display: flex;
  padding: 20px;
}

.sidebar {
  width: 220px;
  background-color: #f5f0dc;
  padding: 20px;
  margin-right: 25px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0,0,0,0.05);
}

.sidebar ul {
  list-style: none;
  padding: 0;
}

.sidebar a {
  text-decoration: none;
  color: #4a3f22;
  display: block;
  padding: 10px 0;
}

.products {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
  flex: 1;
}

.product {
  background-color: #fff;
  padding: 20px;
  border-radius: 15px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  text-align: center;
  transition: transform 0.3s ease;
}

.product:hover {
  transform: translateY(-5px);
}

.product img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  margin-bottom: 10px;
}

button {
  background-color: #bfa133;
  color: white;
  padding: 10px 15px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  margin-top: 10px;
  transition: background 0.3s;
}

button:hover {
  background-color: #a3872e;
}

footer {
  background-color: #f0e6c3;
  color: #4a3f22;
  padding: 20px;
  text-align: center;
  margin-top: 40px;
  font-size: 14px;
}

header {
  position: fixed;
  top: -40px;
  left: 0;
  width: 100%;
  z-index: 1000;
}

main {
  display: flex;
  padding: 20px;
  margin-top: -0px;
}

.sidebar {
  position: sticky;
  margin-top: 2px;
  align-self: flex-start;
  height: fit-content;
}

.kontakt-main {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 70vh;
  top: -50px;
 
}

.kontakt-container {
  background-color: #f5f0dc;
  padding: 50px;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  text-align: center;

}

.kontakt-container h2 {
  color: #4a3f22;
  margin-bottom: 20px;
  
}

.kontakt-container p {
  font-size: 18px;
  margin: 10px 0;
  
}

.kontakt-container a {
  color: #d6336c;
  text-decoration: none;
 
}

.kontakt-container a:hover {
  text-decoration: underline;
  margin-top: 100px;
}

.produkt-main {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 70vh;
}

.produkt-container {
  background-color: #f5f0dc;
  padding: 40px;
  border-radius: 12px;
  max-width: 500px;
  text-align: center;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.produkt-container img {
  width: 100%;
  border-radius: 10px;
  margin-bottom: 20px;
}

.produkt-container p {
  font-size: 18px;
  margin: 10px 0;
}

.buttons {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 20px;
}

.buttons button {
  padding: 10px;
  border: none;
  border-radius: 8px;
  background-color: #bfa133;
  color: white;
  font-size: 16px;
  cursor: pointer;
}

.buttons .back-btn {
  padding: 10px;
  background-color: #fcd5ce;
  color: #4a3f22;
  text-decoration: none;
  border-radius: 8px;
  font-weight: bold;
  margin-top: 10px;
}

.product-link-btn {
  display: inline-block;
  margin-top: 10px;
  padding: 10px 15px;
  background-color: #bfa133;
  color: #fff;
  text-decoration: none;
  border-radius: 8px;
  font-weight: bold;
}

.product-link-btn:hover {
  background-color: #a3872e;
}

.produkt-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 30px;
  background-color: #f5f0dc;
  padding: 40px;
  border-radius: 12px;
  max-width: 900px;
  text-align: left;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.produkt-container img {
  width: 400px;
  height: auto;
  border-radius: 10px;
  margin-bottom: 0;
}

.produkt-info {
  max-width: 400px;
}

.produkt-info p {
  font-size: 18px;
  margin: 10px 0;
}

.produkt-info .buttons {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 20px;
}

.slogan {
    margin-bottom: 5px;
    font-size: 24px;
    text-align: center;
    font-weight: bold;
}

.slogan h2 {
  color: #4a3f22;
  font-size: 28px;
  margin-top: 35px;
  margin-bottom: 100px;
}

.slogan p {
  color: #a03d3d;
  font-size: 18px;
}

.slogan {
    margin-bottom: 5px;
    font-size: 24px;
    text-align: center;
    font-weight: bold;
}

.slogan h2 {
  color: #b30059;
  font-size: 27px;
  font-weight: bold;
  margin-bottom: 52px;
}

.slogan p {
  color: #7a003d;
  font-size: 15px;
}

/* --- CLEANED AND MERGED SLOGAN SECTION --- */

.slogan-section {
  padding: 92px 10px 5px 25px;
  text-align: center;
  background-color: #f0e6c3;
}

.slogan-section p,
.slogan-section h2 {
  color: #4a3f22;
  margin-top: 45px;
  padding-left: 40px;
}

.slogan-section .slogan {
    margin-bottom: 5px;
    font-size: 24px;
    text-align: center;
    font-weight: bold;
}


/* Logo in navbar */
.logo-navbar {
  height: 50px;
}


/* Logo + Title inline */
.logo-combo {
  display: flex;
  align-items: center;
  gap: 10px;
}

.site-title {
  font-size: 24px;
  font-weight: bold;
  color: #4a3f22;
  font-family: 'Georgia', serif;
}



header, nav {
    margin-top: 10px; /* Shifts navbar elements slightly downward */
}


.slogan p {
    margin-top: -40px;
}
.site-title {
    font-size: 40px; /* ose 32px për më të madh */
    font-weight: bold;
}

/* --- Sticky Sidebar ONLY --- */
.sidebar {
  position: sticky;
  top: 210px; /* adjusts relative to header height */
  align-self: flex-start;
}
.slogan-section {
  position: sticky;
  margin-top: 20px; /* rregullo sipas lartësisë së header-it */
  z-index: 999;
}


/* --- Slogan Sticky Without Deformation --- */
.slogan-section {
  position: sticky;
  top: 60px;
  z-index: 998;
   width: 95vw;
   margin-left: calc(-50vw + 50%);
  height: auto;
  padding: 1px 10px 1px 10px;
  margin: 35px;
}


/* --- Fix slogan-section left background cut-off --- */
.slogan-section {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  box-sizing: border-box;
}


.main-content {
    margin-top: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}


.back-home {
    margin-top: 20px;
    text-align: center;
}

.back-home a {
    color: #333;
    text-decoration: none;
    font-weight: bold;
}

.buy-button {
    background-color: #e57373;
    color: white;
    padding: 10px 20px;
    border: none;
    margin: 10px auto;
    text-align: center;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    width: 180px;
    display: block;
}


.contact-form {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    padding: 10px;
    margin: 10px 0;
    border-radius: 5px;
    border: 1px solid #ccc;
    font-family: inherit;
}

.contact-form textarea {
    height: 120px;
    resize: vertical;
}


.contact-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 50px;
    max-width: 900px;
    margin: 40px auto;
}

.contact-form {
    flex: 1;
}

.contact-info {
    flex: 1;
    font-size: 16px;
}


    max-width: 900px;
    margin: 40px auto;
    text-align: center;
}

/* Mobile responsiveness */
@media screen and (max-width: 768px) {
    body {
        font-size: 16px;
    }

    header nav ul {
        display: none;
        flex-direction: column;
        align-items: center;
    }

    header nav ul.show {
        display: flex;
    }

    .menu-toggle {
        display: block;
        cursor: pointer;
        padding: 10px;
        font-size: 24px;
    }

    .product-container {
        flex-direction: column;
        align-items: center;
    }

    .product-card {
        width: 90% !important;
        margin-bottom: 20px;
    }

    .contact-form input,
    .contact-form textarea,
    .contact-form button {
        width: 100% !important;
    }

    footer {
        text-align: center;
        font-size: 14px;
    }
}

/* Ensure default menu toggle hidden on desktop */
.menu-toggle {
    display: none;
}
