:root {
  --body-bg-color: #2a527a;
  --body-text-color: #ffffff;
  --heading-color: #ffffff;
  --footer-bg-color: #0d0d0d3a;
  --link-color: #c9bbb1;
  --header-bg-color: #00000000;
  --font-family: 'Century Gothic', Arial, sans-serif;
  --nav-link-color: #eeecec;
  --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.479), rgba(0, 0, 0, 0.5)),
    url("/images/soil-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-news {
  background: var(--footer-bg-color);
  border-top: 3px solid var(--link-color);
  padding: 2.5rem 1rem;
  border-radius: 12px 12px 0 0;
  position: relative;
  overflow: hidden;
  color: var(--footer-text-color);
}
.footer-news a {
  color: var(--link-color);
  text-decoration: none;
  position: relative;
}
.footer-news a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0;
  height: 2px;
  background: var(--link-color);
  transition: width 0.3s ease;
}
.footer-news a:hover::after {
  width: 100%;
}
.footer-newsletter h3 {
  color: var(--footer-text-color) !important;
  margin-bottom: 1rem;
  font-weight: 600;
}
.newsletter-form input {
  padding: 0.6rem 1rem;
  border: 1px solid var(--link-color);
  border-radius: 5px;
  font-size: 1rem;
}
.newsletter-form button {
  padding: 0.6rem 1.5rem;
  border: none;
  background: var(--link-color);
  color: #fff;
  font-weight: 600;
  border-radius: 5px;
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.newsletter-form button:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(102, 143, 106, 0.2);
}
.footer-social .social-icon {
  font-size: 1.5rem;
  margin: 0 0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--link-color);
  width: 40px;
  height: 40px;
  line-height: 40px;
  border: 2px solid var(--link-color);
  border-radius: 50%;
  text-align: center;
  transition: transform 0.3s ease, background 0.3s ease, color 0.3s ease;
  cursor: pointer;
}
.footer-social .social-icon:hover {
  transform: scale(1.2) rotate(-10deg);
  background: var(--link-color);
  color: #fff;
}
.footer-news::after {
  right: 10px;
  top: auto;
  bottom: 10px;
  left: auto;
}
@media (max-width: 767px) {
  .newsletter-form input,
  .newsletter-form button {
    width: 100%;
  }
}
.footer img {
        filter: brightness(0) invert(1);
      }
 .navbar {
  background-color: var(--header-bg-color) !important;
}
.hero-section {
 padding: 105px 0 95px 0;
  position: relative;
  overflow: hidden;
  color: var(--header-text-color);
}
  .hero-section.with-bg {
  background-image: url('/images/spider.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, rgba(0, 0, 0, 0.733));
  opacity: 0.5;
  z-index: 1;
}
.hero-section .container {
  position: relative;
  z-index: 2;
}
  .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;
  }
}
.floating-rounded-navbar {
  background-color: var(--header-bg-color) !important;
  position: absolute !important;
  top: 15px !important;
  left: 7px !important;
  right: 7px !important;
  width: calc(100% - 11px) !important;
  z-index: 2000;
  border-radius: 21px;
  transition: all 0.3s ease;
}
@media (max-width: 1199.98px) {
  .floating-rounded-navbar .navbar-collapse {
    top: 85px !important;
  }
}
.navbar-brand {
  margin-right: 0 !important;
}
.contact-form{max-width:520px;margin:0 auto;padding:21px;background:#fff;border-radius:18px;border:1px solid rgba(0,0,0,.08);box-shadow:0 24px 48px rgba(0,0,0,.08)}.contact-form h2{font-weight:750;letter-spacing:-.02em}.contact-form .intro{margin-bottom:1.75rem;font-size:1rem;color:#475569}.field{margin-bottom:1.25rem}.field label{display:block;margin-bottom:.35rem;font-size:.9rem;font-weight:600;color:#334155}.field input,.field textarea{width:100%;padding:.85rem .95rem;border-radius:12px;border:1px solid rgba(0,0,0,.14);background:#f8fafc;font-size:.95rem;color:#0f172a;transition:border-color .2s ease,box-shadow .2s ease,background .2s ease}.field input::placeholder,.field textarea::placeholder{color:#94a3b8}.field input:focus,.field textarea:focus{outline:0;background:#fff;border-color:var(--link-color);box-shadow:0 0 0 4px rgba(220,38,38,.15)}.contact-form button{width:100%;margin-top:.5rem;padding:.9rem 1rem;border:0;border-radius:14px;background:var(--link-color);color:#fff;font-size:.95rem;font-weight:700;letter-spacing:-.01em;cursor:pointer;transition:transform .15s ease,box-shadow .2s ease,opacity .2s ease}.contact-form button:hover{transform:translateY(-1px);box-shadow:0 14px 30px var(--link-color, rgba(204, 145, 63, 0.25))}.contact-form .note{display:block;margin-top:1rem;font-size:.82rem;text-align:center;color:#64748b}
.newsletter {
  padding: 18px 16px;
  border-radius: 14px;
  background: rgba(0, 0, 0, 0.45);
  border: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  color: rgba(255, 255, 255, 0.92);
}
.newsletter__title {
  margin: 0 0 6px;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 600;
}
.newsletter__text {
  margin: 0 0 12px;
  font-size: 14px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.78);
}
.newsletter__form {
  margin: 0;
}
.newsletter__label {
  display: block;
  margin: 0 0 8px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.86);
}
.newsletter__row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}
.newsletter__input {
  width: 100%;
  padding: 12px 12px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.95);
  outline: none;
}
.newsletter__input::placeholder {
  color: rgba(255, 255, 255, 0.55);
}
.newsletter__input:focus {
  border-color: rgba(255, 255, 255, 0.35);
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.10);
}
.newsletter__button {
  width: 100%;
  padding: 12px 14px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.20);
  background: rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.95);
  font-weight: 600;
  cursor: not-allowed; 
  opacity: 0.9;
}
.newsletter__button:hover {
  background: rgba(255, 255, 255, 0.16);
}
.newsletter__hint {
  display: block;
  margin-top: 10px;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.65);
}
@media (min-width: 520px) {
  .newsletter__row {
    grid-template-columns: 1fr auto;
    align-items: center;
  }
  .newsletter__button {
    width: auto;
    white-space: nowrap;
  }
}
.arachno-section{
  position: relative;
  overflow: hidden;
  color: rgba(255,255,255,.92);
  background:
    radial-gradient(1200px 600px at 15% 20%, rgba(255, 160, 122, .18), transparent 55%),
    radial-gradient(900px 500px at 80% 30%, rgba(255, 255, 255, .08), transparent 60%),
    radial-gradient(1000px 700px at 50% 110%, rgba(92, 33, 18, .55), transparent 60%),
    linear-gradient(180deg, rgba(35, 12, 8, .92), rgba(15, 6, 5, .96));
}
.arachno-section::before,
.arachno-section::after{
  content:"";
  position:absolute;
  inset:-20%;
  pointer-events:none;
  background:
    radial-gradient(circle at 20% 30%, rgba(255,255,255,.14), transparent 24%),
    radial-gradient(circle at 70% 45%, rgba(255,255,255,.10), transparent 26%),
    radial-gradient(circle at 40% 70%, rgba(255,255,255,.08), transparent 22%),
    radial-gradient(circle at 85% 75%, rgba(255,255,255,.06), transparent 28%);
  filter: blur(2px);
  opacity:.8;
  animation: arachnoFloat 16s ease-in-out infinite;
}
.arachno-section::after{
  opacity:.55;
  filter: blur(6px);
  animation-duration: 24s;
  animation-direction: reverse;
}
@keyframes arachnoFloat{
  0%   { transform: translate3d(0,0,0) scale(1); }
  50%  { transform: translate3d(3%, -2%, 0) scale(1.03); }
  100% { transform: translate3d(0,0,0) scale(1); }
}
.arachno-glass{
  position: relative;
  border-radius: 22px;
  background: rgba(0,0,0,.42);
  border: 1px solid rgba(255,255,255,.12);
  box-shadow:
    0 18px 55px rgba(0,0,0,.45),
    inset 0 1px 0 rgba(255,255,255,.08);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  overflow: hidden;
}
.arachno-glass::before{
  content:"";
  position:absolute;
  inset:-60%;
  background: linear-gradient(115deg,
    transparent 35%,
    rgba(255,255,255,.09) 45%,
    rgba(255,255,255,.03) 55%,
    transparent 65%);
  transform: rotate(8deg);
  animation: arachnoSheen 10s ease-in-out infinite;
  pointer-events:none;
}
@keyframes arachnoSheen{
  0%   { transform: translateX(-6%) rotate(8deg); opacity:.35; }
  50%  { transform: translateX(6%)  rotate(8deg); opacity:.60; }
  100% { transform: translateX(-6%) rotate(8deg); opacity:.35; }
}
.arachno-title{
  font-weight: 600;
  letter-spacing: .2px;
  color: rgba(255,255,255,.96);
  text-shadow: 0 8px 26px rgba(0,0,0,.55);
}
.arachno-glass > p{
  color: rgba(255,255,255,.80);
  line-height: 1.75;
  max-width: 980px;
}
.box-one{
  position: relative;
  padding: 22px 18px 18px;
  border-radius: 18px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.12);
  box-shadow:
    0 14px 40px rgba(0,0,0,.35),
    inset 0 1px 0 rgba(255,255,255,.06);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  overflow: hidden;
  transform: translateZ(0);
  transition: transform .25s ease, border-color .25s ease, background .25s ease;
}
.box-one::before{
  content:"";
  position:absolute;
  inset:-2px;
  background:
    radial-gradient(500px 220px at 20% 0%, rgba(255, 170, 120, .14), transparent 60%),
    radial-gradient(420px 220px at 90% 20%, rgba(255, 255, 255, .10), transparent 62%);
  opacity:.95;
  pointer-events:none;
}
.box-one::after{
  content:"";
  position:absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,.00), rgba(0,0,0,.25));
  opacity:.8;
  pointer-events:none;
}
.box-one:hover{
  transform: translateY(-4px);
  border-color: rgba(255,255,255,.18);
  background: rgba(255,255,255,.075);
}
.box-one__icon{
  position: relative;
  width: 46px;
  height: 46px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  margin-bottom: 10px;
  background: rgba(255,255,255,.10);
  border: 1px solid rgba(255,255,255,.14);
  box-shadow: 0 10px 28px rgba(0,0,0,.30);
}
.box-one__icon i{
  font-size: 22px;
  color: rgba(255,255,255,.92);
  filter: drop-shadow(0 10px 18px rgba(0,0,0,.45));
}
.box-one__icon::before{
  content:"";
  position:absolute;
  inset:-18px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(255, 170, 120, .18), transparent 60%);
  filter: blur(1px);
  opacity: .85;
  animation: iconPulse 3.6s ease-in-out infinite;
  pointer-events:none;
}
@keyframes iconPulse{
  0%,100% { transform: scale(.95); opacity:.70; }
  50%     { transform: scale(1.05); opacity:1; }
}
.box-one__title{
  position: relative;
  margin: 0 0 10px;
  font-size: 20px;
  line-height: 1.25;
  color: rgba(255,255,255,.96);
  text-shadow: 0 10px 30px rgba(0,0,0,.55);
}
.box-one p{
  position: relative;
  margin: 0 0 12px;
  color: rgba(255,255,255,.78);
  line-height: 1.7;
}
.box-one--ghost{
  background: transparent;
  border: 1px dashed rgba(255,255,255,.12);
  box-shadow: none;
}
.box-one--ghost::before,
.box-one--ghost::after{
  display:none;
}
  .tw-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
  .twitter-tweet {
    max-width: 100%;
    margin: 0 auto;
  }
  