:root {
  --body-bg-color: #51252C;
  --body-text-color: #51252C;
  --heading-color: #51252C;
  --hero-gradient1: #e3ebed;
  --hero-gradient2: #f7f8f7;
  --footer-bg-color: #8d6a4954;
  --link-color: #ebe2bc;
  --header-bg-color: #ffffff;
  --font-family: system-ui;
  --nav-link-color: #141414;
  --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(207, 151, 66, 0.404), rgba(238, 226, 208, 0.356)),
    url("/images/bakery-bg.webp");
  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 img {
        filter: brightness(0) invert(1);
      }
 .navbar {
  background-color: transparent !important;
  transition: background-color 0.4s ease, box-shadow 0.3s ease;
  position: absolute; 
  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 h1{
  position: relative;
  display: inline-block;
  margin: 0 0 14px;
  padding: 18px 26px;
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 900;
  line-height: 1.15;
  letter-spacing: .3px;
  color: #4B1F2A;
  background: linear-gradient(
    135deg,
    rgba(213,162,103,.28),
    rgba(255,255,255,.14)
  );
  border: 1px solid rgba(213,162,103,.45);
  border-radius: 22px;
  box-shadow:
    0 2px 0 rgba(255,255,255,.35),
    0 18px 46px rgba(0,0,0,.22);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  overflow: hidden;
}
.hero-section h1::after{
  content: "🥐";
  position: absolute;
  right: -10px;
  bottom: -18px;
  font-size: 96px;
  opacity: .18;
  transform: rotate(-18deg);
  pointer-events: none;
  filter: blur(.2px);
}
.hero-section h1::before{
  content:"";
  position:absolute;
  inset:-2px;
  background: radial-gradient(
    400px 160px at 20% 10%,
    rgba(255,255,255,.35),
    transparent 60%
  );
  opacity:.45;
  pointer-events:none;
}
.hero-section {
  padding: 115px 0 30px;
  position: relative;
  overflow: hidden;
  color: var(--header-text-color);
}
.hero-section.with-bg {
  background-image: url('/images/.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.hero-section.with-bg::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0));
  opacity: 0.5;
  z-index: 1;
}
.hero-section .container {
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  .hero-section {
  }
}
  .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;
}
@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;
  }
}
   .contact-container {
  width: 500px;
  margin: 100px auto 35px;
  padding: 15px 21px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
  color: black !important;
}
  .contact-container h2{
    color: black !important;
  }
@media screen and (max-width: 768px) {
  .contact-container {
    width: 100%;
    padding: 15px;
  }
}
.contact-header {
  text-align: center;
  margin-bottom: 20px;
}
.contact-header i {
  font-size: 2rem;
  color: #0d6efd;
  margin-bottom: 10px;
}
.email-link {
  display: block;
  margin-top: 15px;
  text-align: center;
  font-weight: bold;
  color: #d1dcec;
  text-decoration: none;
}
.glass-section{
  max-width: 1100px;
  margin: clamp(20px, 4vw, 60px) auto;
  padding: clamp(18px, 3vw, 36px);
  background: rgba(255, 255, 255, 0.10);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 22px;
  backdrop-filter: blur(14px) saturate(130%);
  -webkit-backdrop-filter: blur(14px) saturate(130%);
  box-shadow:
    0 18px 50px rgba(0, 0, 0, 0.25),
    inset 0 1px 0 rgba(255, 255, 255, 0.18);
  animation: glassIn 700ms ease-out both;
}
.glass-section p{
  color:#51252C;
  line-height: 1.7;
}
.glass-section h2{
  margin: 0 0 14px;
  font-size: clamp(26px, 3.2vw, 44px);
  font-weight: 800;
  letter-spacing: 0.2px;
  color: rgba(255,255,255,0.92);
  text-shadow: 0 10px 30px rgba(0,0,0,0.35);
  position: relative;
  animation: titleFloat 3.2s ease-in-out infinite;
}
.glass-section h2::after{
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  width: min(220px, 55%);
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(
    90deg,
    rgba(255,255,255,0.85),
    rgba(255,255,255,0.25),
    rgba(255,255,255,0.75)
  );
  background-size: 200% 100%;
  animation: underlineShine 2.4s ease-in-out infinite;
  box-shadow: 0 8px 24px rgba(0,0,0,0.25);
}
.glass-section::before{
  content:"";
  position:absolute;
  inset: 0;
  border-radius: 22px;
  pointer-events: none;
  background: radial-gradient(
    1200px 240px at 20% 0%,
    rgba(255,255,255,0.18),
    transparent 55%
  );
}
.glass-section{
  position: relative;
}
@keyframes glassIn{
  from{
    opacity: 0;
    transform: translateY(12px) scale(0.985);
    filter: blur(2px);
  }
  to{
    opacity: 1;
    transform: translateY(0) scale(1);
    filter: blur(0);
  }
}
@keyframes titleFloat{
  0%, 100% { transform: translateY(0); }
  50%      { transform: translateY(-2px); }
}
@keyframes underlineShine{
  0%   { background-position: 0% 50%; opacity: 0.9; }
  50%  { background-position: 100% 50%; opacity: 1; }
  100% { background-position: 0% 50%; opacity: 0.9; }
}
@media (max-width: 600px){
  .glass-section{
    border-radius: 18px;
  }
  .glass-section h2::after{
    width: 70%;
  }
}
.custom-section{
  max-width: 1100px;
  margin: clamp(20px, 4vw, 60px) auto;
  padding: clamp(18px, 3vw, 20px);
  background: rgba(255, 255, 255, 0.10);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 22px;
  backdrop-filter: blur(14px) saturate(130%);
  -webkit-backdrop-filter: blur(14px) saturate(130%);
  box-shadow:
    0 18px 50px rgba(0, 0, 0, 0.25),
    inset 0 1px 0 rgba(255, 255, 255, 0.18);
  animation: glassIn 700ms ease-out both;
}
.custom-section h2{
  color:#4B1F2A;
  font-weight: 800;
  letter-spacing: .2px;
  margin-bottom: 14px;
}
.custom-section > .container > p{
  color: rgba(75,31,42,.92);
  max-width: 980px;
  line-height: 1.75;
}
.box-one{
  position: relative;
  padding: 26px 20px 22px;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(213,162,103,.18), rgba(255,255,255,.10));
  border: 1px solid rgba(213,162,103,.45);
  box-shadow: 0 18px 50px rgba(0,0,0,.14);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  overflow: hidden;
}
.box-one::before{
  content:"";
  position:absolute;
  inset:-2px;
  background: radial-gradient(520px 220px at 20% 10%, rgba(213,162,103,.35), transparent 60%),
              radial-gradient(420px 220px at 90% 20%, rgba(75,31,42,.30), transparent 55%);
  opacity:.55;
  pointer-events:none;
}
.box-one::after{
  content:"";
  position:absolute;
  top:-40%;
  left:-30%;
  width: 70%;
  height: 140%;
  transform: rotate(18deg);
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.20), transparent);
  opacity:.35;
  pointer-events:none;
}
.box-one__head{
  position: relative;
  display:flex;
  align-items:flex-start;
  gap: 12px;
  margin-bottom: 10px;
}
.box-one__icon{
  flex: 0 0 auto;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display:grid;
  place-items:center;
  background: rgba(75,31,42,.15);
  border: 1px solid rgba(75,31,42,.25);
  box-shadow: 0 10px 22px rgba(0,0,0,.10);
}
.box-one__icon i{
  font-size: 20px;
  color:#4B1F2A;
}
.box-one h3{
  position: relative;
  color:#4B1F2A;
  font-weight: 800;
  margin: 2px 0 0;
  line-height: 1.2;
}
.box-one p{
  position: relative;
  color: rgba(75,31,42,.92);
  line-height: 1.75;
  margin-bottom: 10px;
}
.box-one p:last-child{ margin-bottom: 0; }
.box-one:hover{
  border-color: rgba(213,162,103,.70);
  box-shadow: 0 22px 70px rgba(0,0,0,.18);
  transform: translateY(-2px);
  transition: .25s ease;
}
@media (prefers-reduced-motion: reduce){
  .box-one, .box-one:hover{ transition:none; transform:none; }
}
.newsletter{
  position: relative;
}
.newsletter__glass{
  position: relative;
  padding: 18px;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(213,162,103,.18), rgba(255,255,255,.10));
  border: 1px solid rgba(213,162,103,.45);
  box-shadow: 0 18px 50px rgba(0,0,0,.14);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  overflow: hidden;
}
.newsletter__glass::before{
  content:"";
  position:absolute;
  inset:-2px;
  background: radial-gradient(520px 220px at 20% 10%, rgba(213,162,103,.35), transparent 60%),
              radial-gradient(420px 220px at 90% 20%, rgba(75,31,42,.30), transparent 55%);
  opacity:.55;
  pointer-events:none;
}
.newsletter__glass::after{
  content:"";
  position:absolute;
  top:-40%;
  left:-30%;
  width: 70%;
  height: 140%;
  transform: rotate(18deg);
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.20), transparent);
  opacity:.32;
  pointer-events:none;
}
.newsletter__head{
  position: relative;
  display: flex;
  gap: 12px;
  align-items: flex-start;
  margin-bottom: 14px;
}
.newsletter__icon{
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: rgba(75,31,42,.15);
  border: 1px solid rgba(75,31,42,.25);
  box-shadow: 0 10px 22px rgba(0,0,0,.10);
  flex: 0 0 auto;
}
.newsletter__icon i{
  font-size: 20px;
  color: #4B1F2A;
}
.newsletter__title{
  margin: 0;
  color: #4B1F2A;
  font-weight: 800;
  letter-spacing: .2px;
}
.newsletter__subtitle{
  margin: 4px 0 0;
  color: rgba(75,31,42,.85);
  line-height: 1.4;
  font-size: .95rem;
}
.newsletter__form{
  position: relative;
  margin: 0;
}
.newsletter__label{
  display: block;
  margin: 0 0 8px;
  color: rgba(75,31,42,.92);
  font-weight: 700;
  font-size: .9rem;
}
.newsletter__field{
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.newsletter__input{
  flex: 1 1 180px;
  min-width: 180px;
  border-radius: 14px;
  padding: 12px 12px;
  border: 1px solid rgba(75,31,42,.25);
  background: rgba(255,255,255,.22);
  color: #4B1F2A;
  outline: none;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.newsletter__input::placeholder{
  color: rgba(75,31,42,.60);
}
.newsletter__input:focus{
  border-color: rgba(213,162,103,.85);
  box-shadow: 0 0 0 4px rgba(213,162,103,.22);
}
.newsletter__btn{
  flex: 0 0 auto;
  border: 0;
  border-radius: 14px;
  padding: 12px 14px;
  font-weight: 800;
  letter-spacing: .2px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: linear-gradient(135deg, #4B1F2A, #D5A267);
  color: #fff;
  box-shadow: 0 14px 28px rgba(0,0,0,.18);
  cursor: not-allowed;
  opacity: .72;
}
.newsletter__btn i{
  font-size: 18px;
  line-height: 0;
}
.newsletter__note{
  margin: 10px 0 0;
  color: rgba(75,31,42,.75);
  font-size: .88rem;
  line-height: 1.35;
}
  .tw-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
  .twitter-tweet {
    max-width: 100%;
    margin: 0 auto;
  }
.tw-container h3{
  margin: 0 0 6px;
  padding: 6px 14px;
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: .2px;
  color: #4B1F2A;
  background: linear-gradient(
    135deg,
    rgba(213,162,103,.22),
    rgba(255,255,255,.12)
  );
  border: 1px solid rgba(213,162,103,.45);
  border-radius: 14px;
  box-shadow: 0 10px 28px rgba(0,0,0,.12);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
