.elementor-kit-14{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-14 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS *//* =========================
   STELLAR DIGITAL GLOBAL CSS
   ========================= */

:root {
  --sd-bg: #081120;
  --sd-bg-soft: #0d1728;
  --sd-panel: rgba(255,255,255,0.04);
  --sd-panel-border: rgba(255,255,255,0.08);
  --sd-text: #f5f8ff;
  --sd-text-soft: #a8b6cc;
  --sd-accent: #43d3ff;
  --sd-accent-2: #1d8fff;
  --sd-shadow: 0 18px 50px rgba(0,0,0,0.35);
  --sd-radius: 18px;
  --sd-radius-sm: 12px;
  --sd-container: 1200px;
  --sd-transition: all 0.3s ease;
}

html, body {
  background: linear-gradient(180deg, #081120 0%, #0b1424 100%);
  color: var(--sd-text);
  font-family: Arial, Helvetica, sans-serif;
}

body {
  margin: 0;
  padding: 0;
}

a {
  color: var(--sd-accent);
  text-decoration: none;
  transition: var(--sd-transition);
}

a:hover {
  color: #ffffff;
}

h1, h2, h3, h4, h5, h6 {
  color: #ffffff;
  line-height: 1.15;
  margin-top: 0;
}

p, li {
  color: var(--sd-text-soft);
  line-height: 1.75;
}

img {
  max-width: 100%;
  height: auto;
  border-radius: var(--sd-radius-sm);
}

/* Elementor container spacing */
.elementor-section,
.elementor-container,
.e-con {
  box-sizing: border-box;
}

/* Main content wrapper */
.sd-content-wrap {
  width: 100%;
  max-width: var(--sd-container);
  margin: 0 auto;
  padding: 80px 24px;
}

/* Card / panel style */
.sd-panel {
  background: var(--sd-panel);
  border: 1px solid var(--sd-panel-border);
  border-radius: var(--sd-radius);
  box-shadow: var(--sd-shadow);
  backdrop-filter: blur(10px);
}

/* Buttons */
.sd-btn .elementor-button,
.elementor-button.sd-btn,
.elementor-widget-button .elementor-button {
  background: linear-gradient(135deg, var(--sd-accent), var(--sd-accent-2));
  color: #07111e;
  border-radius: 999px;
  padding: 14px 24px;
  font-weight: 700;
  border: none;
  box-shadow: 0 10px 30px rgba(67, 211, 255, 0.25);
  transition: var(--sd-transition);
}

.sd-btn .elementor-button:hover,
.elementor-button.sd-btn:hover,
.elementor-widget-button .elementor-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 38px rgba(67, 211, 255, 0.35);
}

/* Inputs */
input,
textarea,
select {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.1);
  color: #fff;
  border-radius: 14px;
  padding: 14px 16px;
}

input:focus,
textarea:focus,
select:focus {
  outline: none;
  border-color: var(--sd-accent);
  box-shadow: 0 0 0 3px rgba(67, 211, 255, 0.12);
}

/* Lists */
ul, ol {
  padding-left: 20px;
}

/* Blockquotes */
blockquote {
  margin: 28px 0;
  padding: 22px 24px;
  border-left: 4px solid var(--sd-accent);
  background: rgba(255,255,255,0.04);
  border-radius: 0 14px 14px 0;
  color: #dce8f7;
}

/* Tables */
table {
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
  border-radius: 14px;
}

table th,
table td {
  padding: 14px 16px;
  border: 1px solid rgba(255,255,255,0.08);
}

table th {
  background: rgba(255,255,255,0.06);
  color: #fff;
}

table td {
  color: var(--sd-text-soft);
}/* End custom CSS */