:root {
  --body-bg-color: #f8fafc;
  --body-text-color: #222222;
  --heading-color: #222222;
  --footer-bg-color: #5C202B;
  --link-color: #d4e9eb;
  --header-bg-color: #5C202B;
  --font-family: Calibri, Arial, sans-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;
}
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: var(--link-color) ;
  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;
}
  .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: 2.5rem 0 1.75rem;
  position: relative;
  overflow: hidden;
  border-top: 1px solid var(--header-bg-color);
}
.footer a {
  color: var(--link-color);
  text-decoration: none;
  transition:
    color 0.25s ease,
    opacity 0.25s ease;
}
.footer a:hover {
  color: var(--footer-text-color);
  opacity: 0.85;
}
.footer-divider {
  margin: 2rem 0 0;
  border-color: color-mix(in srgb, var(--link-color) 30%, transparent);
  opacity: 1;
}
.footer::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 2px;
  width: 100%;
  background: var(--link-color);
}
.footer img {
        filter: brightness(0) invert(1);
      }
 .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.with-bg {
  background-image: url('/images/vote-bg.webp');
  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, rgb(0, 0, 0));
  opacity: 0.5;
  z-index: 1;
}
.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;
  }
}
.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");
}
.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;
}
.voting-methods-section {
    position: relative;
    background:
        radial-gradient(circle at 15% 20%, rgba(255, 215, 180, 0.12), transparent 22%),
        radial-gradient(circle at 85% 25%, rgba(255, 255, 255, 0.08), transparent 18%),
        radial-gradient(circle at 50% 100%, rgba(177, 93, 108, 0.20), transparent 30%),
        linear-gradient(135deg, #5C202B 0%, #6d2633 45%, #4d1721 100%);
    padding-top: 110px;
    padding-bottom: 110px;
    isolation: isolate;
}
.voting-methods-section::before,
.voting-methods-section::after {
    content: "";
    position: absolute;
    inset: auto;
    border-radius: 50%;
    pointer-events: none;
    filter: blur(12px);
    opacity: 0.35;
    z-index: 0;
}
.voting-methods-section::before {
    width: 340px;
    height: 340px;
    top: -90px;
    left: -100px;
    background: radial-gradient(circle, rgba(255,255,255,0.16) 0%, rgba(255,255,255,0) 70%);
    animation: floatPulse 10s ease-in-out infinite;
}
.voting-methods-section::after {
    width: 420px;
    height: 420px;
    right: -120px;
    bottom: -120px;
    background: radial-gradient(circle, rgba(255,196,164,0.16) 0%, rgba(255,196,164,0) 72%);
    animation: floatPulse 12s ease-in-out infinite reverse;
}
.voting-methods-section .container {
    position: relative;
    z-index: 2;
}
.bg-grid {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255,255,255,0.045) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,0.045) 1px, transparent 1px);
    background-size: 34px 34px;
    mask-image: radial-gradient(circle at center, black 45%, transparent 100%);
    opacity: 0.22;
    animation: gridDrift 18s linear infinite;
    z-index: 0;
}
.bg-shine {
    position: absolute;
    top: -20%;
    left: -10%;
    width: 60%;
    height: 160%;
    background: linear-gradient(
        115deg,
        rgba(255,255,255,0) 0%,
        rgba(255,255,255,0.02) 35%,
        rgba(255,255,255,0.12) 50%,
        rgba(255,255,255,0.02) 65%,
        rgba(255,255,255,0) 100%
    );
    transform: rotate(12deg);
    animation: shineSweep 9s linear infinite;
    pointer-events: none;
    z-index: 0;
}
.bg-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(6px);
    pointer-events: none;
    z-index: 0;
}
.orb-1 {
    width: 180px;
    height: 180px;
    top: 12%;
    left: 8%;
    background: radial-gradient(circle, rgba(255, 214, 170, 0.28), rgba(255, 214, 170, 0));
    animation: orbFloat 8s ease-in-out infinite;
}
.orb-2 {
    width: 260px;
    height: 260px;
    top: 18%;
    right: 10%;
    background: radial-gradient(circle, rgba(255,255,255,0.12), rgba(255,255,255,0));
    animation: orbFloat 11s ease-in-out infinite reverse;
}
.orb-3 {
    width: 220px;
    height: 220px;
    bottom: 10%;
    left: 48%;
    background: radial-gradient(circle, rgba(193, 110, 126, 0.22), rgba(193, 110, 126, 0));
    animation: orbFloat 10s ease-in-out infinite;
}
.box-one {
    position: relative;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 24px;
    box-shadow:
        0 20px 45px rgba(0, 0, 0, 0.22),
        inset 0 1px 0 rgba(255, 255, 255, 0.10);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    overflow: hidden;
}
.box-one::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        135deg,
        rgba(255,255,255,0.10) 0%,
        rgba(255,255,255,0.03) 40%,
        rgba(255,220,190,0.06) 100%
    );
    pointer-events: none;
}
.box-one::after {
    content: "";
    position: absolute;
    top: 0;
    left: 24px;
    width: 90px;
    height: 3px;
    border-radius: 999px;
    background: linear-gradient(90deg, #f3d5bf 0%, #ffffff 100%);
    box-shadow: 0 0 18px rgba(255,255,255,0.28);
}
.box-intro {
    max-width: 1100px;
    padding: 38px 34px 30px;
}
.section-intro h2,
.voting-box h3,
.section-intro p,
.voting-box p {
    position: relative;
    z-index: 1;
}
.section-intro h2 {
    color: #ffffff;
    font-size: clamp(2rem, 3vw, 3rem);
    line-height: 1.2;
    margin-bottom: 18px;
}
.section-intro p {
    color: rgba(255,255,255,0.88);
    font-size: 1.08rem;
    line-height: 1.9;
    margin-bottom: 0;
}
.voting-box {
    padding: 78px 28px 28px;
    transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}
.voting-box:hover {
    transform: translateY(-8px);
    box-shadow:
        0 28px 55px rgba(0, 0, 0, 0.28),
        0 0 0 1px rgba(255,255,255,0.04) inset;
    border-color: rgba(255, 228, 212, 0.26);
}
.icon-wrap {
    position: absolute;
    top: 22px;
    left: 28px;
    width: 54px;
    height: 54px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    background: linear-gradient(135deg, rgba(255,255,255,0.16), rgba(255,224,205,0.14));
    border: 1px solid rgba(255,255,255,0.18);
    box-shadow:
        0 10px 25px rgba(0, 0, 0, 0.18),
        inset 0 1px 0 rgba(255,255,255,0.14);
    z-index: 2;
}
.icon-wrap i {
    font-size: 1.45rem;
    color: #f7dfcf;
    text-shadow: 0 0 12px rgba(255,255,255,0.16);
}
.voting-box h3 {
    color: #ffffff;
    font-size: 1.65rem;
    line-height: 1.3;
    margin-bottom: 18px;
    padding-top: 6px;
}
.voting-box p {
    color: rgba(255,255,255,0.9);
    line-height: 1.85;
    font-size: 1.03rem;
    margin-bottom: 16px;
}
.voting-box p:last-child {
    margin-bottom: 0;
}
@keyframes orbFloat {
    0%, 100% {
        transform: translate3d(0, 0, 0) scale(1);
    }
    50% {
        transform: translate3d(0, -18px, 0) scale(1.05);
    }
}
@keyframes floatPulse {
    0%, 100% {
        transform: translateY(0) scale(1);
        opacity: 0.32;
    }
    50% {
        transform: translateY(-12px) scale(1.07);
        opacity: 0.44;
    }
}
@keyframes gridDrift {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(34px, 34px);
    }
}
@keyframes shineSweep {
    0% {
        transform: translateX(-20%) rotate(12deg);
        opacity: 0;
    }
    15% {
        opacity: 1;
    }
    50% {
        opacity: 0.8;
    }
    100% {
        transform: translateX(120%) rotate(12deg);
        opacity: 0;
    }
}
@media (max-width: 991.98px) {
    .voting-methods-section {
        padding-top: 90px;
        padding-bottom: 90px;
    }
    .box-intro,
    .voting-box {
        padding-left: 24px;
        padding-right: 24px;
    }
    .voting-box {
        padding-top: 74px;
    }
}
@media (max-width: 575.98px) {
    .section-intro h2 {
        font-size: 1.8rem;
    }
    .voting-box h3 {
        font-size: 1.4rem;
    }
    .section-intro p,
    .voting-box p {
        font-size: 0.98rem;
        line-height: 1.8;
    }
    .icon-wrap {
        width: 50px;
        height: 50px;
        left: 22px;
    }
}
.fancy-section {
    position: relative;
    overflow: hidden;
    padding: 90px 32px;
    background:
        radial-gradient(circle at 15% 20%, rgba(255, 255, 255, 0.08), transparent 22%),
        radial-gradient(circle at 85% 25%, rgba(120, 170, 255, 0.14), transparent 20%),
        radial-gradient(circle at 50% 100%, rgba(70, 110, 200, 0.18), transparent 30%),
        linear-gradient(135deg, #061a40 0%, #0b2a5b 45%, #03132c 100%);
    box-shadow:
        0 20px 50px rgba(0, 0, 0, 0.28),
        inset 0 1px 0 rgba(255, 255, 255, 0.06);
    isolation: isolate;
}
.fancy-section::before {
    content: "";
    position: absolute;
    top: -80px;
    left: -80px;
    width: 260px;
    height: 260px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255,255,255,0.10) 0%, rgba(255,255,255,0) 72%);
    filter: blur(8px);
    animation: fancyFloat 10s ease-in-out infinite;
    pointer-events: none;
}
.fancy-section::after {
    content: "";
    position: absolute;
    right: -120px;
    bottom: -120px;
    width: 320px;
    height: 320px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(84, 140, 255, 0.18) 0%, rgba(84, 140, 255, 0) 72%);
    filter: blur(10px);
    animation: fancyFloat 13s ease-in-out infinite reverse;
    pointer-events: none;
}
.fancy-section h2,
.fancy-section p {
    position: relative;
    z-index: 1;
}
.fancy-section h2 {
    color: #ffffff;
    font-size: clamp(2rem, 3vw, 3rem);
    line-height: 1.2;
    margin-bottom: 22px;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.25);
}
.fancy-section p {
    color: rgba(235, 243, 255, 0.92);
    line-height: 1.5;
    margin-bottom: 16px;
}
.fancy-section p:last-child {
    margin-bottom: 0;
}
@keyframes fancyFloat {
    0%, 100% {
        transform: translateY(0) scale(1);
    }
    50% {
        transform: translateY(-14px) scale(1.05);
    }
}
.newsletter {
    position: relative;
}
.newsletter-box {
    position: relative;
    overflow: hidden;
    padding: 28px 22px;
    background:
        radial-gradient(circle at top right, rgba(255,255,255,0.12), transparent 28%),
        linear-gradient(135deg, #5C202B 0%, #7a2c3a 55%, #4a1720 100%);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.18);
    border: 1px solid rgba(255,255,255,0.10);
}
.newsletter-box::before {
    content: "";
    position: absolute;
    top: -40px;
    right: -40px;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    background: rgba(255,255,255,0.07);
}
.newsletter-box::after {
    content: "";
    position: absolute;
    bottom: -55px;
    left: -55px;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    background: rgba(255,255,255,0.05);
}
.newsletter-badge,
.newsletter-box h3,
.newsletter-box p,
.newsletter-form,
.newsletter-box small {
    position: relative;
    z-index: 1;
}
.newsletter-badge {
    display: inline-block;
    margin-bottom: 14px;
    padding: 6px 12px;
    border-radius: 999px;
    background: rgba(255,255,255,0.14);
    color: #fff;
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.4px;
    text-transform: uppercase;
}
.newsletter-box h3 {
    margin: 0 0 10px;
    color: #fff;
    font-size: 1.6rem;
    line-height: 1.2;
}
.newsletter-box p {
    margin: 0 0 18px;
    color: rgba(255,255,255,0.88);
    font-size: 0.98rem;
    line-height: 1.7;
}
.newsletter-form .form-group {
    margin-bottom: 12px;
}
.newsletter-form input {
    width: 100%;
    height: 50px;
    padding: 0 16px;
    border: 1px solid rgba(255,255,255,0.16);
    border-radius: 14px;
    background: rgba(255,255,255,0.10);
    color: #fff;
    outline: none;
    transition: 0.25s ease;
}
.newsletter-form input::placeholder {
    color: rgba(255,255,255,0.68);
}
.newsletter-form input:focus {
    border-color: rgba(255,255,255,0.34);
    background: rgba(255,255,255,0.14);
    box-shadow: 0 0 0 4px rgba(255,255,255,0.06);
}
.newsletter-btn {
    width: 100%;
    height: 52px;
    border: 0;
    border-radius: 14px;
    background: linear-gradient(135deg, #ffffff 0%, #f1d9dd 100%);
    color: #5C202B;
    font-size: 1rem;
    font-weight: 700;
    cursor: default;
    box-shadow: 0 10px 24px rgba(0,0,0,0.15);
}
.newsletter-box small {
    display: block;
    margin-top: 14px;
    color: rgba(255,255,255,0.72);
    font-size: 0.85rem;
    line-height: 1.5;
}
  .tw-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
  .twitter-tweet {
    max-width: 100%;
    margin: 0 auto;
  }
  