:root {
  --body-bg-color: #f8fafc;
  --body-text-color: #222222;
  --heading-color: #222222;
  --footer-bg-color: #0d0d0d91;
  --link-color: #9d7d0c;
  --header-bg-color: #ffffff;
  --font-family: Palatino, 'Palatino Linotype', 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(255, 255, 255, 0.966), rgba(252, 252, 252, 0.5)),
    url("/images/bod.jpg");
  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: 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;
}
.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:.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:.6rem}.footer-links a{text-decoration:none;transition:all .3s ease}.footer-links a:hover{padding-left:6px}.newsletter-form{display:flex;flex-direction:column;gap:.6rem;margin-top:1rem}.newsletter-form input{flex:1;padding:.6rem .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:.6rem 1.1rem;border-radius:8px;border:0;font-weight:600;background:var(--link-color);color:var(--footer-text-color);transition:all .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)} 
.footer img {
        filter: brightness(0) invert(1);
      }
 .navbar {
  background-color: transparent !important;
  transition: background-color 0.4s ease, box-shadow 0.3s ease;
  position: absolute; 
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1030;
}
.navbar.scrolled {
  background-color: var(--header-bg-color) !important;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.hero-section {
  padding: 115px 0 30px;
  position: relative;
  overflow: hidden;
  color: var(--header-text-color);
}
.hero-section.with-bg {
  background-image: url('/images/press-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, rgba(0, 0, 0, 0.452));
  opacity: 0.5;
  z-index: 1;
}
.hero-section .container {
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  .hero-section {
    padding: 77px 0;
  }
}
  .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: #0d6efd;
  text-decoration: none;
}
.fancy-section {
  --paper: #fcfbf7;
  --paper-2: #f4f1ea;
  --ink: #1f2933;
  --muted: #5f6b76;
  --rule: #d9d2c3;
  --accent: #B68C27;
  --accent-dark: #B68C27;
  --shadow: 0 12px 35px rgba(20, 20, 20, 0.08);
  position: relative;
  margin: 2rem auto;
  padding: 2.5rem 2rem 2.25rem;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.96), rgba(252,251,247,0.98)),
    repeating-linear-gradient(
      0deg,
      rgba(0,0,0,0.012),
      rgba(0,0,0,0.012) 1px,
      transparent 1px,
      transparent 30px
    );
  color: var(--ink);
  border: 1px solid rgba(139, 111, 71, 0.16);
  border-top: 5px solid var(--accent);
  box-shadow: var(--shadow);
  overflow: hidden;
}
.fancy-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 24px;
  width: 1px;
  height: 100%;
  background: linear-gradient(
    to bottom,
    transparent,
    rgba(139, 111, 71, 0.18),
    transparent
  );
  pointer-events: none;
}
.fancy-section::after {
  content: "PRESS & MEDIA";
  position: absolute;
  top: 14px;
  right: 18px;
  font-family: "Inter", "Segoe UI", sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  color: var(--accent-dark);
  opacity: 0.72;
}
.fancy-section h2 {
  margin: 0 0 1.1rem;
  padding-right: 120px;
  font-family: "Cormorant Garamond", "Georgia", serif;
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 1.05;
  font-weight: 700;
  letter-spacing: 0.01em;
  color: #18202a;
  border-bottom: 1px solid var(--rule);
  padding-bottom: 0.75rem;
}
.fancy-section h3 {
  position: relative;
  margin: 2rem 0 0.85rem;
  padding-left: 1rem;
  font-family: "Cormorant Garamond", "Georgia", serif;
  font-size: clamp(1.55rem, 2vw, 2.2rem);
  line-height: 1.15;
  font-weight: 700;
  color: #1d2730;
}
.fancy-section h3::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.18em;
  width: 4px;
  height: 0.95em;
  border-radius: 2px;
  background: linear-gradient(to bottom, var(--accent), #c8af7d);
}
.fancy-section p {
  margin: 0 0 1rem;
  font-family: "Source Serif 4", "Georgia", serif;
  font-size: 1.07rem;
  line-height: 1.9;
  color: var(--ink);
}
.fancy-section .lead {
  font-size: 1.16rem;
  line-height: 1.95;
  color: #27323d;
}
.fancy-section .lead::first-letter {
  float: left;
  font-family: "Cormorant Garamond", "Georgia", serif;
  font-size: 4.2rem;
  line-height: 0.86;
  padding-right: 0.5rem;
  padding-top: 0.15rem;
  color: var(--accent-dark);
  font-weight: 700;
}
.fancy-section .section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  margin-bottom: 1rem;
  font-family: "Inter", "Segoe UI", sans-serif;
  font-size: 0.78rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--accent-dark);
  font-weight: 700;
}
.fancy-section .section-kicker::before,
.fancy-section .section-kicker::after {
  content: "";
  display: block;
  width: 26px;
  height: 1px;
  background: rgba(91, 70, 48, 0.38);
}
.fancy-section .intro-rule {
  height: 1px;
  margin: 1.2rem 0 1.4rem;
  background: linear-gradient(
    to right,
    transparent,
    rgba(139, 111, 71, 0.35),
    transparent
  );
}
.fancy-section .editor-note {
  display: inline-block;
  margin: 0.5rem 0 0.8rem;
  padding: 0.35rem 0.7rem;
  font-family: "Inter", "Segoe UI", sans-serif;
  font-size: 0.83rem;
  font-weight: 600;
  color: var(--accent-dark);
  background: rgba(139, 111, 71, 0.08);
  border: 1px solid rgba(139, 111, 71, 0.16);
  border-radius: 999px;
}
.fancy-section p + h3 {
  margin-top: 2.25rem;
}
.fancy-section:hover {
  box-shadow: 0 16px 44px rgba(20, 20, 20, 0.11);
  transform: translateY(-1px);
  transition: box-shadow 0.25s ease, transform 0.25s ease;
}
@media (max-width: 768px) {
  .fancy-section {
    margin: 1.5rem auto;
    padding: 1.4rem 1.1rem 1.5rem;
    border-radius: 0;
  }
  .fancy-section::before {
    left: 14px;
  }
  .fancy-section::after {
    position: static;
    display: block;
    margin-bottom: 0.9rem;
    padding-top: 0.15rem;
  }
  .fancy-section h2 {
    padding-right: 0;
  }
  .fancy-section p {
    font-size: 1rem;
    line-height: 1.78;
  }
  .fancy-section .lead::first-letter {
    font-size: 3.2rem;
    padding-right: 0.35rem;
  }
}
.media-awards-section {
  position: relative;
  padding: 90px 0;
  background:
    linear-gradient(rgba(18, 18, 18, 0.70), rgba(18, 18, 18, 0.64)),
    radial-gradient(circle at 15% 20%, rgba(184, 145, 63, 0.14), transparent 30%),
    radial-gradient(circle at 85% 25%, rgba(255, 255, 255, 0.05), transparent 22%),
    radial-gradient(circle at 50% 100%, rgba(184, 145, 63, 0.10), transparent 35%),
    url('/path-to-your-background-image.jpg') center center / cover no-repeat;
  isolation: isolate;
}
.media-awards-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    repeating-linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.015) 0,
      rgba(255, 255, 255, 0.015) 1px,
      transparent 1px,
      transparent 80px
    );
  opacity: 0.35;
  pointer-events: none;
  z-index: 0;
}
.media-awards-section::after {
  content: "";
  position: absolute;
  width: 460px;
  height: 460px;
  right: -120px;
  top: -100px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(184, 145, 63, 0.18) 0%, rgba(184, 145, 63, 0.04) 45%, transparent 72%);
  filter: blur(8px);
  animation: floatGlow 9s ease-in-out infinite;
  pointer-events: none;
  z-index: 0;
}
.media-awards-section .container,
.media-awards-section .section-shell {
  position: relative;
  z-index: 1;
}
.section-shell {
  position: relative;
  padding: 42px 34px 50px;
  border: 1px solid rgba(184, 145, 63, 0.22);
  background: linear-gradient(180deg, rgba(255,255,255,0.06), rgba(255,255,255,0.03));
  backdrop-filter: blur(4px);
  box-shadow:
    0 24px 60px rgba(0, 0, 0, 0.28),
    inset 0 1px 0 rgba(255,255,255,0.06);
  overflow: hidden;
}
.section-shell::before {
  content: "";
  position: absolute;
  inset: 14px;
  border: 1px solid rgba(212, 176, 94, 0.13);
  pointer-events: none;
}
.section-shell::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 220px;
  height: 3px;
  transform: translateX(-50%);
  background: linear-gradient(90deg, transparent, #c7a45a, transparent);
  box-shadow: 0 0 18px rgba(199, 164, 90, 0.45);
}
.section-heading {
  max-width: 920px;
  margin: 0 auto 40px;
  color: #f5f1e8;
}
.section-eyebrow {
  display: inline-block;
  margin-bottom: 14px;
  padding: 7px 16px;
  border: 1px solid rgba(199, 164, 90, 0.30);
  border-radius: 999px;
  background: rgba(199, 164, 90, 0.08);
  color: #d6b06c;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.section-heading h2 {
  margin: 0 0 18px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(2.3rem, 3.2vw, 3.6rem);
  line-height: 1.08;
  font-weight: 700;
  color: #ffffff;
  text-shadow: 0 2px 18px rgba(0,0,0,0.30);
}
.section-heading p {
  margin: 0 auto;
  max-width: 860px;
  font-size: 1.08rem;
  line-height: 1.9;
  color: rgb(255, 255, 255);
}
.awards-grid {
  position: relative;
}
.box-one.award-card {
  position: relative;
  padding: 34px 28px 28px;
  border: 1px solid rgba(199, 164, 90, 0.18);
  background:
    linear-gradient(180deg, rgba(255,255,255,0.07), rgba(255,255,255,0.03)),
    linear-gradient(135deg, rgba(184,145,63,0.06), transparent 60%);
  box-shadow:
    0 16px 40px rgba(0,0,0,0.22),
    inset 0 1px 0 rgba(255,255,255,0.04);
  transition:
    transform 0.45s ease,
    box-shadow 0.45s ease,
    border-color 0.45s ease,
    background 0.45s ease;
  overflow: hidden;
  min-height: 100%;
}
.box-one.award-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: -120%;
  width: 70%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255,255,255,0.08),
    transparent
  );
  transform: skewX(-20deg);
  transition: left 0.9s ease;
}
.box-one.award-card::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 3px;
  background: linear-gradient(90deg, transparent, #b8913f, transparent);
  opacity: 0.85;
}
.box-one.award-card:hover {
  transform: translateY(-8px);
  border-color: rgba(212, 176, 94, 0.38);
  box-shadow:
    0 22px 55px rgba(0,0,0,0.32),
    0 0 28px rgba(184, 145, 63, 0.10);
  background:
    linear-gradient(180deg, rgba(255,255,255,0.09), rgba(255,255,255,0.04)),
    linear-gradient(135deg, rgba(184,145,63,0.09), transparent 60%);
}
.box-one.award-card:hover::before {
  left: 150%;
}
.icon-wrap {
  position: relative;
  width: 74px;
  height: 74px;
  margin: 0 auto 20px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at 30% 30%, rgba(255,255,255,0.16), rgba(255,255,255,0.03)),
    linear-gradient(145deg, rgba(184,145,63,0.22), rgba(184,145,63,0.08));
  border: 1px solid rgba(212, 176, 94, 0.30);
  box-shadow:
    0 10px 24px rgba(0,0,0,0.24),
    inset 0 1px 0 rgba(255,255,255,0.08),
    0 0 20px rgba(184,145,63,0.10);
  animation: iconPulse 4.5s ease-in-out infinite;
}
.icon-wrap::before {
  content: "";
  position: absolute;
  inset: -8px;
  border-radius: 50%;
  border: 1px dashed rgba(212, 176, 94, 0.18);
  animation: spinSlow 18s linear infinite;
}
.icon-wrap i {
  font-size: 1.8rem;
  color: #d6b06c;
  text-shadow: 0 2px 10px rgba(0,0,0,0.25);
}
.award-card h3 {
  margin: 0 0 16px;
  text-align: center;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.8rem, 2vw, 2.35rem);
  line-height: 1.12;
  font-weight: 700;
  color: #fffaf0;
}
.award-card p {
  margin: 0 0 1rem;
  font-size: 1.02rem;
  line-height: 1.9;
  color: rgba(248, 244, 235, 0.88);
}
.award-card p:last-child {
  margin-bottom: 0;
}
@keyframes floatGlow {
  0% {
    transform: translate3d(0, 0, 0) scale(1);
    opacity: 0.85;
  }
  50% {
    transform: translate3d(-20px, 18px, 0) scale(1.05);
    opacity: 1;
  }
  100% {
    transform: translate3d(0, 0, 0) scale(1);
    opacity: 0.85;
  }
}
@keyframes iconPulse {
  0% {
    transform: translateY(0);
    box-shadow:
      0 10px 24px rgba(0,0,0,0.24),
      inset 0 1px 0 rgba(255,255,255,0.08),
      0 0 20px rgba(184,145,63,0.10);
  }
  50% {
    transform: translateY(-3px);
    box-shadow:
      0 16px 28px rgba(0,0,0,0.28),
      inset 0 1px 0 rgba(255,255,255,0.08),
      0 0 28px rgba(184,145,63,0.18);
  }
  100% {
    transform: translateY(0);
    box-shadow:
      0 10px 24px rgba(0,0,0,0.24),
      inset 0 1px 0 rgba(255,255,255,0.08),
      0 0 20px rgba(184,145,63,0.10);
  }
}
@keyframes spinSlow {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@media (max-width: 991.98px) {
  .media-awards-section {
    padding: 70px 0;
  }
  .section-shell {
    padding: 28px 18px 34px;
  }
  .section-heading {
    margin-bottom: 30px;
  }
  .award-card h3 {
    font-size: 1.9rem;
  }
  .award-card p {
    font-size: 1rem;
    line-height: 1.8;
  }
}
@media (max-width: 575.98px) {
  .media-awards-section {
    padding: 56px 0;
  }
  .section-eyebrow {
    font-size: 0.72rem;
    letter-spacing: 0.14em;
  }
  .icon-wrap {
    width: 66px;
    height: 66px;
    margin-bottom: 16px;
  }
  .icon-wrap i {
    font-size: 1.55rem;
  }
  .box-one.award-card {
    padding: 26px 18px 22px;
  }
}
.sidebar-search-widget {
    width: 100%;;

  position: relative;
}
.search-widget-box {
  position: relative;
  padding: 1.4rem 1.15rem 1.2rem;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.08), rgba(255,255,255,0.03)),
    linear-gradient(135deg, rgba(184, 145, 63, 0.10), transparent 70%);
  border: 1px solid rgba(184, 145, 63, 0.22);
  border-top: 3px solid #b8913f;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.16);
  overflow: hidden;
}
.search-widget-box::before {
  content: "";
  position: absolute;
  inset: 10px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  pointer-events: none;
}
.search-widget-box::after {
  content: "";
  position: absolute;
  top: 0;
  left: 1rem;
  right: 1rem;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(216, 176, 108, 0.65), transparent);
}
.search-widget-label {
  display: inline-block;
  margin-bottom: 0.55rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #b8913f;
}
.search-widget-box h4 {
  margin: 0 0 1rem;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.8rem;
  line-height: 1.1;
  font-weight: 700;
  color: #B48821;
}
.sidebar-search-form {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}
.search-input-wrap {
  position: relative;
}
.search-input-wrap i {
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0.95rem;
  color: #b8913f;
  pointer-events: none;
}
.search-input-wrap input {
  width: 100%;
  height: 52px;
  padding: 0 1rem 0 2.55rem;
  border: 1px solid rgba(184, 145, 63, 0.20);
  background: rgba(255, 255, 255, 0.06);
  color: #ffffff;
  font-size: 0.96rem;
  outline: none;
  box-shadow: inset 0 1px 3px rgba(0,0,0,0.15);
  transition: border-color 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}
.search-input-wrap input::placeholder {
  color: rgba(255, 255, 255, 0.58);
}
.search-input-wrap input:focus {
  border-color: rgba(184, 145, 63, 0.55);
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 0 0 3px rgba(184, 145, 63, 0.10);
}
.search-btn {
  height: 50px;
  border: 0;
  background: linear-gradient(180deg, #c49a32, #a97f1d);
  color: #fff;
  font-size: 0.98rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  cursor: default;
  box-shadow: 0 10px 20px rgba(169, 127, 29, 0.24);
  transition: transform 0.25s ease, box-shadow 0.25s ease, filter 0.25s ease;
}
.search-btn:hover {
  transform: translateY(-1px);
  filter: brightness(1.04);
  box-shadow: 0 14px 24px rgba(169, 127, 29, 0.28);
}
.search-btn:active,
.search-btn:focus {
  outline: none;
}
@media (max-width: 767.98px) {
  .search-widget-box {
    padding: 1.1rem 1rem 1rem;
  }
  .search-widget-box h4 {
    font-size: 1.55rem;
  }
  .search-input-wrap input,
  .search-btn {
    height: 48px;
  }
}
.page-linking {
  width: 100%;;
  position: relative;
  padding: 1.4rem 1.2rem 1.2rem;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.08), rgba(255,255,255,0.03)),
    linear-gradient(135deg, rgba(184,145,63,0.08), transparent 70%);
  border: 1px solid rgba(184,145,63,0.22);
  border-top: 3px solid #b8913f;
  box-shadow: 0 14px 30px rgba(0,0,0,0.18);
  overflow: hidden;
}
.page-linking::before {
  content: "";
  position: absolute;
  inset: 10px;
  border: 1px solid rgba(255,255,255,0.05);
  pointer-events: none;
}
.page-linking::after {
  content: "";
  position: absolute;
  top: 0;
  left: 1rem;
  right: 1rem;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(216,176,108,0.6), transparent);
}
.page-linking h3 {
  margin: 0 0 1rem;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.8rem;
  font-weight: 700;
  color: #ffffff;
  position: relative;
}
.page-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.page-list li {
  position: relative;
  border-bottom: 1px solid rgba(255,255,255,0.06);
}
.page-list li:last-child {
  border-bottom: none;
}
.page-list a {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.65rem 0;
  color: rgba(245,241,232,0.88);
  text-decoration: none;
  font-size: 0.95rem;
  transition: all 0.25s ease;
  position: relative;
}
.page-list a::before {
  content: "›";
  font-size: 1.2rem;
  color: #b8913f;
  transition: transform 0.25s ease, opacity 0.25s ease;
  opacity: 0.7;
}
.page-list a:hover {
  color: #ffffff;
  padding-left: 6px;
}
.page-list a:hover::before {
  transform: translateX(4px);
  opacity: 1;
}
.page-list a.active {
  color: #d6b06c;
  font-weight: 600;
}
.page-list a.active::before {
  opacity: 1;
}
.page-list li::after {
  content: "";
  position: absolute;
  left: -100%;
  top: 0;
  width: 60%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255,255,255,0.08),
    transparent
  );
  transform: skewX(-20deg);
  transition: left 0.6s ease;
}
.page-list li:hover::after {
  left: 120%;
}
@media (max-width: 768px) {
  .page-linking {
    padding: 1.1rem 1rem;
  }
  .page-linking h3 {
    font-size: 1.5rem;
  }
  .page-list a {
    font-size: 0.92rem;
  }
}
.page-linking {
  background:
    linear-gradient(180deg, rgba(30, 30, 30, 0.92), rgba(20, 20, 20, 0.95)),
    linear-gradient(135deg, rgba(184,145,63,0.10), transparent 70%);
}
.page-linking h3 {
  color: #f5f1e8;
  text-shadow: 0 1px 6px rgba(0,0,0,0.4);
}
.page-list a {
  color: rgba(255, 255, 255, 0.88); 
}
.page-list a:hover {
  color: #ffffff;
}
.page-list a::before {
  color: #d4af37; 
}
.page-list li {
  border-bottom: 1px solid rgba(255,255,255,0.10);
}
.page-linking::before {
  border: 1px solid rgba(255,255,255,0.08);
}
.page-linking {
  box-shadow:
    0 20px 40px rgba(0,0,0,0.35),
    0 0 25px rgba(184,145,63,0.08);
}
.section-wallets {
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.5)), url('/images/press-bg.webp');
    background-position: center;
    background-size: cover;
    color: #fff;
    padding: 50px 20px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    text-align: center;
    margin-top: 40px;
    border: 1px solid #2c3e50;
}
.section-wallets h2 {
    color: #ffffff!important; 
    margin-bottom: 20px;
    font-family: 'Arial', sans-serif;
    letter-spacing: 2px;
    position: relative;
    display: inline-block;
}
.section-wallets h2::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    background-color: #e7e4e4;
    bottom: -8px;
    left: 0;
}
.section-wallets p {
    color: #ddd;
    line-height: 1.6;
}
.section-wallets h3 {
    color: #ffffff!important; 
    padding: 10px;
    border-radius: 5px;
    display: inline-block;
    text-transform: capitalize;
    font-family: 'Helvetica Neue', sans-serif;
    letter-spacing: 1px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
}
.section-wallets h3:hover {
    background-color: #2c3e50; 
    color: #fff;
    transform: scale(1.05);
}
.section-wallets ul {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 20px;
}
.section-wallets ul li {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    color: #dadada; 
}
.section-wallets ul li::before {
    content: "✔"; 
    font-size: 1.5rem;
    color: #e2e2e2; 
    margin-right: 10px;
    transition: color 0.3s ease;
}
.section-wallets ul li:hover::before {
    color: #ebebeb; 
}
.styled-section {
  position: relative;
  padding: 2rem 1.5rem;
  background:
    linear-gradient(180deg, rgba(30, 30, 30, 0.92), rgba(20, 20, 20, 0.95)),
    linear-gradient(135deg, rgba(184,145,63,0.10), transparent 70%);
  border: 1px solid rgba(184,145,63,0.22);
  border-top: 3px solid #b8913f;
  box-shadow:
    0 20px 40px rgba(0,0,0,0.35),
    0 0 25px rgba(184,145,63,0.08);
  overflow: hidden;
  color: rgba(255, 255, 255, 0.88);
}
.styled-section::before {
  content: "";
  position: absolute;
  inset: 10px;
  border: 1px solid rgba(255,255,255,0.08);
  pointer-events: none;
}
.styled-section::after {
  content: "";
  position: absolute;
  top: 0;
  left: 1rem;
  right: 1rem;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(216,176,108,0.6), transparent);
}
.styled-section h2,
.styled-section h3,
.styled-section h4 {
  color: #f5f1e8;
  text-shadow: 0 1px 6px rgba(0,0,0,0.4);
}
.styled-section p,
.styled-section li,
.styled-section span {
  color: rgba(255, 255, 255, 0.88);
}
.styled-section a {
  color: #d4af37;
  text-decoration: none;
  transition: color 0.25s ease, opacity 0.25s ease;
}
.styled-section a:hover {
  color: #ffffff;
}
@media (max-width: 768px) {
  .styled-section {
    padding: 1.4rem 1rem;
  }
}

  .tw-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
  
  .twitter-tweet {
    max-width: 100%;
    margin: 0 auto;
  }
  