:root {
  --body-bg-color: #f8fafc;
  --body-text-color: #ffffff;
  --heading-color: #ffffff;
  --hero-gradient1: #168295;
  --hero-gradient2: #0b5e3a;
  --footer-bg-color: #625e53;
  --link-color: #69c09d;
  --header-bg-color: #676358;
  --font-family: system-ui;
  --nav-link-color: #ffffff;
  --footer-text-color: #ffffff;
  --header-text-color: #ffffffff;
}
html {
  overflow-x: hidden;
}
body {
  background-color: var(--body-bg-color);
  color: var(--body-text-color) !important;
  font-family: var(--font-family);
  line-height: 1.6;
  min-height: 100vh;
  display: flex;
  flex-direction: column;

  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url("/images/body-bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

h1 {
  font-size: clamp(2rem, 4vw, 2.5rem) !important;
}
h2 {
  font-size: clamp(1.6rem, 3vw, 2rem) !important;
}
h3 {
  font-size: clamp(1.4rem, 3vw, 1.7rem) !important;
}
p {
  margin-bottom: 0.5rem !important;
}

section {
  padding: 15px 0;
  scroll-margin-top: 70px;
}

h2,
h3 {
  color: var(--heading-color) !important;
}

.content-area a {
  color: var(--link-color) !important;
  text-decoration: none !important;
}

.content-area a:hover {
  color: var(--link-color) !important;
  opacity: 0.8;
}

.sidebar-page-list {
  padding: 0;
  margin: 0;
  margin-bottom: 17px;
  width: 279px;
}

.sidebar-page-list li {
  list-style-type: disc;
  list-style-position: inside;
  color: var(--heading-color);
}

.sidebar-page-list li::marker {
  color: var(--link-color);
  font-size: 1.2em;
}
.sidebar-page-list li:last-child {
  border-bottom: none;
}

.sidebar-page-list li a {
  padding: 12px 0;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s ease;
  position: relative;
  color: var(--link-color);
}

.sidebar-page-list li a:hover {
  padding-left: 11px;
}
.twitter-tweet {
  width: 279px !important;
}

.x {
  display: flex;
  justify-content: center;
}
.error_page {
  min-height: 70vh;
}

.footer {
  background-color: var(--footer-bg-color);
  color: var(--footer-text-color);
}

.footer a {
  text-decoration: none;
  color: var(--link-color) !important;
}
.footer a:hover {
  color: var(--link-color) !important;
  opacity: 0.8;
}

.navbar {
  background-color: transparent !important;
  transition: background-color 0.4s ease, box-shadow 0.3s ease;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1030;
}
.navbar.scrolled {
  background-color: var(--header-bg-color) !important;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.hero-section {
  padding: 115px 0 30px;
  position: relative;
  overflow: hidden;
  color: var(--header-text-color);
}

.hero-section.gradient-bg {
  background: linear-gradient(
    135deg,
    var(--hero-gradient1),
    var(--hero-gradient2)
  );
}

.hero-section .container {
  position: relative;
  z-index: 2;
}

@media (max-width: 768px) {
  .hero-section {
    padding: 77px 0 30px 0;
  }
}
.navbar-light .navbar-nav .nav-link {
  color: var(--nav-link-color, #141414) !important;
}

.navbar-light .navbar-nav .nav-link.active {
  color: var(--link-color) !important;
  font-weight: bold;
}
/* Mobile nav */
@media (max-width: 1199.98px) {
  .navbar-collapse {
    position: fixed;
    top: 61px;
    left: 15px;
    right: 15px;
    background-color: color-mix(
      in srgb,
      var(--header-bg-color) 65%,
      transparent
    );
    backdrop-filter: blur(12px);
    border-radius: 12px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
    z-index: 9999;
    padding: 15px;
    margin: 0;
  }

  .navbar-nav {
    width: 100%;
  }

  .navbar-nav .nav-item {
    margin: 7px 0;
  }

  .navbar-nav .nav-item:hover {
    transform: translateY(-1px);
  }

  .navbar-nav .nav-link {
    font-size: 1.2rem;
    font-weight: 500;
    text-decoration: none;
    display: block;
    padding: 0;
  }

  .navbar-toggler {
    z-index: 10000;
    position: relative;
    border: var(--bs-border-width) solid var(--nav-link-color, #141414) !important;
  }
}

.custom-dropdown {
  border: 0;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
  border-radius: 12px;
  padding: 0.5rem 0;
  margin-top: 0.5rem;
  min-width: 220px;
  background: color-mix(
    in srgb,
    var(--header-bg-color) 65%,
    transparent
  ) !important;
  backdrop-filter: blur(12px);
}

.custom-dropdown .dropdown-item {
  padding: 0.75rem 1.5rem;
  transition: all 0.3s ease;
  color: var(--nav-link-color, #141414) !important;
  font-weight: 500;
  border-radius: 0;
  text-wrap: wrap;
}
.dropdown-menu {
  display: none;
}

.custom-dropdown .dropdown-item:hover {
  color: #fff;
  background: color-mix(
    in srgb,
    var(--header-bg-color) 95%,
    transparent
  ) !important;
}
.nav-item.dropdown > .nav-link {
  display: flex;
  align-items: center;
}

.nav-item.dropdown > .nav-link .arrow {
  position: relative;
  margin-left: auto;
  border: solid var(--nav-link-color, #141414);
  border-width: 0 2px 2px 0;
  padding: 3px;
  transform: rotate(45deg);
  transition: transform 0.25s;
}

.dropdown.open .dropdown-menu {
  display: block;
}

@media (min-width: 1200px) {
  .nav-item.dropdown {
    position: relative;
  }
  .nav-item.dropdown > .nav-link .arrow {
    margin-left: 7px;
  }
  .custom-dropdown.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    margin-top: 0;
    z-index: 1000;
  }

  .nav-item.dropdown:hover > .nav-link .arrow {
    transform: rotate(-135deg);
  }
  .nav-item.dropdown:hover > .dropdown-menu {
    display: block !important;
  }
}
@media (max-width: 1199px) {
  .nav-item.dropdown > .nav-link .arrow {
    padding: 4px;
  }
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.9)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.skincare-title {
  font-size: clamp(2.2rem, 4vw, 3rem);
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #ffffff;
  position: relative;
  display: inline-block;
  padding-bottom: 0.75rem;
}

/* Accent underline */
.skincare-title::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 3px;
  background: linear-gradient(90deg, #69c09d, #9ee5c9, #69c09d);
  border-radius: 2px;
}

/* Subtle glow for image backgrounds */
.skincare-title {
  text-shadow: 0 2px 12px rgba(105, 192, 157, 0.35),
    0 1px 2px rgba(0, 0, 0, 0.4);
}
.skincare-title {
  font-weight: 600;
  letter-spacing: 2px;
}

.skincare-title::after {
  width: 50%;
  height: 2px;
}
.box {
  padding: 1.5rem 19px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 18px;
  position: relative;
  transition: all 0.4s ease;
  height: 100%;
}

/* Subtle glass effect without background */
.box::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 18px;
  -webkit-backdrop-filter: blur(6px);
  pointer-events: none;
}

/* Accent corner detail */
.box::after {
  content: "";
  position: absolute;
  top: 16px;
  right: 16px;
  width: 10px;
  height: 10px;
  background: #69c09d;
  border-radius: 50%;
  box-shadow: 0 0 12px rgba(105, 192, 157, 0.7);
}

/* Hover effect */
.box:hover {
  transform: translateY(-6px);
  border-color: rgba(105, 192, 157, 0.6);
}

/* Optional glow on hover */
.box:hover::after {
  box-shadow: 0 0 18px rgba(105, 192, 157, 0.9);
}
.rounded {
  border-radius: 25px !important;
}

/* Title */
.skincare-benefits .skincare-title {
  text-align: center;
  font-size: clamp(2.1rem, 4vw, 2.8rem);
  font-weight: 700;
  letter-spacing: 1px;
  color: #ffffff;
  margin-bottom: 3rem;
  position: relative;
}

.skincare-benefits .skincare-title::after {
  content: "";
  display: block;
  margin: 1rem auto 0;
  width: 90px;
  height: 3px;
  background: linear-gradient(90deg, #69c09d, #a8e6cf);
  border-radius: 2px;
}

/* Benefits List */
.benefits-list {
  margin: 0 auto;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 0.8rem;
}

/* Individual Items */
.benefits-list li {
  position: relative;
  padding-left: 2.2rem;
  color: rgba(255, 255, 255, 0.88);
  line-height: 1.6;
  font-size: 1rem;
}

/* Accent bullet */
.benefits-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.45em;
  width: 10px;
  height: 10px;
  background: #69c09d;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(105, 192, 157, 0.7);
}

/* Highlighted benefit title */
.benefits-list li span {
  display: block;
  color: #ffffff;
  font-weight: 600;
  margin-bottom: 0.25rem;
  letter-spacing: 0.3px;
}
/* Newsletter (Sidebar) */
.newsletter{
  border: 1px solid rgba(255,255,255,.15);
  border-radius: 18px;
  padding: 1.75rem 1.5rem;
  position: relative;
  overflow: hidden;
  width: 279px;
  margin-bottom: 15px;
}

.newsletter::before{
  content:"";
  position:absolute;
  inset:0;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  pointer-events:none;
}

.newsletter::after{
  content:"";
  position:absolute;
  top:-60px;
  right:-60px;
  width:160px;
  height:160px;
  border-radius:50%;
  background: radial-gradient(circle, rgba(105,192,157,.35), transparent 65%);
  pointer-events:none;
}

.newsletter__title{
  position: relative;
  color:#fff;
  font-size: 1.35rem;
  font-weight: 700;
  letter-spacing: .8px;
  margin: 0 0 .5rem;
}

.newsletter__title::after{
  content:"";
  display:block;
  width:56px;
  height:3px;
  margin-top:.6rem;
  border-radius:3px;
  background: linear-gradient(90deg, #69c09d, #a8e6cf);
}

.newsletter__text{
  position: relative;
  color: rgba(255,255,255,.85);
  line-height: 1.6;
  margin: .75rem 0 1.25rem;
  font-size: .98rem;
}

.newsletter__field{
  position: relative;
  display:flex;
  gap:.65rem;
  flex-direction: column;
}

.newsletter__field input{
  height: 50px;
  padding: 0 1rem;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,.18);
  background: rgba(0,0,0,.18);
  color: #fff;
  outline: none;
  transition: .25s ease;
}

.newsletter__field input::placeholder{
  color: rgba(255,255,255,.55);
}

.newsletter__field input:focus{
  border-color: rgba(105,192,157,.7);
  box-shadow: 0 0 0 4px rgba(105,192,157,.18);
}

.newsletter__field button{
  height: 46px;
  padding: 0 1.1rem;
  border: none;
  border-radius: 14px;
  cursor: pointer;
  font-weight: 700;
  letter-spacing: .4px;
  color: #0f1a16;
  background: linear-gradient(90deg, #69c09d, #a8e6cf);
  transition: transform .2s ease, box-shadow .2s ease;
  white-space: nowrap;
}

.newsletter__field button:hover{
  transform: translateY(-2px);
  box-shadow: 0 12px 24px rgba(0,0,0,.25);
}

.newsletter__meta{
  position: relative;
  margin-top: .9rem;
}

.newsletter__check{
  display:flex;
  gap:.6rem;
  align-items:flex-start;
  color: rgba(255,255,255,.75);
  font-size: .88rem;
  line-height: 1.35;
}

.newsletter__check input{
  margin-top: .2rem;
  accent-color: #69c09d;
}

/* Accessibility helper */
.sr-only{
  position:absolute;
  width:1px;
  height:1px;
  padding:0;
  margin:-1px;
  overflow:hidden;
  clip:rect(0,0,0,0);
  white-space:nowrap;
  border:0;
}

/* Mobile */
@media (max-width: 420px){
  .newsletter__field{ flex-direction: column; }
  .newsletter__field button{ width: 100%; }
}
.footer {
  position: relative;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.95rem;
}

/* Soft blur for readability on images */
.footer::before {
  content: "";
  position: absolute;
  inset: 0;
  -webkit-backdrop-filter: blur(6px);
  pointer-events: none;
}

/* Logo */
.footer img {
  opacity: 0.95;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.footer img:hover {
  opacity: 1;
  transform: translateY(-2px);
}

/* Text */
.footer p {
  margin: 0;
  letter-spacing: 0.3px;
}

/* Brand highlight */
.footer .fw-bold {
  color: #69c09d;
}

/* Links */
.footer a {
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
  position: relative;
  transition: color 0.3s ease;
}

.footer a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 0;
  height: 2px;
  background: linear-gradient(90deg, #69c09d, #a8e6cf);
  transition: width 0.3s ease;
}

.footer a:hover {
  color: #ffffff;
}

.footer a:hover::after {
  width: 100%;
}

/* Contact info */
.footer span {
  display: inline-flex;
  align-items: center;
  color: rgba(255, 255, 255, 0.8);
}

.footer i {
  color: #69c09d;
  font-size: 1.1rem;
}

/* Responsive spacing */
@media (max-width: 767px) {
  .footer {
    text-align: center;
  }

  .footer span {
    margin-bottom: 0.5rem;
  }
}
.error-page {
  position: relative;
  color: #ffffff;
}

/* Soft glass effect for readability */
.error-page::before {
  content: "";
  position: absolute;
  inset: 0;
  -webkit-backdrop-filter: blur(8px);
  pointer-events: none;
}

/* Icon styling */
.error-page i {
  color: #69c09d !important; /* override danger */
  filter: drop-shadow(0 10px 30px rgba(105, 192, 157, 0.4));
  animation: float 4s ease-in-out infinite;
}

/* Heading */
.error-page h2 {
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  font-weight: 700;
  letter-spacing: 0.6px;
  margin-bottom: 1rem;
}

/* Text */
.error-page p {
  color: rgba(255, 255, 255, 0.85);
  max-width: 520px;
  line-height: 1.7;
}

/* Button */
.error-page .btn-primary {
  background: linear-gradient(90deg, #69c09d, #a8e6cf);
  border: none;
  color: #0f1a16;
  font-weight: 700;
  letter-spacing: 0.4px;
  box-shadow: 0 12px 30px rgba(105, 192, 157, 0.35);
  transition: all 0.3s ease;
}

.error-page .btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 40px rgba(105, 192, 157, 0.55);
}

/* Icon inside button */
.error-page .btn i {
  font-size: 1.2rem;
}

/* Floating animation */
@keyframes float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-14px);
  }
}

/* Mobile tweaks */
@media (max-width: 767px) {
  .error-page {
    text-align: center;
  }

  .error-page p {
    margin-left: auto;
    margin-right: auto;
  }
}
