body {
    font-family: 'Roboto', sans-serif;
        margin: 0;
        padding: 0;
        color: #333;
}

/* Navbar */
.navbar {
    background-color: #ffffff;
    padding: 10px 20px;
}

.navbar .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
    
.navbar .logo a {
    text-decoration: none;
    font-size: 1.5em;
    font-weight: 700;
    color: #1f1f1f;
}
    
.navbar ul {
    list-style: none;
    display: flex;
    gap: 20px;
    margin: 0;
    padding: 0;
}
    
.navbar ul li a {
    text-decoration: none;
    color: #333;
    font-weight: 500;
}
    
/* Product Overview (image + text) */
.productoverview {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 40px;
    background-color: #282828;
}
    
.bidet-img {
    width: 40%;
    height: auto;
    border-radius: 10px;
}
    
.productoverview-text {
    width: 50%;
    padding-left: 30px;
    color: #ffffff;
}
    
.productoverview-text h1 {
    margin-top: 0;
    font-size: 2em;
    color: #ffffff;
}
    
.productoverview-text p {
    line-height: 1.6;
    font-size: 1.1em;
    color: #ffffff;
}
    
.productoverview-text h2 {
    font-size: 1.8em;
    margin-bottom: 15px;
}
    
.productoverview-text ul {
    list-style: disc;
}

/* Index page User Guides Section */
.guides-section {
    padding: 50px 40px;
    background-color: #fff;
    text-align: center;
  }
  
.guides-section h2 {
    font-size: 2em;
    margin-bottom: 40px;
    color: #222;
}
  
.guides-container {
    display: grid;
    grid-template-columns: repeat(auto-fill, 150px);
    gap: 20px;
    justify-content: center;
}
  
.guide-card {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 20px;
    max-width: 150px;
}
  
.guide-card img {
    width: 100%;
    height: 160px;
    object-fit: cover;
    border-radius: 8px;
}
  
.guide-card h3 {
    font-size: 1.1em;
    color: #333;
    margin-bottom: 10px;
}
  
.guide-card a {
    text-decoration: none;
    color: #0077cc;
    font-weight: 500;
    transition: color 0.3s ease;
}

/* FAQ */
.FAQ-grid {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    padding: 40px 20px;
    background-color: #F2F2F2;
}

.FAQ-title {
    flex: 1 1 300px;
    width: 500px;
    background-color: black; 
    color: white;
    padding: 20px;
    text-align: left; 
}

.FAQ-title h1 {
    margin: 0;
    font-size: 3.5em;
}

.FAQ-spaced {
    margin-top: 0px;
    margin-bottom: 80px;
}

.grid-container {
  flex: 2 1 500px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 20px;
  margin-right: 0;
}

.grid-item {
    background-color: white;
    margin-left: 50px;
    padding: 30px;
    overflow: hidden;
    min-width: 225px;
}

.Learn-More {
  background-color: white;
  color: black;
  padding: 10px 20px;
  border: 1px solid black;
  border-radius: 5px;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  margin-bottom: 20px;
}

.Learn-More:hover {
  background-color: #3d95f3;
}

/* About */
.About {
    width: 100;
    height: 600px;
    display: block;
    align-items: center;
    justify-content: space-between;
    padding: 40px;
    background-color: #F2F2F2;
}

.Group-Info {
    text-align: center;
    width: auto
}

.Group-Info h1 {
    font-size: 3em;
}

.Group-Info p {
  font-size: 1.125rem;    
  line-height: 1.6;
  margin: 20px 0 40px;    
  word-break: normal;
  white-space: normal;
  hyphens: auto;
}

.Media {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1000px;
    margin: 40px auto;
    text-align: center;
}

.Media-item {
    background-color: black;
    color: white;
    padding: 10px;
    list-style-type: none;
    white-space: nowrap;
}

.Media-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style: none;
  gap: 10px;
}

.Contact {
    text-align: center;
    color: #333;
    margin-top: 150px;
    font-size: 1.25em;
}

/* USER GUIDES PAGE STYLES */
.page-header {
  text-align: center;
  padding: 60px 20px 30px;
  background-color: #282828;
}

.page-header h1 {
  font-size: 2.2em;
  margin-bottom: 10px;
  color: #fcfcfc;
}

.page-header p {
  color: #fcfcfc;
  font-size: 1.1em;
  max-width: 700px;
  margin: 0 auto;
}

/* Main guides layout */
.guides-page {
  background-color: #fff;
  padding: 40px 0;
}

/* Each guide row */
.guide-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 50px 80px;
  border-bottom: 1px solid #eee;
}

/* Alternate layout (image on right) */
.guide-row.reverse {
  flex-direction: row-reverse;
  background-color: #fafafa;
}

/* Image styling */
.guide-image img {
  width: 420px;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
}

/* Text styling */
.guide-text {
  width: 50%;
  padding: 0 20px;
}

.guide-text h2 {
  font-size: 1.6em;
  margin-bottom: 15px;
  color: #111;
}

.guide-text p {
  line-height: 1.6;
  color: #333;
  font-size: 1.1em;
}

/* Footer */
.footer {
  text-align: center;
  padding: 30px;
  background-color: #f5f5f5;
  color: #444;
  font-size: 0.9em;
}

/* Navbar consistency updates */
.navbar ul li a.active {
  border-bottom: 2px solid black;
}

.buy-btn {
  border: 1px solid #000;
  background: transparent;
  padding: 6px 14px;
  border-radius: 4px;
  cursor: pointer;
  transition: 0.3s;
}

.buy-btn:hover {
  background: black;
  color: white;
}

/* Installation section styling */
.installation-section {
    background-color: #f9fafb;
    padding: 60px 80px;
    font-family: 'Poppins', sans-serif;
    line-height: 1.7;
    color: #333;
  }
  
  .installation-section h2 {
    text-align: center;
    font-size: 2.2rem;
    color: #1f2937;
    margin-bottom: 40px;
    letter-spacing: 0.5px;
  }
  
  .installation-section h3 {
    font-size: 1.5rem;
    color: #2563eb;
    margin-top: 40px;
    margin-bottom: 10px;
  }
  
  .installation-section h4 {
    font-size: 1.2rem;
    color: #111827;
    margin-top: 25px;
    margin-bottom: 5px;
    font-weight: 600;
  }
  
  .installation-section p {
    margin-bottom: 15px;
    font-size: 1rem;
  }
  
  .installation-section ul {
    margin-left: 20px;
    margin-bottom: 25px;
  }
  
  .installation-section ul li {
    margin-bottom: 8px;
  }
  