:root {
  --body-bg-color: #f8fafc6e;
  --body-text-color: #45231B;
  --heading-color: #45231B;
  --footer-bg-color: #402117;
  --link-color: #eed9e0;
  --header-bg-color: #ffffff00;
  --font-family: Playfair Display, "Didot", "Bodoni MT", serif;
  --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), rgba(0, 0, 0, 0)),
    url("/images/chocolate-bg.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
h1 {
    font-size: clamp(2rem, 4vw, 2.5rem) !important;
    font-weight: 800;
}
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;
}
  .sidebar-search-box {
  padding: 11px;
  background: var(--body-bg-color);
  border: 1px solid color-mix(in srgb, var(--body-text-color) 30%, transparent);
  border-radius: 10px;
  width: 279px;
  margin-bottom: 15px;
}
.sidebar-search-box form {
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.sidebar-search-box input {
  flex: 1;
  padding: 8px 10px;
  border: 1px solid color-mix(in srgb, var(--body-text-color) 30%, transparent);
  border-radius: 6px;
  background: var(--body-bg-color);
  color: var(--body-text-color);
  outline: none;
}
.sidebar-search-box button {
  padding: 8px 14px;
  border: none;
  border-radius: 6px;
  background: var(--link-color);
  color: #fff;
  cursor: pointer;
}
.sidebar-search-box button:hover {
  opacity: 0.9;
}
.error_page {
  min-height: 70vh;
}
.footer{
  background: var(--footer-bg-color);
  color: var(--footer-text-color);
  padding-top: clamp(1rem, 3vw, 2rem);
  padding-bottom: clamp(1.75rem, 2.5vw, 2.5rem);
  position: relative;
  overflow: hidden;
}
.footer a{
  color: var(--link-color);
  text-decoration: none;
  font-weight: 600;
  letter-spacing: .01em;
  transition: opacity .2s ease, text-decoration-color .2s ease;
}
.footer a:hover,
.footer a:focus-visible{
  opacity: .9;
}
.footer .social-icon{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 999px;
  color: var(--footer-text-color);
  background: var(--link-color);
  font-size: 1.25rem;
  line-height: 1;
  transition: transform .2s ease, background-color .2s ease, border-color .2s ease, color .2s ease;
}
.footer .social-icon:hover,
.footer .social-icon:focus-visible{
  transform: translateY(-3px);
  background: var(--link-color / 30%);
}
.footer .footer-divider{
  border: 0;
  height: 1px;
  background: linear-gradient(
    to right,
    transparent,
    var(--footer-text-color) 40%,
    transparent
  );
  margin: 1.25rem 0;
}
.footer .small{
  font-style: italic;
  font-size: .95rem;
}
@media (max-width: 575.98px){
  .footer .social-icon{
    width: 40px;
    height: 40px;
    font-size: 1.2rem;
  }
  .footer .small{
    font-size: .9rem;
  }
}
 .navbar {
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  background-color: var(--header-bg-color) !important;
}
.hero-section {
  padding: 55px 0;
  position: relative;
  overflow: hidden;
  color: var(--header-text-color);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.246);
}
.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: 60px 0;
  }
}
.navbar-light .navbar-nav .nav-link {
  color: var(--nav-link-color, #141414) !important;
  font-weight: 500;
  padding: 0 1rem;
  transition: color 0.3s ease, transform 0.2s ease;
}
.navbar-light .navbar-nav .nav-link:hover {
  color: var(--link-color) !important;
  transform: translateY(-1px);
}
  .navbar-light .navbar-nav .nav-link.active {
  color: var(--link-color) !important;
  font-weight: 600;
  border-bottom: 2px solid var(--link-color);
}
@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-email {
  color: var(--link-color);
  font-weight: 600;
  text-decoration: none;
}
.contact-email:hover {
  text-decoration: underline;
}
.contact-form-card,
.contact-info-card {
  background: var(--header-bg-color);
  color: var(--nav-link-color);
  border-radius: 16px;
  padding: 24px 22px;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.06);
  border: 1px solid rgba(0, 0, 0, 0.04);
}
.contact-info-card h2 {
  font-weight: 700;
  margin-bottom: 0.75rem;
  color: var(--nav-link-color) !important;
}
.contact-info-item {
  margin-top: 18px;
}
.contact-info-item .label {
  display: block;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #6b7280;
  margin-bottom: 4px;
}
.contact-form-card .form-label {
  font-weight: 600;
  font-size: 0.9rem;
  color: var(--nav-link-colo);
}
.contact-form-card .form-control {
  border-radius: 10px;
  border: 1px solid #cbd5e1;
  font-size: 0.95rem;
  padding: 0.55rem 0.75rem;
  background-color: #fff;
}
.contact-form-card .form-control::placeholder {
  color: #9ca3af;
}
.contact-form-card .form-control:focus {
  border-color: var(--hero-gradient1);
  box-shadow: 0 0 0 0.15rem rgba(22, 130, 149, 0.2);
}
.contact-submit-btn {
  background: linear-gradient(
    135deg,
    var(--hero-gradient1),
    var(--hero-gradient2)
  );
  border: 0;
  color: #fff !important;
  padding: 0.6rem 1.6rem;
  border-radius: 999px;
  font-weight: 600;
  font-size: 0.95rem;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}
  .history-chocolate-section {
    position: relative;
    overflow: hidden;
    padding: 2px 0;
    isolation: isolate;
  }
  .history-chocolate-section::before,
  .history-chocolate-section::after {
    content: "";
    position: absolute;
    inset: auto;
    border-radius: 50%;
    filter: blur(70px);
    z-index: 0;
    pointer-events: none;
    animation: floatBlob 9s ease-in-out infinite;
  }
  .history-chocolate-section::before {
    width: 340px;
    height: 340px;
    top: 60px;
    left: -80px;
    background: rgba(255, 255, 255, 0.22);
  }
  .history-chocolate-section::after {
    width: 300px;
    height: 300px;
    right: -70px;
    bottom: 40px;
    background: rgba(92, 39, 39, 0.14);
    animation-delay: 1.8s;
  }
  .history-chocolate-wrap {
    position: relative;
    z-index: 1;
    padding: 40px;
    border-radius: 32px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.24);
    box-shadow:
      0 20px 60px rgba(88, 35, 35, 0.16),
      inset 0 1px 0 rgba(255, 255, 255, 0.25);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }
  .history-chocolate-wrap::before {
    content: "";
    position: absolute;
    inset: 14px;
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    pointer-events: none;
  }
  .history-title {
    font-size: clamp(2.1rem, 4vw, 3.2rem);
    line-height: 1.1;
    margin-bottom: 24px;
    color: #4c2426;
    font-weight: 700;
    letter-spacing: 0.02em;
    text-shadow: 0 1px 0 rgba(255,255,255,0.28);
  }
  .history-intro p {
    color: #5b2c31;
    font-size: 1.06rem;
    line-height: 1.95;
    margin-bottom: 12px;
  }
  .history-grid {
    margin-top: 24px;
  }
  .box-one {
    position: relative;
    height: 100%;
    padding: 32px 28px 26px;
    border-radius: 26px;
    background:
      linear-gradient(180deg, rgba(255,255,255,0.24), rgba(255,255,255,0.09));
    border: 1px solid rgba(255,255,255,0.25);
    box-shadow:
      0 14px 35px rgba(88, 35, 35, 0.12),
      inset 0 1px 0 rgba(255,255,255,0.22);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
    animation: boxPulse 6s ease-in-out infinite;
  }
  .box-one:hover {
    transform: translateY(-8px);
    box-shadow:
      0 22px 44px rgba(88, 35, 35, 0.18),
      inset 0 1px 0 rgba(255,255,255,0.24);
    border-color: rgba(255,255,255,0.38);
  }
  .box-one::before {
    content: "";
    position: absolute;
    top: -40px;
    right: 18px;
    width: 120px;
    height: 120px;
    background: radial-gradient(circle, rgba(255,255,255,0.18), transparent 68%);
    border-radius: 50%;
    pointer-events: none;
  }
  .box-one::after {
    content: "";
    position: absolute;
    left: 20px;
    bottom: 18px;
    width: 80px;
    height: 1px;
    background: linear-gradient(90deg, rgba(92, 36, 38, 0.35), transparent);
    pointer-events: none;
  }
  .history-icon {
    width: 68px;
    height: 68px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
    border-radius: 18px;
    font-size: 1.75rem;
    color: #5a2327;
    background: linear-gradient(135deg, rgba(255,255,255,0.42), rgba(255,255,255,0.14));
    border: 1px solid rgba(255,255,255,0.28);
    box-shadow:
      0 8px 24px rgba(90, 35, 39, 0.10),
      inset 0 1px 0 rgba(255,255,255,0.30);
    animation: iconFloat 4s ease-in-out infinite;
  }
  .box-one h3 {
    font-size: 2rem;
    margin-bottom: 18px;
    color: #4b2226;
    font-weight: 700;
    line-height: 1.2;
  }
  .box-one p {
    margin-bottom: 14px;
    color: #5d2c31;
    line-height: 1.9;
    font-size: 1rem;
  }
  .history-sparkles span {
    position: absolute;
    display: block;
    width: 10px;
    height: 10px;
    background: rgba(255,255,255,0.36);
    border-radius: 50%;
    box-shadow: 0 0 20px rgba(255,255,255,0.35);
    animation: sparkle 5s linear infinite;
    z-index: 0;
  }
  .history-sparkles span:nth-child(1) { top: 12%; left: 8%; animation-delay: 0s; }
  .history-sparkles span:nth-child(2) { top: 22%; right: 12%; animation-delay: 1.2s; }
  .history-sparkles span:nth-child(3) { top: 58%; left: 14%; animation-delay: 2.1s; }
  .history-sparkles span:nth-child(4) { top: 74%; right: 18%; animation-delay: 3.2s; }
  .history-sparkles span:nth-child(5) { top: 40%; right: 40%; animation-delay: 1.8s; }
  @keyframes floatBlob {
    0%, 100% { transform: translateY(0) translateX(0) scale(1); }
    50% { transform: translateY(-18px) translateX(10px) scale(1.06); }
  }
  @keyframes iconFloat {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-6px); }
  }
  @keyframes sparkle {
    0% { transform: translateY(0) scale(0.7); opacity: 0.2; }
    50% { transform: translateY(-18px) scale(1.05); opacity: 0.75; }
    100% { transform: translateY(-36px) scale(0.7); opacity: 0; }
  }
  @keyframes boxPulse {
    0%, 100% { box-shadow: 0 14px 35px rgba(88, 35, 35, 0.12), inset 0 1px 0 rgba(255,255,255,0.22); }
    50% { box-shadow: 0 18px 42px rgba(88, 35, 35, 0.16), inset 0 1px 0 rgba(255,255,255,0.24); }
  }
  @media (max-width: 991.98px) {
    .history-chocolate-section {
      padding: 70px 0;
    }
    .history-chocolate-wrap {
      padding: 26px 20px;
    }
    .box-one h3 {
      font-size: 1.7rem;
    }
  }
  .fancy-section {
  position: relative;
  overflow: hidden;
  padding: 56px 32px;
  border-radius: 32px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.08)),
    radial-gradient(circle at top left, rgba(255, 210, 225, 0.35), transparent 32%),
    radial-gradient(circle at bottom right, rgba(120, 58, 70, 0.16), transparent 30%),
    rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.24);
  box-shadow:
    0 20px 50px rgba(86, 34, 46, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.22);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  isolation: isolate;
}
.fancy-section::before,
.fancy-section::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
  filter: blur(14px);
}
.fancy-section::before {
  width: 220px;
  height: 220px;
  top: -80px;
  left: -60px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.26), transparent 68%);
  animation: fancyFloat 9s ease-in-out infinite;
}
.fancy-section::after {
  width: 260px;
  height: 260px;
  right: -90px;
  bottom: -100px;
  background: radial-gradient(circle, rgba(255, 192, 203, 0.20), transparent 68%);
  animation: fancyFloat 10s ease-in-out infinite reverse;
}
.fancy-section > * {
  position: relative;
  z-index: 1;
}
.fancy-section h2,
.fancy-section h3 {
  position: relative;
  display: inline-block;
  color: #4c2329;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.35);
}
.fancy-section h2 {
  margin-bottom: 22px;
  padding: 14px 22px;
  font-size: clamp(2rem, 4vw, 3rem);
  border-radius: 20px;
  background: linear-gradient(135deg, rgba(255,255,255,0.28), rgba(255,255,255,0.10));
  border: 1px solid rgba(255,255,255,0.22);
  box-shadow:
    0 10px 30px rgba(92, 38, 48, 0.10),
    inset 0 1px 0 rgba(255,255,255,0.24);
}
.fancy-section h2::before {
  content: "✦";
  position: absolute;
  top: -12px;
  left: -10px;
  font-size: 1.1rem;
  color: rgba(124, 41, 63, 0.75);
  text-shadow: 0 0 12px rgba(255,255,255,0.45);
}
.fancy-section h2::after {
  content: "";
  position: absolute;
  left: 22px;
  bottom: 8px;
  width: calc(100% - 44px);
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(124, 41, 63, 0.65), rgba(255,255,255,0.15));
}
.fancy-section h3 {
  margin-top: 34px;
  margin-bottom: 18px;
  padding: 12px 18px 12px 52px;
  font-size: clamp(1.35rem, 2.4vw, 1.9rem);
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(255,255,255,0.20), rgba(255,255,255,0.08));
  border: 1px solid rgba(255,255,255,0.18);
  box-shadow:
    0 8px 24px rgba(92, 38, 48, 0.08),
    inset 0 1px 0 rgba(255,255,255,0.20);
}
.fancy-section h3::before {
  content: "🍫";
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.25rem;
  filter: drop-shadow(0 3px 8px rgba(92, 38, 48, 0.18));
}
.fancy-section p {
  margin-bottom: 16px;
  color: #5d2d34;
  font-size: 1.02rem;
  line-height: 1.9;
}
.fancy-list {
  list-style: none;
  margin: 18px 0 0;
  padding: 0;
  display: grid;
  gap: 14px;
}
.fancy-list li {
  position: relative;
  padding: 16px 18px 16px 58px;
  border-radius: 18px;
  color: #54272d;
  line-height: 1.75;
  background:
    linear-gradient(135deg, rgba(255,255,255,0.24), rgba(255,255,255,0.10));
  border: 1px solid rgba(255,255,255,0.22);
  box-shadow:
    0 10px 24px rgba(92, 38, 48, 0.08),
    inset 0 1px 0 rgba(255,255,255,0.22);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}
.fancy-list li:hover {
  transform: translateY(-4px);
  box-shadow:
    0 16px 30px rgba(92, 38, 48, 0.12),
    inset 0 1px 0 rgba(255,255,255,0.24);
  border-color: rgba(255,255,255,0.34);
}
.fancy-list li::before {
  content: "✦";
  position: absolute;
  left: 18px;
  top: 50%;
  transform: translateY(-50%);
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #6b2433;
  font-size: 0.95rem;
  background: linear-gradient(135deg, rgba(255,255,255,0.34), rgba(255,255,255,0.14));
  border: 1px solid rgba(255,255,255,0.22);
  box-shadow:
    0 6px 14px rgba(92, 38, 48, 0.10),
    inset 0 1px 0 rgba(255,255,255,0.24);
}
.fancy-list li::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(120deg, transparent 20%, rgba(255,255,255,0.12) 50%, transparent 80%);
  transform: translateX(-120%);
  animation: shineMove 7s linear infinite;
}
@keyframes fancyFloat {
  0%, 100% {
    transform: translateY(0) translateX(0) scale(1);
  }
  50% {
    transform: translateY(-14px) translateX(10px) scale(1.04);
  }
}
@keyframes shineMove {
  0% {
    transform: translateX(-120%);
  }
  100% {
    transform: translateX(120%);
  }
}
@media (max-width: 767.98px) {
  .fancy-section {
    padding: 34px 20px;
    border-radius: 24px;
  }
  .fancy-section h2 {
    padding: 12px 16px;
  }
  .fancy-section h3 {
    padding: 12px 16px 12px 46px;
  }
  .fancy-list li {
    padding: 14px 14px 14px 50px;
  }
  .fancy-list li::before {
    left: 14px;
    width: 24px;
    height: 24px;
    font-size: 0.85rem;
  }
}
  .tw-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
  .twitter-tweet {
    max-width: 100%;
    margin: 0 auto;
  }
  