:root {
  --body-bg-color: #000000;
  --body-text-color: #ffffff;
  --heading-color: #ffffff;
  --hero-gradient1: #168295;
  --hero-gradient2: #0b5e3a;
  --footer-bg-color: #000000;
  --link-color: #f0efe7;
  --header-bg-color: #000000;
  --font-family: system-ui;
  --nav-link-color: #fffafa;
  --footer-text-color: #f1f1e9;
  --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;
    font-family: "Playfair Display", Serif;
    color: #fff;
    position: relative;
    display: inline-block;
    padding: 0.5em 1em;
    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(6px);
    box-shadow: 0 0 15px rgba(255, 255, 255, 0.6), 0 0 30px rgba(255, 255, 255, 0.4), 0 0 45px rgba(255, 255, 255, 0.2);
    border-radius: 8px;
    overflow: hidden;
}

h1::after {
    content: "";
    position: absolute;
    top: 50%;
    left: -100%;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, transparent, #fff, transparent);
    transform: translateY(-50%);
    animation: knife-line 2s infinite;
}
@keyframes knife-line {
  0% {
    left: -120%;
    opacity: 0;
  }

  10% {
    opacity: 1;
  }

  50% {
    left: 50%;
    opacity: 1;
  }

  90% {
    opacity: 1;
  }

  100% {
    left: 120%;
    opacity: 0;
  }
}

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;
}

/* Responsive */
@media (max-width: 767px) {
  .newsletter-form input,
  .newsletter-form button {
    width: 100%;
  }
}
  
.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/numerology-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.89));
  opacity: 0.8;
  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;
}
  /* Mobile nav */
@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-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;
}


.styled-section {
    position: relative;
    padding: 60px 20px;
    max-width: 1000px;
    background: rgba(0, 0, 0, 0.041);
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #fff;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(255, 255, 255, 0.1);
    z-index: 1;
}

.styled-section::before,
.styled-section::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, #fff 1px, transparent 2px) repeat;
    background-size: 50px 50px;
    opacity: 0.3;
    z-index: 0;
    pointer-events: none;
}

.styled-section::before {
    animation: moveParticles 20s linear infinite;
}

.styled-section::after {
    animation: moveParticles 35s linear infinite;
    opacity: 0.15;
    background-size: 80px 80px;
}

.styled-section h2 {
    font-size: clamp(1.6rem, 3vw, 2.5rem);
    font-family: "Playfair Display", Serif;
    color: #fff;
    position: relative;
    display: inline-block;
    padding: 0.5em 1em;
    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(6px);
    box-shadow: 0 0 15px rgba(255, 255, 255, 0.6), 0 0 30px rgba(255, 255, 255, 0.4), 0 0 45px rgba(255, 255, 255, 0.2);
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 1.5rem;
}

.styled-section h2::after {
    content: "";
    position: absolute;
    top: 50%;
    left: -100%;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, transparent, #fff, transparent);
    transform: translateY(-50%);
    animation: knife-line 2s infinite;
}

.styled-section p {
    margin: 0 auto 1.5rem auto;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.9);
}

/*! CSS Used keyframes */

@keyframes moveParticles {
    from {
        transform: translate(0, 0);
    }
    to {
        transform: translate(-80px, -80px);
    }
}

@keyframes knife-line {
    0% {
        left: -100%;
    }
    50% {
        left: 100%;
    }
    100% {
        left: 100%;
    }
}

@keyframes knife-line {
    0% {
        left: -100%;
    }
    50% {
        left: 100%;
    }
    100% {
        left: 100%;
    }
}

/* =========================
   Numerology Table – Dark
   ========================= */

.numerology-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  margin: 2.5rem 0;

  background: rgba(0,0,0,0.35);
  backdrop-filter: blur(8px);

  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 16px;
  overflow: hidden;

  box-shadow:
    0 20px 60px rgba(0,0,0,0.6),
    0 0 0 1px rgba(255,255,255,0.05) inset;

  color: rgba(255,255,255,0.9);
  font-size: 0.95rem;
}

/* ---------- Head ---------- */
.numerology-table thead th {
  padding: 1rem 0.9rem;
  text-align: left;
  font-weight: 700;

  background: linear-gradient(
    180deg,
    rgba(255,255,255,0.18),
    rgba(255,255,255,0.06)
  );

  color: #fff;
  border-bottom: 1px solid rgba(255,255,255,0.2);
  text-shadow: 0 0 12px rgba(255,255,255,0.35);
}

/* ---------- Body ---------- */
.numerology-table tbody tr {
  position: relative;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.numerology-table tbody tr:not(:last-child) td {
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

.numerology-table td {
  padding: 0.95rem 0.9rem;
  vertical-align: top;
}

/* เลข column */
.numerology-table td:first-child {
  font-size: 1.15rem;
  font-weight: 800;
  text-align: center;
  color: #000;

  background: rgba(255,255,255,0.9);
  border-radius: 12px;

  box-shadow:
    0 0 14px rgba(255,255,255,0.5),
    0 12px 30px rgba(0,0,0,0.45);
}

/* planet cell */
.numerology-table td small {
  display: block;
  margin-top: 0.25rem;
  font-size: 0.75rem;
  opacity: 0.7;
}

/* ---------- Hover glow ---------- */
.numerology-table tbody tr:hover {
  transform: translateY(-2px);
  background: rgba(255,255,255,0.04);

  box-shadow:
    inset 0 0 0 1px rgba(255,255,255,0.18),
    0 12px 40px rgba(0,0,0,0.6);
}

/* animated glow line on hover */
.numerology-table tbody tr::after {
  content: "";
  position: absolute;
  left: 8%;
  right: 8%;
  bottom: 0;
  height: 2px;

  background: linear-gradient(
    90deg,
    transparent,
    rgba(255,255,255,0.9),
    transparent
  );

  opacity: 0;
  transform: scaleX(0);
  transition: 0.35s ease;
}

.numerology-table tbody tr:hover::after {
  opacity: 1;
  transform: scaleX(1);
  box-shadow:
    0 0 10px rgba(255,255,255,0.6),
    0 0 26px rgba(255,255,255,0.35);
}

/* ---------- Row reveal animation ---------- */
.numerology-table tbody tr {
  animation: rowReveal 0.6s ease both;
}

.numerology-table tbody tr:nth-child(1){animation-delay:.05s}
.numerology-table tbody tr:nth-child(2){animation-delay:.1s}
.numerology-table tbody tr:nth-child(3){animation-delay:.15s}
.numerology-table tbody tr:nth-child(4){animation-delay:.2s}
.numerology-table tbody tr:nth-child(5){animation-delay:.25s}
.numerology-table tbody tr:nth-child(6){animation-delay:.3s}
.numerology-table tbody tr:nth-child(7){animation-delay:.35s}
.numerology-table tbody tr:nth-child(8){animation-delay:.4s}
.numerology-table tbody tr:nth-child(9){animation-delay:.45s}

/* ---------- Keyframes ---------- */
@keyframes rowReveal {
  from {
    opacity: 0;
    transform: translateY(8px);
    filter: blur(2px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
  }
}

/* ---------- Responsive ---------- */
@media (max-width: 768px) {
  .numerology-table {
    font-size: 0.9rem;
  }

  .numerology-table td:first-child {
    width: 56px;
  }
}

/* reduce motion */
@media (prefers-reduced-motion: reduce) {
  .numerology-table tbody tr {
    animation: none !important;
  }
}




/* ===============================
   CUSTOM SECTION – VARIANT B
   =============================== */

.cusotm-section{
  position: relative;
  margin: 0 auto;
  padding: clamp(36px, 5vw, 64px) clamp(18px, 3vw, 30px);
  max-width: 1000px;
  color: #F5F5F5;
  background:
    radial-gradient(
      circle at top,
      rgba(255,255,255,0.08),
      rgba(11,11,11,0.75) 60%
    ),
    rgba(11,11,11,0.55);
  border-radius: 20px;
  overflow: hidden;
  box-shadow:
    inset 0 0 60px rgba(255,255,255,0.06),
    0 18px 50px rgba(0,0,0,0.7);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}

/* Energy dust – different pattern */
.cusotm-section::before{
  content:"";
  position:absolute;
  inset:-40%;
  z-index:0;
  pointer-events:none;
  background:
    repeating-radial-gradient(
      circle,
      rgba(255,255,255,0.35) 0 1px,
      transparent 1px 42px
    );
  opacity: 0.14;
  animation: floatEnergy 38s linear infinite;
}

/* Soft light vignette */
.cusotm-section::after{
  content:"";
  position:absolute;
  inset:0;
  z-index:0;
  pointer-events:none;
  background:
    radial-gradient(
      circle at center,
      transparent 40%,
      rgba(11,11,11,0.65) 100%
    );
}

/* Keep content above effects */
.cusotm-section > *{
  position: relative;
  z-index: 1;
}

/* Headings – calmer, no glow lines */
.cusotm-section h2{
  font-size: clamp(1.45rem, 3vw, 2.2rem);
  margin: 0 0 18px;
  font-weight: 500;
  color: #FFFFFF;
  letter-spacing: 0.4px;
  text-shadow:
    0 0 14px rgba(255,255,255,0.25);
}

.cusotm-section h3{
  margin: 28px 0 12px;
  font-size: clamp(1.05rem, 2.1vw, 1.35rem);
  color: #F5F5F5;
  letter-spacing: 0.3px;
}

/* Paragraphs */
.cusotm-section p{
  margin: 0 0 16px;
  line-height: 1.8;
  color: rgba(245,245,245,0.88);
}

/* Lists – different visual language */
.cusotm-section ul{
  margin: 12px 0 20px;
  padding-left: 0;
  list-style: none;
}

.cusotm-section ul li{
  padding: 10px 14px;
  margin-bottom: 10px;
  background: rgba(255,255,255,0.04);
  border-radius: 12px;
  border: 1px solid rgba(184,184,184,0.12);
  box-shadow: inset 0 0 18px rgba(255,255,255,0.04);
}

.cusotm-section ol{
  margin: 10px 0 22px;
  padding-left: 1.3rem;
}

.cusotm-section ol li{
  margin: 10px 0;
  line-height: 1.7;
}

.cusotm-section ol li::marker{
  color: rgba(184,184,184,0.9);
}

/* Subtle number emphasis */
.cusotm-section strong{
  color: #FFFFFF;
  text-shadow: 0 0 10px rgba(255,255,255,0.25);
}

/* Animation */
@keyframes floatEnergy{
  from{ transform: translate(0,0); }
  to{ transform: translate(-120px,-120px); }
}

/* Mobile */
@media (max-width: 520px){
  .cusotm-section{
    border-radius: 16px;
  }
}
/* Newsletter container */
.newsletter{
  background: rgba(11,11,11,0.6);
  border: 1px solid rgba(245,245,245,0.12);
  border-radius: 16px;
  padding: 22px 20px;
  color: #F5F5F5;
  box-shadow:
    inset 0 0 30px rgba(255,255,255,0.05),
    0 10px 30px rgba(0,0,0,0.7);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}

/* Title */
.newsletter h3{
  margin: 0 0 10px;
  font-size: 1.1rem;
  color: #FFFFFF;
  letter-spacing: 0.3px;
  text-shadow: 0 0 12px rgba(255,255,255,0.25);
}

/* Description */
.newsletter p{
  margin: 0 0 14px;
  font-size: 0.9rem;
  line-height: 1.6;
  color: rgba(245,245,245,0.85);
}

/* Form */
.newsletter form{
  display: flex;
  flex-direction: column;
  gap: 12px;
}

/* Input */
.newsletter input{
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(184,184,184,0.2);
  border-radius: 12px;
  padding: 12px 14px;
  color: #F5F5F5;
  font-size: 0.9rem;
}

.newsletter input::placeholder{
  color: rgba(184,184,184,0.7);
}

/* Disabled look */
.newsletter input:disabled{
  opacity: 0.7;
  cursor: not-allowed;
}

/* Button */
.newsletter button{
  background: transparent;
  border: 1px solid rgba(255,255,255,0.35);
  color: #FFFFFF;
  border-radius: 999px;
  padding: 12px;
  font-size: 0.9rem;
  letter-spacing: 0.4px;
  box-shadow: inset 0 0 14px rgba(255,255,255,0.12);
}

/* Disabled button */
.newsletter button:disabled{
  opacity: 0.5;
  cursor: not-allowed;
}

/* Note */
.newsletter-note{
  display: block;
  margin-top: 12px;
  font-size: 0.75rem;
  color: rgba(184,184,184,0.75);
  text-align: center;
}
/* Sidebar linking box */
.sidebar-linking{
  background: rgba(11,11,11,0.6);
  border: 1px solid rgba(245,245,245,0.12);
  border-radius: 16px;
  padding: 22px 20px;
  color: #F5F5F5;
  box-shadow:
    inset 0 0 28px rgba(255,255,255,0.05),
    0 10px 30px rgba(0,0,0,0.7);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}

/* Title */
.sidebar-linking h3{
  margin: 0 0 14px;
  font-size: 1.05rem;
  color: #FFFFFF;
  letter-spacing: 0.3px;
  text-shadow: 0 0 12px rgba(255,255,255,0.22);
}

/* List reset */
.sidebar-linking .page-list{
  list-style: none;
  padding: 0;
  margin: 0;
}

/* List items */
.sidebar-linking .page-list li{
  margin-bottom: 10px;
}

/* Links */
.sidebar-linking .page-list a{
  display: block;
  padding: 10px 14px;
  border-radius: 12px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(184,184,184,0.14);
  color: rgba(245,245,245,0.88);
  font-size: 0.9rem;
  line-height: 1.5;
  text-decoration: none;
  transition: 
    background 0.25s ease,
    box-shadow 0.25s ease,
    color 0.25s ease,
    transform 0.25s ease;
}

/* Hover effect */
.sidebar-linking .page-list a:hover{
  color: #FFFFFF;
  background: rgba(255,255,255,0.08);
  box-shadow:
    inset 0 0 18px rgba(255,255,255,0.08),
    0 6px 18px rgba(0,0,0,0.6);
  transform: translateY(-2px);
}

/* Active / focus (optional) */
.sidebar-linking .page-list a:focus{
  outline: none;
  box-shadow:
    0 0 0 1px rgba(255,255,255,0.35),
    inset 0 0 16px rgba(255,255,255,0.12);
}

/* Mobile spacing */
@media (max-width: 520px){
  .sidebar-linking{
    border-radius: 14px;
    padding: 20px 18px;
  }
}
