
body {
  font-family: 'Poppins', sans-serif;
  margin: 0;
  background: #f4f4f4;
  color: #333;
}
header.hero {
  text-align: center;
  background: #006d77;
  color: white;
  padding: 60px 20px;
}
.logo {
  width: 100px;
}
.company-name {
  font-family: 'Playfair Display', serif;
  font-size: 3rem;
  margin: 0.3em 0;
}
.tagline {
  font-family: 'Poppins', sans-serif;
  font-size: 1.4rem;
  margin: 0.5em 0;
}
.button {
  background: #ffd166;
  padding: 10px 20px;
  text-decoration: none;
  color: black;
  border-radius: 5px;
  display: inline-block;
  font-weight: 500;
}
.slideshow .slider {
  max-width: 900px;
  height: 300px;
  margin: 40px auto;
  position: relative;
}
.slide {
  width: 100%;
  height: 300px;
  object-fit: cover;
  display: none;
  border-radius: 10px;
}
section {
  padding: 40px 20px;
  max-width: 900px;
  margin: auto;
}
h2 {
  color: #006d77;
  text-align: center;
}
footer {
  background: #333;
  color: white;
  padding: 20px;
  text-align: center;
}

.left-logo {
  width: 130px;
  float: left;
  margin: 0 20px 0 0;
}


/* Final logo placement and opacity */
.logo {
  width: 90px;
  float: left;
  margin: 0 20px 0 0;
  opacity: 0.85;
}

.centered {
  text-align: center;
}

.centered {
  text-align: center;
}

.centered {
  text-align: center;
}

.centered-logo {
  text-align: center;
  margin-top: 20px;
}
.header-logo {
  width: 140px;
  max-width: 80%;
  opacity: 0.9;
}

.tagline {
  font-family: 'Poppins', sans-serif;
  font-size: 1.2rem;
  text-align: center;
  margin-top: 10px;
}

.luxury-header {
  text-align: center;
  padding: 40px 20px 20px;
}

.luxury-slogan {
  font-family: 'Playfair Display', serif;
  font-size: 2.2rem;
  font-weight: 500;
  margin: 0;
  letter-spacing: 1px;
}

.with-word {
  font-size: 1.2rem;
  font-style: italic;
  font-weight: 400;
}

.proper-polish-title {
  font-family: 'Playfair Display', serif;
  font-size: 3rem;
  font-weight: bold;
  margin-top: 15px;
  text-transform: uppercase;
}

@keyframes slideIn {
  0% {
    transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

.proper-polish-title {
  animation: slideIn 1s ease-out forwards;
}
