
* {
    font-family: var(--font-family);
}

html {
    background: #fff;
}

body {
    font-family: var(--font-family);
    font-size: 16px;
    margin: 0;
    padding: 0;
    background: var(--background);
    box-sizing: border-box;
    color: var(--foreground);
}

.container {
    max-width: 1400px !important;
    margin: 0 auto;
    padding: 0px 15px;
}

.container-fluid {
    max-width: 100%;
    margin: 0px 30px;
}

a {
    transition: all 0.3s ease-in-out;
    text-decoration: none;
}
.header-container, #mobileMenu {
    -webkit-backdrop-filter: saturate(208%) brightness(2) contrast(5) blur(44px);
    backdrop-filter: saturate(208%) brightness(2) contrast(5) blur(44px);
}

/* Mega Menu Reveal Animation */
.mega-menu-content {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(10px) scale(0.99); /* Reduced movement for stability */
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    margin-top: 10px;
    
    
}

.mega-menu-content::before {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 0;
    width: 100%;
    height: 30px; /* Bridge to trigger */
    background: transparent;
}

.mega-menu-trigger:hover .mega-menu-content {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0) scale(1);
    -webkit-backdrop-filter: saturate(208%) brightness(2) contrast(5) blur(44px);
    backdrop-filter: saturate(208%) brightness(2) contrast(5) blur(44px);
}

/* Vertical Text Utility */
.vertical-text {
    writing-mode: vertical-rl;
    text-transform: uppercase;
}

/* Link Accents */
.group\/link:hover p {
    transform: translateX(4px);
}

.group\/link p {
    transition: transform 0.3s ease;
}



.slide-content h1,
.slide-content p,
.slide-content a {
  opacity: 0;
  transform: translateY(30px);
}

.swiper-slide-active h1 {
  opacity: 1;
  transform: translateY(0);
  transition: 0.6s;
}

.swiper-slide-active p {
  opacity: 1;
  transform: translateY(0);
  transition: 0.6s 0.3s;
}

.swiper-slide-active a {
  opacity: 1;
  transform: translateY(0);
  transition: 0.6s 0.6s;
}

.swiper-btn:after { display: none; }

[data-tabler] svg {
  stroke-width: 1.5;
  width: 100%;
  height: 100%;
}

/* Use these custom variables... */
:root {
  --polka-bg-image:
    radial-gradient(rgb(0, 0, 0) 10%, transparent 10.8%),
    radial-gradient(rgb(0, 0, 0) 10%, transparent 10.8%);
  --polka-bg-position: 0px 0px, 4px 4px;
  --polka-bg-size: 4px 4px;
  --polka-bg-color: rgb(0, 0, 0, 30%);
}

/* ...or add this class to an element */
.polka {
  background-image: 
    radial-gradient(rgb(0, 0, 0) 10%, transparent 10.8%),
    radial-gradient(rgb(0, 0, 0) 10%, transparent 10.8%);
  background-position: 0px 0px, 4px 4px;
  background-size: 4px 4px;
  background-color: rgb(0, 0, 0, 30%);
  z-index: 1;
  opacity: 0.8;
}

/* WordPress Content Typography (Prose Customization) */
.blog-view {
    --tw-prose-body: #4b5563; /* slate-600 */
    --tw-prose-headings: #0f172a; /* slate-900 */
    --tw-prose-links: #4f46e5; /* indigo-600 */
    --tw-prose-bold: #1e293b; /* slate-800 */
    --tw-prose-counters: #6366f1;
    --tw-prose-bullets: #6366f1;
    --tw-prose-hr: #f1f5f9;
    --tw-prose-quotes: #0f172a;
    --tw-prose-quote-borders: #6366f1;
    --tw-prose-captions: #64748b;
    --tw-prose-code: #0f172a;
    --tw-prose-pre-code: #f8fafc;
    --tw-prose-pre-bg: #1e293b;
    --tw-prose-th-borders: #e2e8f0;
    --tw-prose-td-borders: #f1f5f9;
}

.blog-view p {
    margin-bottom: 10px;
    line-height: 1.7;
    font-size: 1rem;
    color: #4b5563;
}

.blog-view h2 {
    font-size: 1.875rem !important; /* 30px */
    font-weight: 800 !important;
    letter-spacing: -0.02em;
    margin-top: 2.2rem !important;
    margin-bottom: 1.25rem !important;
    color: var(--tw-prose-headings) !important;
    line-height: 1.3;
}

.blog-view h3 {
    font-size: 1.5rem !important; /* 24px */
    font-weight: 700 !important;
    margin-top: 2rem !important;
    margin-bottom: 1rem !important;
    color: var(--tw-prose-headings) !important;
}

.blog-view blockquote {
    font-style: italic;
    border-left-width: 4px;
    border-left-color: var(--tw-prose-quote-borders);
    padding-left: 1.5rem;
    font-size: 1.25rem;
    color: var(--tw-prose-quotes);
    margin: 2.5rem 0;
}

.blog-view ul, .blog-view ol {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    padding-left: 1.25rem;
}

.blog-view li {
    margin-bottom: 0.5rem;
    font-size: 1rem;
    color: var(--tw-prose-body);
}

.blog-view img {
    border-radius: 1.5rem;
    box-shadow: 0 20px 40px -10px rgba(0, 0, 0, 0.05);
    margin: 3rem 0;
}

.blog-view figure figcaption {
    text-align: center;
    font-size: 0.85rem;
    margin-top: -2.5rem;
    color: #94a3b8;
}

/* First Letter Drop Cap - Refined Scale */
.first-letter-drop > p:first-of-type::first-letter {
    float: left;
    font-size: 3.5rem;
    line-height: 3rem;
    padding-top: 0.25rem;
    padding-right: 0.6rem;
    font-weight: 900;
    color: #4f46e5;
    font-family: serif;
}

/* Premium Line Animation */
.lines-wrapper {
  position: absolute;
  inset: 0;
  display: flex;
  justify-content: space-between;
  pointer-events: none;
  z-index: 1;
  padding: 0 4%;
}

.line {
  width: 1px;
  height: 100%;
  background: linear-gradient(to bottom, transparent, rgba(255, 255, 255, 0.05), transparent);
  position: relative;
  overflow: hidden;
}

.line::after {
  content: '';
  position: absolute;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, transparent, rgba(59, 130, 246, 0.2), transparent);
  animation: line-slide 8s infinite cubic-bezier(0.4, 0, 0.2, 1);
}

.line:nth-child(2)::after { animation-delay: 2s; }
.line:nth-child(3)::after { animation-delay: 4s; }
.line:nth-child(4)::after { animation-delay: 1s; }
.line:nth-child(5)::after { animation-delay: 3s; }

@keyframes line-slide {
  0% { top: -100%; }
  100% { top: 100%; }
}
.btn { box-shadow: none !important; }

