:root {
  --primary: #8E3A59;          /* Mature love */
  --primary-hover: #732F48;
  --primary-soft: #F3E6EB;

  --secondary: #2C5364;        /* Trust & stability */
  --secondary-soft: #E3F2F5;

  --background: #F9FAFB;
  --card: #FFFFFF;

  --danger: #B71C1C;           /* darker red */
  --success: #2E7D32;          /* mature green */
}

.custom-nav.stickyadd .navbar-nav li a {
    color: #000;
}

.custom-nav .navbar-nav li a {
    color: #000;
    font-size: 14px;
    background-color: transparent !important;
    padding: 7px 0 !important;
    position: relative;
    margin: 0 18px;
    border-width: 5px;
    transition: all 0.4s;
}
.height{
margin-top: 100px;
width: 100%;
height: 100px;
background-color: #007bff;
color: #fff;
text-align: center;
}
.height h3{
line-height: 100px;
}
.custom-nav.stickyadd {
    background-color: #fff;
    padding: 15px 0;
    box-shadow: 0px 0px 18px 1px rgba(0, 0, 0, 0.1);
    border-bottom: 2px solid #000;
}


#privacy {
  background-color: #f8f9fa;
  color: #333;
  line-height: 1.8;
}

#privacy h4 {
  margin-top: 2rem;
  color: #007bff;
}

#privacy a.text-custom {
  color: #007bff;
  text-decoration: none;
}

#privacy a.text-custom:hover {
  color: #0056b3;
  text-decoration: underline;
}
#terms {
  background-color: #f8f9fa;
  color: #333;
  line-height: 1.8;
}

#terms h4 {
  margin-top: 2rem;
  color: #007bff;
}

#terms a.text-custom {
  color: #007bff;
  text-decoration: none;
}

#terms a.text-custom:hover {
  color: #0056b3;
  text-decoration: underline;
}
#return-policy {
  background-color: #f8f9fa;
  color: #333;
  line-height: 1.8;
}

#return-policy h4 {
  margin-top: 2rem;
  color: #007bff;
}

#return-policy a.text-custom {
  color: #007bff;
  text-decoration: none;
}

#return-policy a.text-custom:hover {
  color: #0056b3;
  text-decoration: underline;
}

