:root {
  --body-bg-color: #f8fafc;
  --body-text-color: #222222;
  --heading-color: #222222;
  --footer-bg-color: #0d0d0dc7;
  --link-color: #760b15;
  --header-bg-color: #ffffff;
--font-family: 'Times New Roman', Times, serif;
  --nav-link-color: #141414;
  --footer-text-color: #ffffff;
  --header-text-color: rgb(0, 0, 0);
}
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(255, 255, 255, 0.034), rgba(255, 255, 255, 0)),
    url("/images/character-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) ;
}
.content-area a {
  color: rgb(126, 14, 14);
  text-decoration: none !important;
}
a {
   color: rgb(126, 14, 14);
text-decoration: underline;
}
.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: var(--footer-bg-color);
  color: var(--footer-text-color);
  border-top: 1px solid var(--link-color);
}
.footer a {
  text-decoration: none;
  color: var(--footer-text-color) !important;
}
.footer-title {
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 1rem;
  position: relative;
  color: var(--footer-text-color) !important;
}
.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-links li {
  margin-bottom: 0.6rem;
}
.footer-links a {
  text-decoration: none;
  transition: all 0.3s ease;
}
.footer-links a:hover {
  padding-left: 6px;
}
.newsletter-form {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  margin-top: 1rem;
}
.newsletter-form input {
  flex: 1;
  padding: 0.6rem 0.9rem;
  border-radius: 8px;
  border: 0;
  outline: 0;
  background: color-mix(in srgb, var(--footer-bg-color) 80%, white 20%);
  color: var(--footer-text-color);
}
.newsletter-form input::placeholder {
  color: var(--footer-text-color);
}
.newsletter-form button {
  padding: 0.6rem 1.1rem;
  border-radius: 8px;
  border: 0;
  font-weight: 600;
  background: var(--link-color);
  color: var(--footer-text-color);
  transition: all 0.3s ease;
}
.newsletter-form button:hover {
  background: color-mix(in srgb, var(--link-color) 80%, white 20%);
}
.footer-divider {
  margin: 1.5rem 0;
  border-color: var(--link-color);
}
.social-icons {
  display: flex;
  gap: 0.75rem;
  margin-top: 17px;
}
.social-icons span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  color: var(--footer-text-color);
  background-color: color-mix(in srgb, var(--footer-bg-color), white 20%);
  font-size: 1.2rem;
  text-decoration: none;
  transition:
    background-color 0.25s ease,
    transform 0.25s ease;
}
.social-icons span:hover {
  background: linear-gradient(
    135deg,
    var(--link-color),
    var(--footer-text-color)
  );
  transform: translateY(-2px);
} 
 .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 {
  padding: 135px 0 40px;
  position: relative;
  overflow: hidden;
  color: var(--header-text-color);
}
.hero-section h1 {
    margin: 0 0 24px;
    font-size: clamp(2.8rem, 6vw, 5.4rem);
    line-height: 1.05;
    font-weight: 800;
    font-family: "Playfair Display", "Didot", "Bodoni MT", serif;
    letter-spacing: -1.5px;
    color: #0f172a; 
    text-shadow:
        0 1px 0 rgba(255,255,255,0.6),
        0 4px 12px rgba(0,0,0,0.08);
    position: relative;
    z-index: 2;
}
.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: 100px 0 30px;
  }
}
  .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: #760b15;
  text-decoration: none;
}
.fancy-section {
    position: relative;
    padding: 50px 34px;
    overflow: hidden;
    background:
        radial-gradient(circle at 20% 30%, rgba(255, 255, 255, 0.08), transparent 40%),
        radial-gradient(circle at 80% 20%, rgba(0, 0, 0, 0.35), transparent 45%),
        linear-gradient(135deg, #760b15 0%, #5a0810 50%, #3a050a 100%);
    box-shadow:
        0 30px 80px rgba(0, 0, 0, 0.5),
        inset 0 1px 0 rgba(255, 255, 255, 0.08);
}
.fancy-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(rgba(255,255,255,0.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,0.04) 1px, transparent 1px);
    background-size: 40px 40px;
    opacity: 0.25;
    pointer-events: none;
}
.fancy-section::after {
    content: "";
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255,255,255,0.08), transparent 60%);
    animation: lightMove 12s ease-in-out infinite;
    pointer-events: none;
}
@keyframes lightMove {
    0%, 100% {
        transform: translate(0, 0);
    }
    50% {
        transform: translate(10%, 10%);
    }
}
.fancy-section > * {
    position: relative;
    z-index: 2;
    max-width: 1120px;
    margin-left: auto;
    margin-right: auto;
}
.fancy-section h2 {
    position: relative;
    margin-bottom: 28px;
    padding-bottom: 18px;
    color: white;
    font-size: clamp(2rem, 4vw, 3.1rem);
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: -0.025em;
    text-align: center;
    text-wrap: balance;
}
.fancy-section h2::before {
    content: "";
    position: absolute;
    left: 50%;
    top: -22px;
    width: 110px;
    height: 110px;
    transform: translateX(-50%);
    border-radius: 50%;
    background:
        radial-gradient(circle, rgba(118, 11, 21, 0.13) 0%, rgba(118, 11, 21, 0.03) 48%, transparent 72%);
    filter: blur(6px);
    animation: fancyHalo 7s ease-in-out infinite;
    z-index: -1;
}
.fancy-section h2::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 150px;
    height: 4px;
    transform: translateX(-50%);
    border-radius: 999px;
    background: linear-gradient(90deg, transparent, var(--accent), transparent);
    box-shadow: 0 0 18px rgba(var(--accent-rgb), 0.28);
}
.fancy-section > p {
    margin-bottom: 52px;
    color: white;
    line-height: 1.95;
    text-align: center;
    max-width: 960px;
}
.fancy-section h3 {
    position: relative;
    margin-top: 42px;
    margin-bottom: 18px;
    padding: 22px 24px 22px 82px;
    color: var(--ink);
    font-size: 1.55rem;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.015em;
    border: 1px solid rgba(118, 11, 21, 0.10);
    border-radius: 22px;
    background:
        linear-gradient(135deg, rgba(255,255,255,0.80), rgba(255,248,249,0.66));
    box-shadow:
        0 14px 35px rgba(118, 11, 21, 0.06),
        inset 0 1px 0 rgba(255,255,255,0.94);
    overflow: hidden;
}
.fancy-section h3::before {
    content: "";
    position: absolute;
    left: 24px;
    top: 50%;
    width: 38px;
    height: 38px;
    transform: translateY(-50%);
    border-radius: 14px;
    background:
        linear-gradient(135deg, var(--accent-soft), var(--accent-deep));
    box-shadow:
        0 10px 22px rgba(var(--accent-rgb), 0.22),
        inset 0 1px 0 rgba(255,255,255,0.32);
    animation: jewelFloat 4.8s ease-in-out infinite;
}
.fancy-section h3::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(110deg, transparent 20%, rgba(255,255,255,0.42) 50%, transparent 80%);
    transform: translateX(-120%);
    animation: headingSheen 7.5s linear infinite;
    pointer-events: none;
}
.fancy-section ul {
    position: relative;
    margin: 26px auto 0;
    padding: 30px 28px;
    max-width: 980px;
    list-style: none;
    border: 1px solid rgba(118, 11, 21, 0.10);
    border-radius: 26px;
  color: white;
    box-shadow:
        0 18px 42px rgba(118, 11, 21, 0.06),
        inset 0 1px 0 rgba(255,255,255,0.96);
    overflow: hidden;
}
.fancy-section li {
    position: relative;
    margin: 0;
    padding: 18px 18px 18px 18px;
    color: var(--text);
    font-size: 1.02rem;
    line-height: 1.85;
    border-bottom: 1px solid rgba(118, 11, 21, 0.10);
    transition: transform 0.35s ease, background 0.35s ease, box-shadow 0.35s ease;
}
.fancy-section li:last-child {
    border-bottom: 0;
}
.fancy-section li::before {
    content: "";
    position: absolute;
    left: 16px;
    top: 22px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background:
        radial-gradient(circle at 32% 32%, #ffffff 0 18%, #d8a5ab 19%, var(--accent) 62%, var(--accent-deep) 100%);
    box-shadow:
        0 0 0 6px rgba(var(--accent-rgb), 0.08),
        0 10px 18px rgba(var(--accent-rgb), 0.18);
    animation: bulletPulse 3.8s ease-in-out infinite;
}
.fancy-section li::after {
    content: "";
    position: absolute;
    left: 27px;
    top: 46px;
    width: 2px;
    height: calc(100% - 28px);
    background: linear-gradient(180deg, rgba(var(--accent-rgb), 0.30), rgba(var(--accent-rgb), 0.02));
}
.fancy-section li:last-child::after {
    display: none;
}
.fancy-section li:hover {
    transform: translateX(8px);
    background: rgba(118, 11, 21, 0.035);
    box-shadow: inset 6px 0 0 rgba(var(--accent-rgb), 0.14);
}
.fancy-section a {
    color: var(--accent);
    text-decoration: none;
    box-shadow: inset 0 -1px 0 rgba(var(--accent-rgb), 0.28);
    transition: color 0.3s ease, box-shadow 0.3s ease;
}
.fancy-section a:hover {
    color: var(--accent-soft);
    box-shadow: inset 0 -2px 0 rgba(var(--accent-rgb), 0.46);
}
@keyframes fancyHalo {
    0%, 100% {
        transform: translateX(-50%) scale(1);
        opacity: 0.8;
    }
    50% {
        transform: translateX(-50%) scale(1.14);
        opacity: 1;
    }
}
@keyframes jewelFloat {
    0%, 100% {
        transform: translateY(-50%) translateY(0) rotate(0deg);
    }
    50% {
        transform: translateY(-50%) translateY(-5px) rotate(6deg);
    }
}
@keyframes headingSheen {
    0% {
        transform: translateX(-120%);
    }
    100% {
        transform: translateX(140%);
    }
}
@keyframes bulletPulse {
    0%, 100% {
        transform: scale(1);
        box-shadow:
            0 0 0 6px rgba(var(--accent-rgb), 0.08),
            0 10px 18px rgba(var(--accent-rgb), 0.18);
    }
    50% {
        transform: scale(1.08);
        box-shadow:
            0 0 0 10px rgba(var(--accent-rgb), 0.06),
            0 14px 24px rgba(var(--accent-rgb), 0.24);
    }
}
@media (max-width: 991.98px) {
    .fancy-section {
        padding: 90px 22px;
        border-radius: 26px;
    }
    .fancy-section::after {
        inset: 12px;
        border-radius: 22px;
    }
    .fancy-section > p {
        margin-bottom: 40px;
    }
    .fancy-section h3 {
        padding: 20px 20px 20px 74px;
        font-size: 1.4rem;
    }
    .fancy-section ul {
        padding: 22px 20px;
    }
    .fancy-section li {
        padding: 16px 12px 16px 50px;
    }
}
@media (max-width: 575.98px) {
    .fancy-section {
        padding: 72px 16px;
    }
    .fancy-section h2 {
        font-size: 1.85rem;
    }
    .fancy-section h3 {
        padding: 18px 16px 18px 62px;
        font-size: 1.2rem;
        border-radius: 18px;
    }
    .fancy-section h3::before {
        left: 16px;
        width: 32px;
        height: 32px;
        border-radius: 12px;
    }
    .fancy-section ul {
        border-radius: 20px;
    }
    .fancy-section li {
        font-size: 0.98rem;
        line-height: 1.75;
    }
    .fancy-section li::before {
        left: 12px;
    }
    .fancy-section li::after {
        left: 23px;
    }
}
.styled-section {
    --bg-1: #0c0f16;
    --bg-2: #141927;
    --bg-3: #1b2233;
    --accent: #d6b36a;
    --accent-2: #8fb7ff;
    --text: #e9edf5;
    --muted: #b8c0d4;
    --line: rgba(255, 255, 255, 0.08);
    --glass: rgba(255, 255, 255, 0.06);
    position: relative;
    padding: 60px 30px;
    overflow: hidden;
    isolation: isolate;
    background:
        radial-gradient(circle at 15% 20%, rgba(143, 183, 255, 0.14), transparent 24%),
        radial-gradient(circle at 85% 18%, rgba(214, 179, 106, 0.12), transparent 26%),
        radial-gradient(circle at 50% 100%, rgba(255, 255, 255, 0.05), transparent 30%),
        linear-gradient(135deg, var(--bg-1) 0%, var(--bg-2) 46%, var(--bg-3) 100%);
    border: 1px solid rgba(255, 255, 255, 0.06);
    box-shadow:
        0 30px 80px rgba(0, 0, 0, 0.45),
        inset 0 1px 0 rgba(255, 255, 255, 0.06);
}
.styled-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(rgba(255,255,255,0.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,0.035) 1px, transparent 1px);
    background-size: 38px 38px;
    mask-image: radial-gradient(circle at center, black 44%, transparent 100%);
    opacity: 0.5;
    pointer-events: none;
}
.styled-section::after {
    content: "";
    position: absolute;
    inset: -25%;
    background:
        conic-gradient(from 180deg at 50% 50%, transparent 0deg, rgba(214, 179, 106, 0.08) 70deg, transparent 140deg, rgba(143, 183, 255, 0.07) 220deg, transparent 300deg, rgba(214, 179, 106, 0.08) 360deg);
    filter: blur(60px);
    opacity: 0.9;
    animation: orbitGlow 16s linear infinite;
    pointer-events: none;
}
.styled-section > * {
    position: relative;
    z-index: 2;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
}
.styled-section h2 {
    position: relative;
    margin: 0 auto 22px;
    padding-bottom: 20px;
    color: var(--text);
    font-size: clamp(2rem, 4vw, 3.4rem);
    font-weight: 700;
    line-height: 1.08;
    letter-spacing: -0.03em;
    text-align: center;
    text-wrap: balance;
}
.styled-section h2::before {
    content: "";
    position: absolute;
    left: 50%;
    top: -18px;
    width: 140px;
    height: 140px;
    transform: translateX(-50%);
    border-radius: 50%;
    background: radial-gradient(circle, rgba(214, 179, 106, 0.16), transparent 68%);
    filter: blur(10px);
    animation: crownPulse 6s ease-in-out infinite;
    z-index: -1;
}
.styled-section h2::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 180px;
    height: 3px;
    transform: translateX(-50%);
    border-radius: 999px;
    background: linear-gradient(90deg, transparent, var(--accent), var(--accent-2), transparent);
    box-shadow:
        0 0 18px rgba(214, 179, 106, 0.25),
        0 0 24px rgba(143, 183, 255, 0.18);
}
.styled-section > p {
    margin: 0 auto 34px;
    color: var(--muted);
    font-size: 1.05rem;
    line-height: 1.95;
    text-align: center;
    max-width: 960px;
}
.styled-list {
    position: relative;
    margin: 42px auto 38px;
    padding: 15px;
    max-width: 1000px;
    list-style: none;
    background:
        linear-gradient(180deg, rgba(255,255,255,0.07), rgba(255,255,255,0.03));
    border: 1px solid rgba(255,255,255,0.08);
    box-shadow:
        0 24px 60px rgba(0, 0, 0, 0.28),
        inset 0 1px 0 rgba(255,255,255,0.08);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    overflow: hidden;
}
.styled-list::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(135deg, rgba(214, 179, 106, 0.08), transparent 34%),
        radial-gradient(circle at top right, rgba(143, 183, 255, 0.12), transparent 24%);
    pointer-events: none;
}
.styled-list li {
    position: relative;
    padding: 22px 20px 22px 86px;
    margin: 0;
    color: var(--text);
    font-size: 1rem;
    line-height: 1.9;
    border-bottom: 1px solid var(--line);
    transition: transform 0.35s ease, border-color 0.35s ease, background 0.35s ease;
}
.styled-list li:last-child {
    border-bottom: 0;
}
.styled-list li::before {
    content: "";
    position: absolute;
    left: 26px;
    top: 24px;
    width: 38px;
    height: 38px;
    border-radius: 14px;
    background:
        linear-gradient(135deg, rgba(214, 179, 106, 0.95), rgba(143, 183, 255, 0.9));
    box-shadow:
        0 10px 22px rgba(0, 0, 0, 0.25),
        0 0 0 1px rgba(255,255,255,0.12),
        inset 0 1px 0 rgba(255,255,255,0.35);
    animation: badgeFloat 5s ease-in-out infinite;
}
.styled-list li::after {
    content: "";
    position: absolute;
    left: 39px;
    top: 35px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(12, 15, 22, 0.88);
    box-shadow:
        0 0 0 4px rgba(255,255,255,0.12),
        0 0 18px rgba(214, 179, 106, 0.4);
}
.styled-list li:hover {
    transform: translateX(10px);
    background: rgba(255,255,255,0.025);
    border-color: rgba(214, 179, 106, 0.18);
}
.styled-list li:nth-child(1)::before {
    animation-delay: 0s;
}
.styled-list li:nth-child(2)::before {
    animation-delay: 0.6s;
}
.styled-list li:nth-child(3)::before {
    animation-delay: 1.2s;
}
.styled-list li:nth-child(4)::before {
    animation-delay: 1.8s;
}
@keyframes orbitGlow {
    0% {
        transform: rotate(0deg) scale(1);
    }
    50% {
        transform: rotate(180deg) scale(1.08);
    }
    100% {
        transform: rotate(360deg) scale(1);
    }
}
@keyframes crownPulse {
    0%, 100% {
        transform: translateX(-50%) scale(1);
        opacity: 0.75;
    }
    50% {
        transform: translateX(-50%) scale(1.15);
        opacity: 1;
    }
}
@keyframes badgeFloat {
    0%, 100% {
        transform: translateY(0) rotate(0deg);
        box-shadow:
            0 10px 22px rgba(0, 0, 0, 0.25),
            0 0 0 1px rgba(255,255,255,0.12),
            inset 0 1px 0 rgba(255,255,255,0.35);
    }
    50% {
        transform: translateY(-6px) rotate(6deg);
        box-shadow:
            0 16px 28px rgba(0, 0, 0, 0.34),
            0 0 0 1px rgba(255,255,255,0.16),
            inset 0 1px 0 rgba(255,255,255,0.45);
    }
}
@media (max-width: 991.98px) {
    .styled-section {
        padding: 96px 22px;
        border-radius: 28px;
    }
    .styled-list {
        padding: 24px 20px;
        border-radius: 24px;
    }
    .styled-list li {
        padding: 20px 14px 20px 74px;
    }
    .styled-list li::before {
        left: 18px;
        width: 34px;
        height: 34px;
    }
    .styled-list li::after {
        left: 29px;
        top: 33px;
        width: 10px;
        height: 10px;
    }
}
@media (max-width: 575.98px) {
    .styled-section {
        padding: 78px 16px;
    }
    .styled-section h2 {
        font-size: 1.95rem;
    }
    .styled-section > p,
    .styled-list li {
        line-height: 1.75;
    }
    .styled-list {
        margin-top: 30px;
        margin-bottom: 28px;
    }
    .styled-list li {
        padding: 12px 10px 12px 12px;
        font-size: 0.98rem;
    }
    .styled-list li::before {
        display: none;
        left: 14px;
        top: 22px;
        width: 28px;
        height: 28px;
        border-radius: 10px;
    }
    .styled-list li::after {
       display: none;
        left: 23px;
        top: 30px;
        width: 8px;
        height: 8px;
    }
}
.sidebar-search-box {
    --accent: #760b15;
    position: relative;
    padding: 18px 16px;
    border-radius: 14px;
    background: rgba(255,255,255,0.75);
    -webkit-backdrop-filter: blur(8px);
    border: 1px solid rgba(0,0,0,0.06);
    box-shadow:
        0 10px 24px rgba(0,0,0,0.06),
        inset 0 1px 0 rgba(255,255,255,0.9);
}
.sidebar-search-box h3 {
    font-size: 1rem;
    margin-bottom: 10px;
    color: #1e1e1e;
}
.sidebar-search-box form {
    display: flex;
    gap: 6px;
}
.sidebar-search-box input[type="search"] {
    flex: 1;
    padding: 8px 10px;
    border-radius: 8px;
    border: 1px solid rgba(0,0,0,0.1);
    font-size: 0.85rem;
    outline: none;
    background: #fff;
    transition: 0.25s ease;
}
.sidebar-search-box input:focus {
    border-color: var(--accent);
    box-shadow: 0 0 0 2px rgba(118, 11, 21, 0.12);
}
.sidebar-search-box button {
    padding: 8px 10px;
    font-size: 0.8rem;
    border-radius: 8px;
    border: none;
    background: var(--accent);
    color: #fff;
    cursor: pointer;
    transition: 0.25s ease;
}
.sidebar-search-box button:hover:not(:disabled) {
    background: #9a1c28;
}
.sidebar-search-box button:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}
.sidebar-linking {
    --accent: #760b15;
    --accent-light: #a51a28;
    position: relative;
    padding: 18px 16px;
    background: rgba(255,255,255,0.75);
    -webkit-backdrop-filter: blur(8px);
    border: 1px solid rgba(0,0,0,0.06);
    box-shadow:
        0 10px 24px rgba(0,0,0,0.06),
        inset 0 1px 0 rgba(255,255,255,0.9);
    overflow: hidden;
}
.sidebar-linking::before {
    content: "";
    position: absolute;
    inset: -40%;
    background: radial-gradient(circle, rgba(118, 11, 21, 0.06), transparent 60%);
    animation: sidebarGlow 12s ease-in-out infinite;
    pointer-events: none;
}
.sidebar-linking h3 {
    font-size: 1rem;
    margin-bottom: 12px;
    color: #1e1e1e;
}
.page-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.page-list li {
    position: relative;
    margin-bottom: 6px;
}
.page-list a {
    position: relative;
    display: block;
    padding: 8px 10px 8px 28px;
    font-size: 0.85rem;
    color: #333;
    text-decoration: none;
    border-radius: 8px;
    transition: all 0.25s ease;
}
.page-list a::before {
    content: "";
    position: absolute;
    left: 10px;
    top: 50%;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--accent);
    transform: translateY(-50%) scale(1);
    transition: 0.25s ease;
    box-shadow: 0 0 0 0 rgba(118,11,21,0.4);
}
.page-list a:hover {
    background: rgba(118, 11, 21, 0.06);
    color: var(--accent);
    transform: translateX(4px);
}
.page-list a:hover::before {
    transform: translateY(-50%) scale(1.4);
    box-shadow: 0 0 0 4px rgba(118,11,21,0.15);
}
.page-list a.active {
    background: rgba(118, 11, 21, 0.08);
    color: var(--accent);
    font-weight: 600;
}
.page-list li:not(:last-child)::after {
    content: "";
    position: absolute;
    left: 28px;
    right: 6px;
    bottom: 0;
    height: 1px;
    background: rgba(0,0,0,0.05);
}
@keyframes sidebarGlow {
    0%, 100% {
        transform: translate(0,0) scale(1);
    }
    50% {
        transform: translate(10%,10%) scale(1.1);
    }
}
.custom-section {
    position: relative;
    padding: 70px 0;
    overflow: hidden;
    background:
        radial-gradient(circle at 20% 20%, rgba(122, 26, 38, 0.18), transparent 32%),
        radial-gradient(circle at 80% 30%, rgba(70, 96, 180, 0.16), transparent 30%),
        linear-gradient(90deg, #0c111d 0%, #111827 35%, #0b1220 65%, #161c2b 100%);
}
.custom-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(255,255,255,0.025) 0, rgba(255,255,255,0.025) 1px, transparent 1px, transparent 60px),
        linear-gradient(180deg, rgba(255,255,255,0.018) 0, rgba(255,255,255,0.018) 1px, transparent 1px, transparent 60px);
    opacity: 0.35;
    pointer-events: none;
}
.custom-section::after {
    content: "";
    position: absolute;
    width: 520px;
    height: 520px;
    top: -180px;
    left: -140px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(194, 156, 88, 0.10) 0%, rgba(194, 156, 88, 0.03) 45%, transparent 75%);
    filter: blur(18px);
    animation: floatingGlow 8s ease-in-out infinite;
    pointer-events: none;
}
.custom-section .container {
    position: relative;
    z-index: 2;
}
.custom-section .section-heading {
    max-width: 980px;
    margin: 0 auto 65px;
    text-align: center;
    animation: fadeUp 1s ease both;
}
.custom-section h2 {
    position: relative;
    margin-bottom: 30px;
    font-size: 50px;
    line-height: 1.15;
    font-weight: 700;
    color: #f5f1ea;
    text-shadow:
        0 0 12px rgba(255,255,255,0.06),
        0 0 24px rgba(94, 133, 255, 0.08);
    letter-spacing: -0.5px;
}
.custom-section h2::after {
    content: "";
    display: block;
    width: 180px;
    height: 4px;
    margin: 18px auto 0;
    border-radius: 999px;
    background: linear-gradient(90deg, transparent 0%, #c9a35f 25%, #89a7ff 50%, #c9a35f 75%, transparent 100%);
    box-shadow:
        0 0 12px rgba(201, 163, 95, 0.45),
        0 0 24px rgba(137, 167, 255, 0.28);
    animation: shimmerLine 3.2s linear infinite;
}
.custom-section .section-heading p {
    margin: 0 auto;
    max-width: 900px;
    font-size: 15px;
    line-height: 1.95;
    color: rgba(234, 237, 245, 0.82);
    text-shadow: 0 0 10px rgba(255,255,255,0.03);
}
.custom-section .row {
    row-gap: 30px;
}
.custom-box {
    position: relative;
    height: 100%;
    padding: 25px;
    border-radius: 28px;
    background:
        linear-gradient(135deg, rgba(255,255,255,0.10) 0%, rgba(255,255,255,0.04) 30%, rgba(82, 99, 148, 0.10) 100%);
    border: 1px solid rgba(255,255,255,0.08);
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.08),
        inset 0 0 0 1px rgba(255,255,255,0.02),
        0 20px 50px rgba(0,0,0,0.28),
        0 0 30px rgba(70, 96, 180, 0.08);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    overflow: hidden;
    transition:
        transform 0.45s ease,
        box-shadow 0.45s ease,
        border-color 0.45s ease;
    animation: fadeUp 0.9s ease both;
}
.custom-box::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(120deg, transparent 0%, rgba(255,255,255,0.08) 18%, transparent 36%);
    transform: translateX(-130%);
    transition: transform 0.9s ease;
    pointer-events: none;
}
.custom-box::after {
    content: "";
    position: absolute;
    inset: 1px;
    border-radius: 27px;
    background: linear-gradient(180deg, rgba(255,255,255,0.025), rgba(255,255,255,0));
    pointer-events: none;
}
.custom-box:hover {
    transform: translateY(-10px) scale(1.01);
    border-color: rgba(201, 163, 95, 0.35);
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.10),
        0 28px 65px rgba(0,0,0,0.35),
        0 0 35px rgba(137, 167, 255, 0.15),
        0 0 18px rgba(201, 163, 95, 0.10);
}
.custom-box:hover::before {
    transform: translateX(130%);
}
.custom-box img {
    position: relative;
    width: 100%;
    height: 240px;
    object-fit: cover;
    display: block;
    margin-bottom: 24px;
    border-radius: 18px;
    box-shadow:
        0 12px 30px rgba(0,0,0,0.28),
        0 0 20px rgba(85, 114, 212, 0.10);
    transition:
        transform 0.45s ease,
        box-shadow 0.45s ease,
        filter 0.45s ease;
}
.custom-box:hover img {
    transform: scale(1.04);
    filter: brightness(1.06) contrast(1.04);
    box-shadow:
        0 16px 38px rgba(0,0,0,0.34),
        0 0 28px rgba(201, 163, 95, 0.12);
}
.custom-box a {
    text-decoration: none;
    display: inline-block;
}
.custom-box h3 {
    position: relative;
    margin-bottom: 18px;
    padding-bottom: 14px;
    font-size: 31px;
    line-height: 1.28;
    font-weight: 700;
    color: #f7f3eb;
    text-shadow:
        0 0 10px rgba(255,255,255,0.04),
        0 0 18px rgba(111, 146, 255, 0.06);
    transition:
        color 0.35s ease,
        text-shadow 0.35s ease,
        transform 0.35s ease;
}
.custom-box h3::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 95px;
    height: 3px;
    border-radius: 999px;
    background: linear-gradient(90deg, #ccb06d 0%, #8ea9ff 100%);
    box-shadow: 0 0 14px rgba(204, 176, 109, 0.32);
    transition: width 0.35s ease;
}
.custom-box a:hover h3 {
    color: #ffffff;
    transform: translateX(4px);
    text-shadow:
        0 0 12px rgba(255,255,255,0.06),
        0 0 22px rgba(201, 163, 95, 0.14);
}
.custom-box a:hover h3::after {
    width: 150px;
}
.custom-box p {
    margin-bottom: 0;
    font-size: 17px;
    line-height: 1.95;
    color: rgba(229, 233, 243, 0.86);
}
.custom-box p + p {
    margin-top: 12px;
}
.custom-box,
.custom-box img,
.custom-box h3,
.custom-box p {
    z-index: 1;
}
.custom-box > * {
    position: relative;
}
@keyframes fadeUp {
    0% {
        opacity: 0;
        transform: translateY(28px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
@keyframes shimmerLine {
    0% {
        background-position: -220px 0;
    }
    100% {
        background-position: 220px 0;
    }
}
@keyframes floatingGlow {
    0%,
    100% {
        transform: translate(0, 0) scale(1);
    }
    50% {
        transform: translate(40px, 30px) scale(1.08);
    }
}
@media (max-width: 1399.98px) {
    .custom-section h2 {
        font-size: 44px;
    }
    .custom-box h3 {
        font-size: 28px;
    }
}
@media (max-width: 1199.98px) {
    .custom-section {
        padding: 90px 0;
    }
    .custom-section h2 {
        font-size: 40px;
    }
    .custom-section .section-heading p {
        font-size: 18px;
    }
    .custom-box {
        padding: 28px;
    }
    .custom-box img {
        height: 220px;
    }
    .custom-box h3 {
        font-size: 26px;
    }
}
@media (max-width: 767.98px) {
    .custom-section {
        padding: 70px 0;
    }
    .custom-section .section-heading {
        margin-bottom: 45px;
    }
    .custom-section h2 {
        font-size: 31px;
    }
    .custom-section h2::after {
        width: 130px;
    }
    .custom-section .section-heading p {
        font-size: 16px;
        line-height: 1.8;
    }
    .custom-box {
        padding: 22px;
        border-radius: 22px;
    }
    .custom-box img {
        height: 190px;
        border-radius: 14px;
        margin-bottom: 18px;
    }
    .custom-box h3 {
        font-size: 22px;
        line-height: 1.35;
    }
    .custom-box p {
        font-size: 15px;
        line-height: 1.8;
    }
}
.styled-two {
    position: relative;
    padding: 50px 0;
    overflow: hidden;
    background: url("/images/character-bg.webp") center/cover no-repeat;
}
.styled-two::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        135deg,
        rgba(10, 14, 28, 0.575) 0%,
        rgba(15, 22, 40, 0.651) 50%,
        rgba(8, 12, 24, 0.95) 100%
    );
    z-index: 1;
}
.styled-two::after {
    content: "";
    position: absolute;
    width: 500px;
    height: 500px;
    top: -120px;
    right: -120px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(201,163,95,0.18) 0%, transparent 70%);
    filter: blur(30px);
    animation: floatGlow 8s ease-in-out infinite;
    z-index: 1;
}
.styled-two .container {
    position: relative;
    z-index: 2;
}
.styled-two .top-content {
    max-width: 900px;
    margin-bottom: 60px;
    animation: fadeUp 1s ease both;
}
.styled-two .featured-image {
    margin: 50px 0 70px;
    border-radius: 20px;
    overflow: hidden;
    box-shadow:
        0 20px 50px rgba(0,0,0,0.35),
        0 0 30px rgba(100,130,255,0.15);
    animation: fadeUp 1.2s ease both;
}
.styled-two .featured-image img {
    width: 100%;
    display: block;
    transition: transform 0.6s ease;
}
.styled-two .featured-image:hover img {
    transform: scale(1.05);
}
.styled-two .content-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}
.styled-two .content-block {
    padding: 30px;
    border-radius: 20px;
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.08);
    backdrop-filter: blur(6px);
    transition: 0.4s ease;
    animation: fadeUp 1.3s ease both;
}
.styled-two .content-block:hover {
    transform: translateY(-6px);
    border-color: rgba(201,163,95,0.4);
    box-shadow:
        0 20px 40px rgba(0,0,0,0.4),
        0 0 25px rgba(201,163,95,0.15);
}
.styled-two ul {
    margin-top: 20px;
    padding: 0;
    list-style: none;
}
.styled-two ul li {
    position: relative;
    padding-left: 22px;
    margin-bottom: 12px;
}
.styled-two ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: linear-gradient(180deg, #c9a35f, #7aa2ff);
    box-shadow: 0 0 10px rgba(201,163,95,0.4);
}
@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
@keyframes floatGlow {
    0%,100% { transform: translate(0,0) scale(1); }
    50% { transform: translate(-30px, 30px) scale(1.1); }
}
@media (max-width: 991px) {
    .styled-two .content-grid {
        grid-template-columns: 1fr;
    }
}
.styled-two h2 {
    margin-bottom: 20px;
    font-size: clamp(2rem, 4vw, 3.2rem);
    line-height: 1.15;
    font-weight: 700;
    color: #f5f1ea;
    letter-spacing: -0.5px;
    text-shadow:
        0 0 10px rgba(255,255,255,0.05),
        0 0 20px rgba(120,140,255,0.08);
    position: relative;
}
.styled-two h2::after {
    content: "";
    display: block;
    width: 120px;
    height: 3px;
    margin-top: 14px;
    border-radius: 999px;
    background: linear-gradient(90deg, #c9a35f, #7aa2ff);
    box-shadow: 0 0 12px rgba(201,163,95,0.4);
}
.styled-two h3 {
    margin-bottom: 16px;
    font-size: 1.6rem;
    font-weight: 600;
    color: #ffffff;
    line-height: 1.3;
    position: relative;
    padding-left: 14px;
}
.styled-two h3::before {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    width: 4px;
    height: 70%;
    border-radius: 4px;
    background: linear-gradient(180deg, #c9a35f, #7aa2ff);
}
.styled-two p {
    margin-bottom: 16px;
    font-size: 1.05rem;
    line-height: 1.9;
    color: rgba(230,235,245,0.85);
}
.styled-two ul {
    margin-top: 18px;
    padding: 0;
    list-style: none;
}
.styled-two ul li {
    position: relative;
    padding-left: 24px;
    margin-bottom: 12px;
    font-size: 1rem;
    line-height: 1.8;
    color: rgba(230,235,245,0.85);
    transition: transform 0.25s ease;
}
.styled-two ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: linear-gradient(180deg, #c9a35f, #7aa2ff);
    box-shadow:
        0 0 8px rgba(201,163,95,0.5),
        0 0 12px rgba(122,162,255,0.3);
}
.styled-two ul li:hover {
    transform: translateX(4px);
}
@media (max-width: 991.98px) {
    .navbar-brand img {
        width: 200px;
    }
}
@media (max-width: 575.98px) {
    .navbar-brand img {
        width: 160px;
    }
}