* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Segoe UI', sans-serif;
  background: linear-gradient(#f7f2d2, white);
  color: #1c1c1c;
}

/* Header Styling */
header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 40px;
  background-color: #f7f2d2;
  border-bottom: 1px solid #ccc;
  flex-wrap: wrap;
}

.logo {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 24px;
  font-weight: bold;
}

.logo img {
  height: 40px;
  width: 40px;
  object-fit: contain;
}

/* Navigation */

.nav-links a.active {
  border-bottom: 3px solid #c4aa75;
  color: #c4aa75;
  font-weight: bold;
}

.nav-links a:hover {
  text-decoration: underline;
}

.nav-links a, .search button {
  transition: 
    color 0.3s,
    background 0.3s,
    transform 0.3s,
    font-size 0.3s;
}

.nav-links a:hover, .search button:hover {
  color: #fff;
  background: #c4aa75;
  border-radius: 8px;
  transform: scale(1.15);
  font-size: 1.15em; /* Makes the text bigger on hover */
}

.nav-links {
  list-style: none;
  display: flex;
  gap: 25px;
}

.nav-links a {
  text-decoration: none;
  color: #000;
  font-weight: 500;
}

/* Modern Search Box */
.search {
  display: flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.8);
  padding: 6px 12px;
  border-radius: 25px;
  border: 1px solid #ccc;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

.search input {
  border: none;
  outline: none;
  background: transparent;
  padding: 6px 10px;
  font-size: 14px;
  width: 160px;
}

.search button {
  background: none;
  border: none;
  font-size: 18px;
  color: #333;
  cursor: pointer;
}

/* Hero Section */
.hero {
  text-align: center;
  padding: 200px 40px;
  background-image: url('../images/WONDR LUST/WhatsApp\ Image\ 2025-05-19\ at\ 06.26.08_6a25b980.jpg');
  min-height: 400px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  color: white;
  position: relative;
}

.hero::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0,0,0,0.4);
}

.hero-content {
  position: relative;
  z-index: 1;
}

.hero h1 {
  font-size: 48px;
  margin-bottom: 10px;
}

.hero p {
  font-size: 18px;
  margin-bottom: 20px;
}

.hero button {
  padding: 12px 24px;
  background-color: black;
  color: white;
  border: none;
  border-radius: 25px;
  cursor: pointer;
  font-size: 16px;
  transition: 0.3s;
}

.hero button:hover {
  background-color: #333;
}

body {
  font-family: 'Open Sans', sans-serif;
  margin: 0;
  padding: 0;
  color: #333;
  background-color: #f8f7f3;
}

h1, h2, h3 {
  color: #3b281f;
}

.about-section {
  background: #fff;
  padding: 50px 140px;
  text-align: center;
}

.about-content 
  .about-content h1,
.about-content h3,
.about-content p,
.about-content button {
  margin-bottom: 24px; 
}

.about-content button {
  padding: 10px 20px;
  border: none;
  background-color: #c4aa75;
  color: #fff;
  border-radius: 20px;
  cursor: pointer;
  
}

.why-section {
  background: #f2e9d8;
  padding: 50px 20px;
}

.why-section h1 {
  text-align: center;
  margin-bottom: 40px;
}

.why-block {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.why-left, .why-right {
  flex: 1;
  padding: 20px;
}

.why-left img, .why-right img {
  width: 100%;
  border-radius: 8px;
}

/* Contact Section */


.pre-contact {
  text-align: center;
  margin-bottom: 30px;
}

.pre-contact h2 {
  font-size: 22px;
  color: #3b2f2f;
  margin-bottom: 10px;
}

.whatsapp-contact {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background-color: white;
  border: 2px solid #25D366;
  color: #25D366;
  padding: 10px 18px;
  border-radius: 25px;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.whatsapp-contact:hover {
  background-color: #25D366;
  color: white;
}



.contact-section {
  background: #fff;
  padding: 50px 20px;
  text-align: center;
}

.contact-section form {
  max-width: 500px;
  margin: auto;
}

.contact-section input {
  display: block;
  width: 100%;
  margin: 10px 0;
  padding: 12px;
  border: 1px solid #aaa;
  border-radius: 10px;
}

.contact-section button {
  padding: 10px 40px;
  background-color: #c4aa75;
  border: none;
  color: #fff;
  border-radius: 20px;
  cursor: pointer;
}

.owner-section {
  display: flex;
  flex-wrap: wrap;
  background: #efe3c8;
  padding: 50px 20px;
}

.owner-left {
  flex: 1;
  padding: 20px;
}

.owner-right {
  flex: 1;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.owner-right img {
  width: 450px;
  border-radius: 25px;
}

.social-icons a {
  margin-right: 10px;
  text-decoration: none;
  background: #333;
  color: #fff;
  padding: 8px 12px;
  border-radius: 50%;
  font-size: 14px;
}

footer {
  background: #f8f7f3;
  padding: 20px;
}

.footer-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #ddd;
  padding-bottom: 15px;
}

.footer-top .logo {
  font-weight: bold;
  font-size: 22px;
}

.footer-top nav a {
  margin: 0 10px;
  text-decoration: none;
  color: #555;
}

.footer-links {
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
}

/* ...existing code... */
footer a {
  color: #1c1c1c;        /* normal text color */
  text-decoration: none; /* remove blue underline */
  font-weight: 500;
  transition: color 0.2s;
}

footer a:hover {
  color: #c4aa75;        /* highlight on hover */
  text-decoration: underline;
}
/* ...existing code... */

.footer-links h4 {
  margin-bottom: 10px;
}

.footer-social a {
  margin-right: 10px;
  text-decoration: none;
  color: #333;
}
.footer-social a:hover {
  color: #c4aa75;
}