:root {
  --coffee-dark: #3E2723;
  --coffee-medium: #6F4E37;
  --coffee-light: #C4A484;
  --coffee-accent: #D2848C;
  --coffee-cream: #F5F5DC;
  --coffee-gold: #D4AF37;
  --text-dark: #2C2416;
  --text-light: #f3f3f3;
}
 
 
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
 
body {
  font-family: 'Montserrat', sans-serif;
  background: var(--coffee-cream);
  color: var(--text-dark);
  line-height: 1.7;
  overflow-x: hidden;
}
 
.container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
 
header {
  background: #161515;
 
  width: 100%;
  top: 0;
  z-index: 1000;
  padding: 10px 0;
  transition: all 0.4s ease;
}
 
.header-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
 
.logo {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}
 
.logo-icon {
  color: var(--coffee-gold);
  font-size: 28px;
}
.logo-text {
  font-family: 'Playfair Display', serif;
  font-size: 28px;
  font-weight: 900;
  color: var(--coffee-medium);
  letter-spacing: 1px;
}
 
.logo-text span {
  color: var(--coffee-gold);
}
 
nav ul {
  display: flex;
  list-style: none;
  gap: 35px;
}
 
nav a {
  text-decoration: none;
  color: var(--coffee-medium);
  font-weight: 600;
  font-size: 16px;
  position: relative;
  padding: 5px 0;
  transition: all 0.3s ease;
}
 
nav a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--coffee-gold);
  transition: width 0.3s ease;
}
nav a:hover::after {
  width: 100%;
}
 
.nav-buttons {
display: flex;
gap: 15px;
}
 
.btn {
display: inline-block;
padding: 8px 20px;
border-radius: 30px;
text-decoration: none;
font-weight: 600;
transition: all 0.3s ease;
cursor: pointer;
border: none;
font-size: 16px;
}  
 
.btn-primary {
background: var(--coffee-medium);
color: white;
}
 
.btn-primary:hover {
background: var(--coffee-dark);
transform: translateY(-3px); }
 
.hero-buttons {
  display: flex;
  justify-content: center;
  padding-top: 20px;
  padding-bottom: 20px;
}
 
.hero-content {
  max-width: 800px;
  margin: 0 auto;        
  text-align: center;  
  padding-top: 50px;
}
 
.quiz-container{
max-width: 800px;
  margin: 0 auto;        
  text-align: center;  
  padding-top: 20px;
 
}
 
.quiz-btn {
  width: 400px;
  height: 200px;
  margin: 20px;
  cursor: pointer;
  transition: transform 0.2s, box-shadow 0.2s;
 
}
 
.quiz-container {
  text-align: center;
  margin-top: 50px;
}
 
.Voorstelling {
  max-width: 800px;
  margin: 0 auto;        
  text-align: center;  
  padding-top: 20px;
}
 
.color-container {
  display: flex;
 
  align-items: center;
  gap: 15px;
  margin-top: 30px;
}
 
.color-circle {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
 
  font-weight: bold;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
 
.wrapper {
  width: 320px;
  margin: 100px auto;
  padding: 30px 30px 30px 30px;
  background-color: #3b2c1b;
  border-radius: 15px;
  box-shadow: 0 0 15px rgba(0,0,0,0.3);
  color: white;
  box-sizing: border-box;
}
 
 
.input-box {
  position: relative; /* belangrijk voor iconen */
  margin-bottom: 20px;
}
 
.input-box input {
  width: 100%;
  padding: 15px 20px;
  border-radius: 40px;
  border: 2px solid #fff;
  background: transparent;
  color: white;
  font-size: 16px;
  outline: none;
}
 
.input-box input::placeholder {
  color: #fff;
}
 
.input-box i {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  color: #fff;
}
 
 
.remember-forgot {
  display: flex;
  justify-content: space-between;
  font-size: 14.5px;
  margin: 15px 0;
  padding-top: 10px;
}
 
.remember-forgot label input {
  color: #fff;
  margin-right: 5px;
}
 
.register-link {
  margin-top: 20px;
  text-align: center;
}
 
.register-link a {
  color: #FFD43B;
  text-decoration: none;
  font-weight: bold;
}
 
.contact{
  padding-top: 20px;
  width: 80%;
  margin: 50px auto;
 
}
 
.contact-box{
background: #fff;
display: flex;
 
}
 
 
.contact-left{
flex-basis: 60%;
padding: 40px 60px;
}
.contact-right{
flex-basis: 40%;
padding: 40px;
background: #6F4E37;
color: white;
 
}
 
h1{
  margin-bottom: 20px;
}
 
.label {
  display: inline-block;
  width: 140px;
}
 
h3{
  margin-bottom: 15px;
}
 
.input-row{
display:flex;
justify-content:space-between;
margin-bottom: 20px;
}  
 
input-group textarea {
  width: 400px;
  padding: 8px;
  font-size: 14px;
  box-sizing: border-box;
}
 
.gallery-content {
  padding-left: 30px;
  padding-top: 20px;
}
 
.gallery-content h1 {
  margin-bottom: 7px;
}
 
.gallery {
  padding-left: 30px;
  padding-bottom:80px;
  padding-top: 20px;
}
 
.gallery-outfits{
background:#ffffff;
background-size: auto;
max-width: 300px;
margin-left: 30px;
height: 200px;
margin-top: -50px;
}
 
.map {
padding-left: 150px;
}
 
.small-wrapper {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 15px;
}
 
.small-wrapper input {
  width: 200px;
  padding: 6px 10px;
  border-radius: 20px;
  border: 1px solid #ccc;
  font-size: 14px;
}
 
.small-add-btn {
  padding: 7px 10px;
  
  border-radius: 30%;
  border: none;
  background: var(--coffee-gold);
  color: #fff;
  font-weight: bold;
  cursor: pointer;
  font-size: 16px;
  line-height: 1;
}
 
.small-add-btn:hover {
  background: var(--coffee-medium);
}
 
.linked-outfits-gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 10px;
  padding-bottom: 10px;
  
}
 
.linked-outfits-gallery img {
  width: 120px;    
  height: 150px;  
  object-fit: cover;
  border-radius: 10px;
  padding-bottom: 10px;
  
}

.gallery-content{
  padding-left: 20px;
  padding-top: 0px;

}
 
.gallery-header {
  text-align: center;
  padding-left: 20px;
  padding-top: 15px;
  padding-bottom: -10px;
}
 
.Your-outfits,
.Your-dresses,
.Your-jewelry {
  padding-left: 30px;
  padding-top: 10px;
}
 
.fashion-gallery {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  padding: 120px 30px 40px 30px;
  flex-wrap: wrap;
}
 
.fashion-category {
  background: #ffffff;
  width: 320px;
  padding: 20px;
  border-radius: 15px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.08);
}
 
.category-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}
 
.category-header h2 {
  font-family: 'Playfair Display', serif;
  color: var(--coffee-dark);
}
 
.upload-btn {
  cursor: pointer;
  background: var(--coffee-gold);
  color: white;
  padding: 8px 12px;
  border-radius: 50%;
  transition: 0.3s ease;
}
 
.upload-btn:hover {
  background: var(--coffee-medium);
}
 
.upload-btn input {
  display: none;
}
 
.image-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(90px, 1fr));
  gap: 10px;
}
 
.image-grid img {
  width: 100%;
  height: 120px;
  object-fit: cover;
  border-radius: 8px;
  transition: 0.3s ease;
}
 
.image-grid img:hover {
  transform: scale(1.05);
}