/* Fonts & Base */
body {
  margin: 0;
  font-family: 'Roboto', sans-serif;
  background: linear-gradient(to bottom right, #0a0a0a, #1a0000);
  color: #fff;
  line-height: 1.6;
  background-attachment: fixed;
}

h1, h2, h3, h4 {
  font-family: 'Playfair Display', serif;
}

.container {
  width: 90%;
  max-width: 1200px;
  margin: auto;
}

/* Header */
header {
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(10px);
  padding: 1rem 0;
  position: sticky;
  top: 0;
  z-index: 999;
  width: 100% !important;
}

a {
  text-decoration: none;
  color: #fff;
}

.logo {
  font-size: 1.8rem;
  color: #ff4500;
}

.nav-links {
  list-style: none;
  display: flex;
  gap: 1.5rem;
}

.nav-links a {
  text-decoration: none;
  color: #fff;
  transition: color 0.3s;
}

.nav-links a:hover {
  color: #ff6a00;
}

/* Glass Utility */
.glass-box {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  padding: 2rem;
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  box-shadow: 0 0 20px rgba(255, 69, 0, 0.2);
  max-width: 300px;
}

/* Hero */
.hero {
  min-height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  z-index: 1;
  padding: 4rem 0;
}

/* .hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: url('https://static.wixstatic.com/media/4b2ae5_7ed2d1014cd5457a95f5ec5ae90a54ba~mv2.jpg/v1/fill/w_1760,h_695,al_c,q_85,usm_0.66_1.00_0.01,enc_avif,quality_auto/4b2ae5_7ed2d1014cd5457a95f5ec5ae90a54ba~mv2.jpg') center/cover no-repeat;
  opacity: 0.1;
  z-index: -1;
} */

.hero .container {
  max-width: 800px;
}

.hero h2 {
  font-size: 2.5rem;
  color: #ff4500;
}

.hero .btn {
  display: inline-block;
  margin-top: 1rem;
  padding: 0.75rem 1.5rem;
  background: #ff3300;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  border-radius: 10px;
  transition: background 0.3s;
}

.hero .btn:hover {
  background: #ff6a00;
}

/* Products */
.products {
  padding: 4rem 0;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 2rem;
  margin-top: 2rem;
}

.product-card {
  text-align: center;
}

.product-card img {
  width: 100%;
  border-radius: 10px;
  margin-bottom: 1rem;
}

.product-card h4 {
  margin-top: 0.5rem;
}

/* About & Contact */
.about, .contact {
  padding: 4rem 0;
}

/* Reusable Glass */
.about .container,
.contact .container,
.products .container > h3 {
  text-align: center;
  margin-bottom: 2rem;
}

/* Footer */
footer {
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  padding: 1rem 0;
  font-size: 0.9rem;
  color: #aaa;
}

/* Header - Layout */
.nav-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* Nav links */
.nav-links {
  list-style: none;
  display: flex;
  gap: 1.5rem;
  margin: 0;
  padding: 0;
}

.nav-links a {
  text-decoration: none;
  color: #fff;
  transition: color 0.3s;
}

.nav-links a:hover {
  color: #ff6a00;
}

/* Mobil menyu button */
.menu-toggle {
  display: none;
  font-size: 1.8rem;
  background: transparent;
  color: #fff;
  border: none;
  cursor: pointer;
}

/* Mobil üçün menyu */
@media (max-width: 768px) {
  .menu-toggle {
    display: block;
  }

  .nav-links {
    position: absolute;
    top: 70px;
    right: 20px;
    flex-direction: column;
    background: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(10px);
    border-radius: 12px;
    padding: 1rem;
    display: none;
  }

  .nav-links.active {
    display: flex;
  }
}



/* Responsive */
@media (max-width: 768px) {
  .menu-toggle {
    display: block;
  }

  .nav-links {
    position: absolute;
    top: 70px;
    right: 20px;
    flex-direction: column;
    background: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(10px);
    border-radius: 12px;
    padding: 1rem;
    display: none;
  }

  .nav-links.active {
    display: flex;
  }
}


.background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('https://www.karma-living.com.au/cdn/shop/collections/DSC_4389_181078d1-8786-4170-89fb-9c4d38e6bbe4.jpg?v=1730251318') center center / cover no-repeat;
  z-index: -10;
  opacity: 0.25; /* İstəyə görə tənzimlə */
}


.about-section {
  /* max-width: 800px; */
  margin-bottom: 2rem;
  padding: 1rem 2rem;
  text-align: center;
  position: relative;
  z-index: 1;
}

.dropdown-btn {
  background: rgba(0, 0, 0, 0.5);
  color: #ff6a00;
  border: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(5px);
  font-size: 1.3rem;
  padding: 0.75rem 1.5rem;
  border-radius: 1rem;
  cursor: pointer;
  transition: background 0.3s;
}

.dropdown-btn:hover {
  background: rgba(255, 106, 0, 0.3);
}

.dropdown-content {
  margin-top: 1rem;
  padding: 1.5rem;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 1rem;
  backdrop-filter: blur(15px);
  color: white;
  font-size: 1rem;
  line-height: 1.6;
  display: none; /* İlk açıldığında gizli */
  border: 1px solid rgba(255, 255, 255, 0.2);
  animation: fadeIn 0.4s ease-in-out;
}

/* Fade-in animasiya */
@keyframes fadeIn {
  from { opacity: 0; transform: translateY(-10px); }
  to { opacity: 1; transform: translateY(0); }
}

.bottom-purchase-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  backdrop-filter: blur(10px);
  background: rgba(0, 0, 0, 0.4);
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding: 0.75rem 1.5rem;
  display: flex;
  justify-content: center;
  z-index: 1000;
}

.buy-now-btn {
  background: linear-gradient(135deg, #ff6a00, #ff2200);
  color: white;
  font-size: 1.1rem;
  font-weight: bold;
  padding: 0.75rem 2rem;
  border: none;
  border-radius: 2rem;
  cursor: pointer;
  box-shadow: 0 0 10px rgba(255, 106, 0, 0.5);
  transition: transform 0.2s, box-shadow 0.2s;
}

.buy-now-btn:hover {
  transform: scale(1.05);
  box-shadow: 0 0 15px rgba(255, 106, 0, 0.7);
}

.contact a {
  margin-inline-end: 1rem;

}

/* Dil seçimi konteyneri */
.language-switcher {
  position: relative;
  margin-left: auto; /* Header-da sağ tərəfə çəkir */
}

/* Select input */
#lang-select {
  background: rgba(0, 0, 0, 0.5);
  color: #ff6a00;
  border: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(5px);
  font-size: 1rem;
  padding: 0.5rem 1.2rem;
  border-radius: 1rem;
  cursor: pointer;
  transition: all 0.3s ease;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-family: 'Roboto', sans-serif;
  margin-right: 8px;
}

/* Hover effekti */
#lang-select:hover {
  background: rgba(255, 106, 0, 0.2);
  color: #fff;
}

/* Fokus effekti */
#lang-select:focus {
  outline: none;
  border-color: #ff6a00;
  box-shadow: 0 0 8px rgba(255, 106, 0, 0.6);
}

/* Arrow göstəricisi üçün pseudo-element */
/* .language-switcher::after {
  content: '▼';
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  color: #ff6a00;
  pointer-events: none;
  font-size: 0.8rem;
} */


header .nav-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.5rem;
  padding: 0 1rem;
}

/* Logo və nav + dil switcher üçün container */
.nav-left {
  display: flex;
  align-items: center;
  gap: 2rem;
}

.nav-links {
  display: flex;
  gap: 1.5rem;
  align-items: center;
  margin: 0;
  padding: 0;
}

/* Language switcher sağa hizalanır */
.language-switcher {
  margin-left: auto;
}

/* Mobil üçün */
@media (max-width: 768px) {
  .nav-links {
    position: absolute;
    top: 70px;
    right: 20px;
    flex-direction: column;
    background: rgba(0,0,0,0.7);
    backdrop-filter: blur(10px);
    border-radius: 12px;
    padding: 1rem;
    display: none;
  }

  .nav-links.active {
    display: flex;
  }

  .language-switcher {
    order: 2; /* Menü ilə uyğunlaşması üçün */
  }
}
