:root {
  --body-bg-color: #DDDDD9;
  --body-text-color: #4e4b4b;
  --heading-color: #674804;
  --footer-bg-color: #383838;
  --link-color: #d4d4d4;
  --header-bg-color: #7e5316;
  --font-family: Times, serif;
  --nav-link-color: #fbf4f4;
  --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: rgb(214, 16, 16);
  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}.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)} 
 .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/street-style-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.308));
  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;
  }
}
.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");
}
.styled-section{
  --c1:#676A67;   
  --c2:#686A65;   
  --c3:#44403A;   
  --bg1:#F6F5F1;  
  --bg2:#FFFFFF;
  --ink:#2B2A26;
  position: relative;
  padding: clamp(2.5rem, 6vw, 3rem) 0;
  color: var(--ink);
  background:
    radial-gradient(1200px 500px at 20% -10%, rgba(103,106,103,.22), transparent 60%),
    radial-gradient(900px 450px at 90% 10%, rgba(104,106,101,.18), transparent 55%),
    linear-gradient(180deg, var(--bg1), var(--bg2));
  overflow: hidden;
  isolation: isolate;
}
.styled-section::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(120deg, transparent 0%, rgba(104,106,101,.10) 35%, transparent 70%),
    repeating-linear-gradient(
      0deg,
      rgba(68,64,58,.035) 0px,
      rgba(68,64,58,.035) 1px,
      transparent 1px,
      transparent 3px
    );
  mix-blend-mode: multiply;
  opacity: .55;
  pointer-events:none;
  animation: sweep 10s ease-in-out infinite;
  z-index:-2;
}
.styled-section::after{
  content:"";
  position:absolute;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  left:-180px;
  bottom:-220px;
  background: radial-gradient(circle at 30% 30%, rgba(103,106,103,.25), transparent 60%);
  filter: blur(2px);
  animation: blobFloat 8s ease-in-out infinite;
  pointer-events:none;
  z-index:-3;
}
.styled-section .container{
  position: relative;
  z-index: 1;
}
.section-title{
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
  font-size: clamp(1.6rem, 2.8vw, 2.4rem);
  color: var(--c3);
  margin-bottom: .75rem;
  position: relative;
  display: inline-block;
  animation: titleReveal .9s ease both;
}
.section-title::after{
  content:"";
  position:absolute;
  left:0;
  bottom:-10px;
  width: 100%;
  height: 6px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--c3), var(--c2), var(--c1));
  opacity: .35;
  transform-origin: left;
  animation: underlineGrow 1.1s ease .15s both;
}
.section-intro{
  line-height: 1.75;
  font-size: 1.05rem;
  color: rgba(68,64,58,.85);
  margin-bottom: clamp(1.6rem, 2.6vw, 2.4rem);
  animation: fadeUp .9s ease .15s both;
}
.box-one{
  position: relative;
  height: 100%;
  padding: 1.6rem 1.6rem 1.4rem;
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.85), rgba(246,245,241,.85));
  border: 1px solid rgba(68,64,58,.12);
  box-shadow:
    0 18px 40px rgba(68,64,58,.12),
    0 2px 0 rgba(255,255,255,.7) inset;
  backdrop-filter: blur(6px);
  overflow: hidden;
  transform: translateZ(0);
  animation: cardIn .85s ease both;
}
.row > .col-lg-6:nth-child(1) .box-one{ animation-delay: .15s; }
.row > .col-lg-6:nth-child(2) .box-one{ animation-delay: .25s; }
.box-one::before{
  content:"";
  position:absolute;
  inset:-2px;
  border-radius: 20px;
  padding: 2px;
  background:
    conic-gradient(from 210deg,
      rgba(103,106,103,.0),
      rgba(104,106,101,.35),
      rgba(68,64,58,.38),
      rgba(103,106,103,.0)
    );
  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  opacity: .55;
  pointer-events:none;
}
.box-one::after{
  content:"";
  position:absolute;
  top:-40%;
  left:-60%;
  width: 60%;
  height: 180%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.55), transparent);
  transform: rotate(18deg);
  opacity: .0;
  pointer-events:none;
}
.box-one:hover{
  transform: translateY(-6px);
  border-color: rgba(104,106,101,.22);
  box-shadow:
    0 28px 55px rgba(68,64,58,.16),
    0 2px 0 rgba(255,255,255,.75) inset;
}
.box-one:hover::after{
  animation: shimmer 1.1s ease forwards;
  opacity: 1;
}
.box-one i{
  display:inline-grid;
  place-items:center;
  width: 56px;
  height: 56px;
  border-radius: 16px;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  color: var(--bg2);
  background: linear-gradient(135deg, var(--c3), var(--c2));
  box-shadow: 0 14px 28px rgba(68,64,58,.22);
  position: relative;
  isolation: isolate;
  animation: floatIcon 3.6s ease-in-out infinite;
}
.box-one i::after{
  content:"";
  position:absolute;
  inset:-2px;
  border-radius: 18px;
  background: radial-gradient(circle at 30% 20%, rgba(255,255,255,.45), transparent 55%);
  opacity:.85;
  z-index:-1;
}
.box-one h3{
  font-size: 1.25rem;
  font-weight: 750;
  margin: .2rem 0 .65rem;
  color: var(--c3);
  letter-spacing: .01em;
}
.box-one p{
  line-height: 1.75;
  color: rgba(68,64,58,.82);
  margin: 0 0 .9rem;
}
.box-one p:last-child{ margin-bottom: 0; }
.box-one:focus-within{
  outline: 3px solid rgba(103,106,103,.25);
  outline-offset: 4px;
}
@media (max-width: 991.98px){
  .box-one{ margin-bottom: 1.15rem; }
}
@keyframes fadeUp{
  from{ opacity:0; transform: translateY(14px); }
  to{ opacity:1; transform: translateY(0); }
}
@keyframes titleReveal{
  from{ opacity:0; transform: translateY(10px); filter: blur(2px); }
  to{ opacity:1; transform: translateY(0); filter: blur(0); }
}
@keyframes underlineGrow{
  from{ transform: scaleX(.15); opacity:.0; }
  to{ transform: scaleX(1); opacity:.35; }
}
@keyframes cardIn{
  from{ opacity:0; transform: translateY(18px) scale(.98); }
  to{ opacity:1; transform: translateY(0) scale(1); }
}
@keyframes shimmer{
  0%{ transform: translateX(-120%) rotate(18deg); opacity:0; }
  15%{ opacity:.55; }
  100%{ transform: translateX(260%) rotate(18deg); opacity:0; }
}
@keyframes floatIcon{
  0%,100%{ transform: translateY(0); }
  50%{ transform: translateY(-6px); }
}
@keyframes sweep{
  0%{ transform: translateX(-6%); opacity:.45; }
  50%{ transform: translateX(6%); opacity:.65; }
  100%{ transform: translateX(-6%); opacity:.45; }
}
@keyframes blobFloat{
  0%,100%{ transform: translate(0,0) scale(1); }
  50%{ transform: translate(22px,-14px) scale(1.05); }
}
.custom-section {
    position: relative;
    background: linear-gradient(90deg, #676A67 0%, #686A65 100%);
    color: #44403A;
    padding: 60px 20px;
    font-family: "Times New Roman", Georgia, serif;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(68, 64, 58, 0.35);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-align: center;
}
.custom-section::before {
    content: '';
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-image: 
        linear-gradient(45deg, rgba(255,255,255,0.12) 25%, transparent 25%),
        linear-gradient(-45deg, rgba(255,255,255,0.12) 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, rgba(255,255,255,0.12) 75%),
        linear-gradient(-45deg, transparent 75%, rgba(255,255,255,0.12) 75%);
    background-size: 45px 45px;
    z-index: 0;
}
.custom-section * {
    position: relative;
    z-index: 1;
}
.custom-section:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 45px rgba(68, 64, 58, 0.45);
}
.custom-section h2 {
    color: #ffffff !important;
    font-weight: 900;
    text-shadow: 1px 1px 5px rgba(0,0,0,0.3);
    margin-bottom: 25px;
    letter-spacing: 1px;
}
.custom-section h3 {
    color: #d5dacd !important;
    font-weight: 700;
    text-shadow: 1px 1px 4px rgba(0,0,0,0.25);
    margin-bottom: 20px;
    letter-spacing: 0.5px;
}
.custom-section p {
    line-height: 1.7;
    margin-bottom: 20px;
    font-size: 1.1rem;
    color: #ffffff;
}
.custom-section::after {
    content: "";
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: 110px;
    height: 3px;
    background-color: #44403A;
    border-radius: 2px;
}
 .tw-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
  .twitter-tweet {
    max-width: 100%;
    margin: 0 auto;
  }
  .search {
  padding: 16px;
}
.search-form {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px;
  border-radius: 14px;
  background: linear-gradient(90deg, #676A67 0%, #686A65 100%);
  box-shadow: 0 10px 25px rgba(0,0,0,.12);
}
.search-input {
  flex: 1;
  height: 44px;
  padding: 0 12px;
  border: 1px solid rgba(68, 64, 58, 0.25);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.55);
  color: #44403A;
  outline: none;
}
.search-input::placeholder {
  color: rgba(68, 64, 58, 0.65);
}
.search-input:focus {
  border-color: rgba(68, 64, 58, 0.55);
  box-shadow: 0 0 0 3px rgba(68, 64, 58, 0.18);
}
.search-btn {
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(68, 64, 58, 0.35);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.25);
  color: #44403A;
  cursor: default; 
}
.search-btn i {
  font-size: 18px;
  line-height: 1;
}
.search-btn:hover {
  background: rgba(255, 255, 255, 0.32);
}
.yt-short{
  position: relative;
  width: 100%;
  max-width: 360px;
  aspect-ratio: 9 / 16;
  overflow: hidden;
  border-radius: 14px;
}
.yt-short iframe{
  width: 100%;
  height: 100%;
  border: 0;
}
.yt-hide-subscribe::after{
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 70px; 
  background: linear-gradient(
    to top,
    #676A67 0%,
    rgba(103,106,103,0.85) 60%,
    rgba(103,106,103,0) 100%
  );
  pointer-events: none;
}


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