

:root {
  --body-bg-color: #f8fafc;
  --body-text-color: #222222;
  --heading-color: #222222;

  --footer-bg-color: #56025d;
  --link-color: #ffc7df;
  --header-bg-color: #ffffff;
  --font-family: system-ui;
  --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 {
  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: 175px 0 40px;
  position: relative;
  overflow: hidden;
  color: var(--header-text-color);
 box-shadow: 0 15px 40px rgb(30 2 85);

}

.hero-section.with-bg {
  background-image: url('/images/shigoto-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.11));
  opacity: 0.5;
  z-index: 1;
}

.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;
}
  /* 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;
  }
}

            


   .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 {
  position: relative;
  overflow: hidden;
  padding: 55px 60px;
  margin: 35px 0;
  color: #ffffff;
  background:
    radial-gradient(circle at 15% 20%, rgba(255, 0, 150, 0.55), transparent 28%),
    radial-gradient(circle at 85% 10%, rgba(0, 210, 255, 0.35), transparent 30%),
    linear-gradient(135deg, #12001f 0%, #2b075f 42%, #e60073 100%);
  box-shadow: 0 25px 60px rgba(38, 0, 70, 0.35);
  isolation: isolate;
}

.fancy-section::before {
  content: "";
  position: absolute;
  inset: -80px;
  background-image:
    linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px);
  background-size: 42px 42px;
  animation: gridMove 14s linear infinite;
  z-index: -2;
}

.fancy-section::after {
  content: "\F3E2";
  font-family: "bootstrap-icons";
  position: absolute;
  right: 45px;
  top: 35px;
  font-size: 110px;
  color: rgba(255,255,255,.12);
  animation: floatIcon 5s ease-in-out infinite;
  z-index: -1;
}

.fancy-section h2,
.fancy-section h3 {
  color: whitesmoke;
  position: relative;
  margin-bottom: 22px;
  font-weight: 700;
  letter-spacing: .04em;
  text-shadow: 0 4px 20px rgba(0,0,0,.3);
}

.fancy-section h2 {
  color: white;
  font-size: clamp(28px, 3vw, 42px);
  padding-left: 52px;
}

.fancy-section h2::before {
  content: "\F1C6";
  font-family: "bootstrap-icons";
  position: absolute;
  left: 0;
  top: 2px;
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: linear-gradient(135deg, #ff4fb8, #7c4dff);
  box-shadow: 0 0 24px rgba(255, 79, 184, .75);
  animation: pulseGlow 2.4s ease-in-out infinite;
}

.fancy-section h3 {
  margin-top: 34px;
  font-size: clamp(22px, 2.2vw, 30px);
}

.fancy-section p {
  position: relative;
  max-width: 880px;
  font-size: 17px;
  line-height: 1.9;
  color: rgba(255,255,255,.92);
}

.fancy-section ul {
  display: grid;
  gap: 13px;
  padding: 0;
  margin: 22px 0 30px;
  list-style: none;
}

.fancy-section li {
  position: relative;
  padding: 14px 20px 14px 54px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 16px;
  background: rgba(255,255,255,.11);
  backdrop-filter: blur(10px);
  color: #ffffff;
  transition: transform .35s ease, background .35s ease, box-shadow .35s ease;
}

.fancy-section li::before {
  content: "\F26A";
  font-family: "bootstrap-icons";
  position: absolute;
  left: 18px;
  top: 50%;
  transform: translateY(-50%);
  color: #ffb8db;
  font-size: 20px;
}

.fancy-section li:hover {
  transform: translateX(12px) scale(1.02);
  background: rgba(255,255,255,.18);
  box-shadow: 0 12px 30px rgba(255, 0, 130, .25);
}

@keyframes gridMove {
  from {
    transform: translate(0, 0);
  }
  to {
    transform: translate(42px, 42px);
  }
}

@keyframes floatIcon {
  0%, 100% {
    transform: translateY(0) rotate(0deg);
  }
  50% {
    transform: translateY(18px) rotate(6deg);
  }
}

@keyframes pulseGlow {
  0%, 100% {
    box-shadow: 0 0 18px rgba(255, 79, 184, .55);
    transform: scale(1);
  }
  50% {
    box-shadow: 0 0 36px rgba(0, 210, 255, .85);
    transform: scale(1.08);
  }
}

@media (max-width: 768px) {
  .fancy-section {
    padding: 38px 24px;
    border-radius: 22px;
  }

  .fancy-section::after {
    font-size: 70px;
    right: 20px;
    top: 20px;
  }

  .fancy-section h2 {
    padding-left: 0;
  }

  .fancy-section h2::before {
    position: static;
    margin-bottom: 15px;
  }
}


.styled-list {
  list-style: none;
  padding: 0;
  margin: 30px 0;
  display: grid;
  gap: 18px;
}

.styled-list li {
  position: relative;
  padding: 20px 24px 20px 72px;
  border-radius: 22px;
  overflow: hidden;
  color: #ffffff;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: .02em;

  background:
    radial-gradient(circle at top left, rgba(255,255,255,.14), transparent 35%),
    linear-gradient(135deg, #1a0033 0%, #4a0080 45%, #ff007a 100%);

  border: 1px solid rgba(255,255,255,.14);

  box-shadow:
    0 15px 40px rgba(20, 0, 60, .35),
    inset 0 1px 1px rgba(255,255,255,.1);

  backdrop-filter: blur(12px);

  transition:
    transform .4s ease,
    box-shadow .4s ease,
    border-color .4s ease;
}

.styled-list li::before {
  content: "\F26A";
  font-family: "bootstrap-icons";

  position: absolute;
  left: 22px;
  top: 50%;
  transform: translateY(-50%);

  width: 34px;
  height: 34px;

  display: flex;
  align-items: center;
  justify-content: center;

  border-radius: 50%;

  background:
    linear-gradient(135deg, #ff4fc3, #7a5cff);

  color: #fff;
  font-size: 16px;

  box-shadow:
    0 0 18px rgba(255, 79, 195, .7);

  animation: iconPulse 2.8s ease-in-out infinite;
}

.styled-list li::after {
  content: "";

  position: absolute;
  top: 0;
  left: -120%;
  width: 70%;
  height: 100%;

  background:
    linear-gradient(
      120deg,
      transparent,
      rgba(255,255,255,.18),
      transparent
    );

  transform: skewX(-25deg);

  animation: shineSweep 5s linear infinite;
}

.styled-list li:hover {
  transform: translateY(-6px) scale(1.015);

  border-color: rgba(255,255,255,.28);

  box-shadow:
    0 22px 50px rgba(255, 0, 120, .28),
    0 12px 35px rgba(0, 170, 255, .22);
}

@keyframes shineSweep {
  100% {
    left: 160%;
  }
}

@keyframes iconPulse {
  0%, 100% {
    transform: translateY(-50%) scale(1);
    box-shadow: 0 0 18px rgba(255, 79, 195, .6);
  }

  50% {
    transform: translateY(-50%) scale(1.12);
    box-shadow: 0 0 28px rgba(122, 92, 255, .9);
  }
}


.newsletter {
  position: relative;
  overflow: hidden;
  padding: 28px 22px;
  color: #ffffff;
  background:
    radial-gradient(circle at 15% 20%, rgba(255, 0, 150, 0.55), transparent 28%),
    radial-gradient(circle at 85% 10%, rgba(0, 210, 255, 0.35), transparent 30%),
    linear-gradient(135deg, #12001f 0%, #2b075f 42%, #e60073 100%);
  box-shadow: 0 18px 45px rgba(43, 7, 95, 0.35);
}

.newsletter::before {
  content: "";
  position: absolute;
  inset: -60px;
  background-image:
    linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px);
  background-size: 34px 34px;
  animation: newsletterGrid 14s linear infinite;
}

.newsletter::after {
  content: "\F32F";
  font-family: "bootstrap-icons";
  position: absolute;
  right: 18px;
  top: 14px;
  font-size: 62px;
  color: rgba(255,255,255,.12);
  animation: newsletterFloat 4s ease-in-out infinite;
}

.newsletter h3,
.newsletter p,
.newsletter form {
  position: relative;
  z-index: 1;
}

.newsletter h3 {
  color: whitesmoke;
  margin-bottom: 12px;
  font-size: 24px;
  font-weight: 700;
}

.newsletter p {
  margin-bottom: 18px;
  font-size: 14px;
  line-height: 1.7;
  color: rgba(255,255,255,.88);
}

.newsletter label {
  display: block;
  margin-bottom: 8px;
  font-size: 13px;
  font-weight: 600;
}

.newsletter input {
  width: 100%;
  padding: 13px 15px;
  margin-bottom: 14px;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 14px;
  color: #ffffff;
  background: rgba(255,255,255,.12);
  outline: none;
}

.newsletter input::placeholder {
  color: rgba(255,255,255,.65);
}

.newsletter button {
  width: 100%;
  padding: 13px 18px;
  border: 0;
  border-radius: 999px;
  color: #ffffff;
  font-weight: 700;
  background: linear-gradient(135deg, #ff4fb8, #7c4dff);
  opacity: .65;
  cursor: not-allowed;
  box-shadow: 0 10px 25px rgba(255, 79, 184, .35);
}

@keyframes newsletterGrid {
  from {
    transform: translate(0, 0);
  }
  to {
    transform: translate(34px, 34px);
  }
}

@keyframes newsletterFloat {
  0%, 100% {
    transform: translateY(0) rotate(0deg);
  }
  50% {
    transform: translateY(10px) rotate(6deg);
  }
}

.sidebar-linking {
  position: relative;
  overflow: hidden;
  padding: 28px 24px;

  background:
    radial-gradient(circle at top left, rgba(255,255,255,.08), transparent 30%),
    linear-gradient(135deg, #130021 0%, #35106b 45%, #ff007a 100%);

  box-shadow:
    0 18px 45px rgba(25, 0, 60, .35);

  border: 1px solid rgba(255,255,255,.08);
}

.sidebar-linking::before {
  content: "";
  position: absolute;
  inset: -80px;

  background-image:
    linear-gradient(rgba(255,255,255,.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.06) 1px, transparent 1px);

  background-size: 34px 34px;

  animation: sidebarGrid 14s linear infinite;
}

.sidebar-linking::after {
  content: "\F5EF";
  font-family: "bootstrap-icons";

  position: absolute;
  right: 18px;
  top: 14px;

  font-size: 70px;
  color: rgba(255,255,255,.08);

  animation: sidebarFloat 5s ease-in-out infinite;
}

.sidebar-linking h3 {
  position: relative;
  z-index: 1;

  margin-bottom: 20px;

  font-size: 24px;
  font-weight: 700;
  color: #ffffff;
}

.sidebar-list {
  position: relative;
  z-index: 1;

  list-style: none;
  padding: 0;
  margin: 0;

  display: grid;
  gap: 14px;
}

.sidebar-list li {
  margin: 0;
}

.sidebar-list a {
  position: relative;

  display: block;

  padding: 16px 18px 16px 54px;

  border-radius: 18px;

  color: #ffffff;
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.6;

  background: rgba(255,255,255,.09);

  border: 1px solid rgba(255,255,255,.12);

  backdrop-filter: blur(10px);

  transition:
    transform .35s ease,
    background .35s ease,
    border-color .35s ease,
    box-shadow .35s ease;
}

.sidebar-list a::before {
  content: "\F138";
  font-family: "bootstrap-icons";

  position: absolute;
  left: 18px;
  top: 50%;

  transform: translateY(-50%);

  width: 24px;
  height: 24px;

  display: flex;
  align-items: center;
  justify-content: center;

  border-radius: 50%;

  background:
    linear-gradient(135deg, #ff4fc3, #7a5cff);

  color: #fff;
  font-size: 12px;

  box-shadow:
    0 0 14px rgba(255, 79, 195, .55);
}

.sidebar-list a:hover {
  transform: translateX(8px);

  background: rgba(255,255,255,.16);

  border-color: rgba(255,255,255,.24);

  box-shadow:
    0 14px 35px rgba(255, 0, 120, .2);
}

@keyframes sidebarGrid {
  from {
    transform: translate(0, 0);
  }

  to {
    transform: translate(34px, 34px);
  }
}

@keyframes sidebarFloat {
  0%, 100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(12px);
  }
}