/* Sigillieum Core Styles
   ----------------------
   Centralized styling layer on top of the legacy theme.
   This file is now HEADER-AGNOSTIC:
   - No Elementor selectors
   - No header/nav/mobile overrides
   Header & menu logic lives in:
   - sigillieum-header-core.css
   - sigillieum-elementor-bridge.css
*/

/* =========================
   DESIGN TOKENS
   ========================= */

:root {
  --sig-primary: #0050ff;
  --sig-primary-dark: #002f99;
  --sig-accent: #00c0a3;
  --sig-bg: #ffffff;
  --sig-bg-alt: #f6f8fb;
  --sig-text: #1a1a1a;
  --sig-muted: #6f7b88;
  --sig-border: #e2e6ee;
  --sig-radius-lg: 12px;
  --sig-radius-xl: 18px;
  --sig-shadow-soft: 0 18px 45px rgba(15, 23, 42, 0.12);
  --sig-shadow-card: 0 12px 30px rgba(15, 23, 42, 0.08);
  --sig-container-max: 1200px;

  /* Global active/highlight color for menus, buttons, links, etc. */
  --sig-active-red: #ff2a2a;
}

/* =========================
   GLOBAL BASE
   ========================= */

html {
  scroll-behavior: smooth;
}

body {
  color: var(--sig-text);
  background-color: var(--sig-bg);
  -webkit-font-smoothing: antialiased;
}

/* Containers */
.body_wrapper .container,
.navbar .container {
  max-width: var(--sig-container-max);
}

/* Typography */

body,
p {
  font-size: 16px;
  line-height: 1.7;
  color: var(--sig-text);
}

p {
  margin-bottom: 0.9rem;
  color: var(--sig-muted);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  color: var(--sig-text);
  letter-spacing: 0.01em;
}

h1 {
  font-size: 2.5rem;
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.6rem;
}

h4 {
  font-size: 1.3rem;
}

@media (max-width: 767.98px) {
  h1 {
    font-size: 2rem;
  }
  h2 {
    font-size: 1.7rem;
  }
}

/* Section spacing */
.section-padding,
section.elementor-section {
  padding-top: 70px;
  padding-bottom: 70px;
}

@media (max-width: 767.98px) {
  .section-padding,
  section.elementor-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

/* =========================
   BUTTONS
   ========================= */

a.theme_btn,
a.btn_get,
button.theme_btn,
input[type='submit'].theme_btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  padding: 0.75rem 1.5rem;
  border-radius: 999px;
  border: none;
  background: linear-gradient(
    135deg,
    var(--sig-primary),
    var(--sig-primary-dark)
  );
  color: #fff !important;
  font-weight: 600;
  font-size: 0.95rem;
  box-shadow: var(--sig-shadow-soft);
  text-decoration: none;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    background 0.2s ease;
}

a.theme_btn:hover,
a.btn_get:hover,
button.theme_btn:hover,
input[type='submit'].theme_btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 22px 55px rgba(15, 23, 42, 0.18);
}

/* =========================
   CARDS & COMPONENTS
   ========================= */

.sig-card,
.elementor-column .elementor-widget-wrap {
  border-radius: var(--sig-radius-lg);
}

.sig-card {
  background: #ffffff;
  box-shadow: var(--sig-shadow-card);
  padding: 1.75rem 1.5rem;
}

/* =========================
   HERO AREA
   ========================= */

.home .body_wrapper .elementor-section:first-of-type {
  background:
    radial-gradient(circle at top left, rgba(0, 80, 255, 0.08), transparent 45%),
    radial-gradient(circle at bottom right, rgba(0, 192, 163, 0.06), transparent 45%),
    #ffffff;
}

/* =========================
   HEADER QUICK TWEAKS
   ========================= */

.header_area {
  background: transparent !important;
  box-shadow: none !important;
  transition:
    background 0.25s ease,
    box-shadow 0.25s ease;
}

.header_area .header_top,
.header_area .header_top a {
  color: #f8fafc;
}

.header_area .header_top {
  padding: 8px 0;
  background: rgba(2, 6, 23, 0.35);
}

.header_area .navbar-brand {
  display: flex;
  align-items: center;
}

.header_area .navbar-brand img {
  width: 260px;
  height: auto;
  max-width: 100%;
}

.header_area .navbar-nav .nav-link {
  color: #f8fafc;
  transition:
    color 0.18s ease,
    border-color 0.18s ease;
}

.header_area .navbar-nav .nav-link:hover {
  color: var(--sig-active-red);
}

.header_area .menu > .nav-item > .nav-link:before {
  background: var(--sig-active-red);
}

.header_area.navbar_fixed {
  background: rgba(2, 6, 23, 0.92) !important;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.25) !important;
}

.header_area .menu > .nav-item.submenu .dropdown-menu .nav-item > .nav-link {
  border-bottom: none;
  color: #051441;
}

.header_area .menu > .nav-item.submenu .dropdown-menu .nav-item:hover > .nav-link,
.header_area .menu > .nav-item.submenu .dropdown-menu .nav-item.active > .nav-link {
  color: var(--sig-active-red);
}

.header_area .header_top .header_top_column {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 14px;
  font-size: 14px;
  color: #fff;
}

.header_area .header_top .header_top_column.left_content {
  justify-content: flex-start;
}

.header_area .header_top .header_top_column ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
}

.header_area .header_top .header_top_column li,
.header_area .header_top .header_top_column a {
  color: #e5e7eb;
  font-weight: 400;
  font-size: 14px;
  text-decoration: none;
}

.header_area .header_top .header_top_column li:before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 12px;
  background: rgba(255, 255, 255, 0.35);
  margin: 0 12px;
}

.header_area .header_top .header_top_column li:first-child:before {
  display: none;
}

.header_area .header_top .header_social_icon li a {
  color: #ffffff;
}

.header_area .sticky-hide {
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.header_area.navbar_fixed .sticky-hide {
  opacity: 0;
  transform: translateY(-10px);
  pointer-events: none;
  display: none;
}

/* =========================
   FOOTER
   ========================= */

.footer_area {
  background: #020617;
  color: #e5e7eb;
}

.footer_area p,
.footer_area li,
.footer_area a {
  color: #9ca3af;
}

.footer_area a:hover {
  color: #e5e7eb;
}

/* =========================
   UTILITIES
   ========================= */

.sig-muted {
  color: var(--sig-muted);
}

.sig-pill {
  border-radius: 999px;
}

.sig-shadow-soft {
  box-shadow: var(--sig-shadow-soft);
}

.sig-shadow-card {
  box-shadow: var(--sig-shadow-card);
}

.sig-bg-alt {
  background-color: var(--sig-bg-alt);
}

/* ============================================
   HOME – REMOVE WHITE GAP ABOVE HERO SLIDER
   ============================================ */

/* Make sure nothing pushes content down */
body.home .body_wrapper {
    padding-top: 0 !important;
    margin-top: 0 !important;
}

/* Elementor wrapper on the home page */
body.home .body_wrapper > .elementor.elementor-3984 {
    padding-top: 0 !important;
    margin-top: 0 !important;
}

/* First Elementor section on the home page */
body.home .body_wrapper > .elementor.elementor-3984
    > .elementor-inner
    > .elementor-section-wrap
    > section.elementor-top-section:first-of-type {
    padding-top: 0 !important;
    margin-top: 0 !important;
}

/* The first section background should not create a visible white bar
   behind the transparent header */
body.home .body_wrapper .elementor-section:first-of-type {
    background: transparent !important;
}
