/* ============================================================
   ARAMAS.CH — Corporate Stylesheet
   Design system: Aramas Group corporate identity
   Primary: #005383  |  Navy: #0a1f37  |  Cyan: #9bd3dd  |  Red: #e73c3e
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,300;0,400;0,600;0,700;0,900;1,300;1,400&display=swap');

:root {
    --corporate: #005383;
    --navy: #0a1f37;
    --navy-90: rgba(10,31,55,0.9);
    --cyan: #9bd3dd;
    --red: #e73c3e;
    --white: #ffffff;
    --off-white: #f8f9fb;
    --light-bg: #f0f3f7;
    --text: #2d3748;
    --text-light: #5a6577;
    --border: #d8dee7;
    --font: 'Source Sans Pro', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    --font-bold: 700;
    --skew: -12.8deg;
    --shadow-sm: 0 2px 8px rgba(0,0,0,0.06);
    --shadow-md: 0 4px 24px rgba(0,0,0,0.1);
    --shadow-lg: 0 12px 48px rgba(0,0,0,0.15);
    --radius: 0;
    --transition: 0.25s ease;
}

/* === RESET === */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
body { margin: 0; font-family: var(--font); font-size: 16px; font-weight: 400; line-height: 1.65; color: var(--text); background: var(--white); }
a { color: inherit; text-decoration: none; transition: color var(--transition); }
img { max-width: 100%; vertical-align: middle; border: 0; }
h1,h2,h3,h4,h5,h6 { margin: 0 0 0.5em; line-height: 1.2; font-weight: var(--font-bold); }
p { margin: 0 0 1.1em; }
ul { list-style: none; margin: 0; padding: 0; }
button { font-family: var(--font); }

/* === LAYOUT === */
.container { max-width: 1280px; margin: 0 auto; padding: 0 20px; }
@media (min-width: 1400px) { .container { max-width: 1340px; } }
.row { display: flex; flex-wrap: wrap; margin: 0 -15px; }
[class*="col-"] { padding: 0 15px; }
.col-3 { width: 25%; } .col-4 { width: 33.333%; } .col-6 { width: 50%; } .col-8 { width: 66.666%; } .col-12 { width: 100%; }

/* ================================================================
   TOP BAR
   ================================================================ */
#top {
    background: var(--navy);
    font-size: 11.5px;
    font-weight: 600;
    letter-spacing: 0.8px;
    position: relative;
    z-index: 1100;
}
#top .container {
    display: flex;
    justify-content: flex-end;
    align-items: stretch;
    height: 34px;
}
.split-bar-primary {
    display: flex; align-items: center;
    flex: 1; justify-content: flex-end;
    padding-right: 20px;
}
.split-bar-primary a {
    color: rgba(255,255,255,0.85);
    text-transform: uppercase;
    padding: 0 12px;
}
.split-bar-primary a:hover { color: var(--cyan); }

.separator-container {
    height: 34px; overflow: hidden;
    width: 16px; display: flex; flex-shrink: 0;
}
.separator { width: 3px; height: 42px; background: var(--white); transform: rotate(12.8deg); margin-top: -4px; }
.separator.blue { background: var(--corporate); width: 22px; height: 80px; margin-right: -16px; }

.split-bar-secondary {
    background: var(--corporate);
    display: flex; align-items: center;
    padding: 0 18px; margin-right: -20px;
}
.split-bar-secondary a {
    color: var(--white); text-transform: uppercase; padding: 0 8px;
}
.split-bar-secondary a:hover { color: var(--cyan); }

/* ================================================================
   NAVIGATION
   ================================================================ */
.page-header {
    background: var(--white);
    position: sticky; top: 0; z-index: 1050;
    transition: box-shadow 0.3s, background 0.3s;
    border-bottom: 1px solid transparent;
}
.page-header.scrolled {
    box-shadow: 0 2px 30px rgba(0,0,0,0.08);
    border-bottom-color: rgba(0,0,0,0.04);
}
/* On hero pages, header starts transparent */
.page-header.transparent {
    background: transparent;
    border-bottom-color: transparent;
    position: absolute; top: 34px; left: 0; right: 0;
}
.page-header.transparent .main-nav > li > a,
.page-header.transparent .navbar-brand-dark { display: none; }
.page-header.transparent img.navbar-brand-light { display: block; }
.page-header.transparent .navbar-toggler span { background: var(--white); }
.page-header.transparent.scrolled {
    position: sticky; top: 0;
    background: var(--white);
    box-shadow: 0 2px 30px rgba(0,0,0,0.08);
}
.page-header.transparent.scrolled .main-nav > li > a { color: var(--navy); }
.page-header.transparent.scrolled .navbar-brand-dark { display: block; }
.page-header.transparent.scrolled img.navbar-brand-light { display: none; }
.page-header.transparent.scrolled .navbar-toggler span { background: var(--navy); }

.page-header .container {
    display: flex; justify-content: space-between; align-items: center;
    height: 85px;
}
.navbar-brand img { height: 38px; display: block; }
.navbar-brand img.navbar-brand-light { display: none; }

.main-nav { display: flex; align-items: center; }
.main-nav > li { position: relative; }
.main-nav > li > a {
    display: block;
    padding: 30px 20px;
    font-weight: var(--font-bold);
    font-size: 13px;
    text-transform: uppercase;
    color: var(--navy);
    letter-spacing: 0.6px;
    line-height: 1.35;
    white-space: nowrap;
}
.main-nav > li > a:hover,
.main-nav > li:hover > a { color: var(--corporate); }

.main-nav .dropdown-menu {
    display: none; position: absolute; top: 100%; left: 0;
    background: var(--white); min-width: 240px;
    box-shadow: var(--shadow-lg);
    z-index: 200; padding: 12px 0;
    border-top: 3px solid var(--corporate);
}
.main-nav li:hover .dropdown-menu { display: block; }
.dropdown-menu a {
    display: block; padding: 9px 24px;
    font-size: 14px; color: var(--text);
    font-weight: 400;
}
.dropdown-menu a:hover { background: var(--off-white); color: var(--corporate); padding-left: 28px; }

.navbar-toggler { display: none; background: none; border: none; cursor: pointer; padding: 12px; }
.navbar-toggler span { display: block; width: 26px; height: 2px; background: var(--navy); margin: 6px 0; transition: 0.3s; border-radius: 1px; }

/* ================================================================
   HERO
   ================================================================ */
.hero-section {
    position: relative;
    background-size: cover;
    background-position: center center;
    background-color: var(--navy);
    min-height: 520px;
    display: flex;
    align-items: center;
    overflow: hidden;
}
.hero-section::before {
    content: '';
    position: absolute; inset: 0;
    background: linear-gradient(
        108deg,
        rgba(0,83,131,0.88) 0%,
        rgba(0,83,131,0.75) 25%,
        rgba(10,31,55,0.82) 60%,
        rgba(10,31,55,0.7) 100%
    );
    z-index: 1;
}
/* Subtle diagonal accent */
.hero-section::after {
    content: '';
    position: absolute;
    top: 0; left: 0;
    width: 40%;
    height: 100%;
    background: linear-gradient(102.8deg, rgba(0,83,131,0.25) 0%, transparent 100%);
    z-index: 2;
}
.hero-section .container { position: relative; z-index: 3; }
.hero-content {
    padding: 80px 0;
    max-width: 680px;
    margin-left: 8.333%;
}
.hero-content h1 {
    color: var(--white);
    font-size: 3.5rem;
    font-weight: var(--font-bold);
    letter-spacing: 1.5px;
    margin-bottom: 24px;
    line-height: 1.15;
}
.hero-content h1 .slash {
    position: relative;
}
.hero-content h1 .slash::after {
    content: '';
    display: inline-block;
    width: 3px; height: 55px;
    background: var(--cyan);
    transform: skewX(var(--skew));
    margin-left: 14px;
    vertical-align: middle;
    opacity: 0.9;
}
.hero-content p {
    color: rgba(255,255,255,0.82);
    font-size: 1.15em;
    line-height: 1.75;
    font-weight: 300;
    max-width: 560px;
}
.hero-content p strong { color: var(--white); font-weight: 600; }

/* Inner page hero */
.hero-section.hero-inner { min-height: 320px; }
.hero-section.hero-inner .hero-content { padding: 50px 0; }
.hero-section.hero-inner h1 { font-size: 2.8rem; letter-spacing: 1px; }

/* ================================================================
   SKEWED SERVICE BOXES
   ================================================================ */
.service-boxes {
    background: linear-gradient(102.8deg, var(--corporate) 0%, var(--corporate) 15%, var(--navy) 15%, var(--navy) 100%);
    position: relative;
}
.s-boxes { display: flex; flex-wrap: wrap; margin: 0; }
.s-boxe { flex: 1 1 33.333%; padding: 5px; position: relative; z-index: 1; }
.s-boxe-inner {
    background: var(--white);
    padding: 2.5em 2em;
    min-height: 220px;
    display: flex; flex-direction: column; justify-content: center;
    position: relative; overflow: hidden;
    transition: all 0.3s ease;
}
/* Diagonal hover accent */
.s-boxe-inner::before {
    content: '';
    position: absolute; top: 0; right: 0;
    width: 6px; height: 100%;
    background: var(--cyan);
    transform: translateX(6px);
    transition: transform 0.3s ease;
}
.s-boxe:hover .s-boxe-inner::before { transform: translateX(0); }
.s-boxe:hover .s-boxe-inner { box-shadow: var(--shadow-md); }

.s-boxe-inner h4 {
    font-size: 1.5em; font-weight: var(--font-bold);
    letter-spacing: -0.3px; color: var(--navy);
    margin-bottom: 12px;
}
.s-boxe-inner p {
    font-size: 0.95em; color: var(--text-light);
    margin-bottom: 18px; line-height: 1.6;
}
.s-boxe-link {
    text-transform: uppercase; font-weight: var(--font-bold);
    font-size: 12px; color: var(--corporate);
    display: inline-flex; align-items: center;
    letter-spacing: 0.8px; margin-top: auto;
}
.s-boxe-link::after {
    content: ''; display: inline-block;
    width: 2px; height: 1.4em;
    background: var(--cyan);
    transform: rotate(12.8deg);
    margin-left: 10px; transition: background var(--transition);
}
.s-boxe-link:hover { color: var(--navy); }
.s-boxe-link:hover::after { background: var(--red); }

/* ================================================================
   LINK-SLASH
   ================================================================ */
.link-slash {
    text-transform: uppercase; font-weight: var(--font-bold);
    font-size: 12px; display: inline-flex; align-items: center;
    color: var(--corporate); letter-spacing: 0.8px;
}
.link-slash::after {
    content: ''; display: inline-block;
    width: 2px; height: 22px;
    border-top: 22px solid var(--cyan);
    transform: skewX(var(--skew));
    margin-left: 9px; transition: border-color var(--transition);
}
.link-slash:hover { color: var(--navy); }
.link-slash:hover::after { border-top-color: var(--red); }

/* White variant */
.link-slash.link-slash--white { color: var(--white); }
.link-slash.link-slash--white:hover { color: var(--cyan); }

/* ================================================================
   CARDS
   ================================================================ */
.card-group { display: flex; flex-wrap: wrap; gap: 24px; }
.card-item {
    background: var(--white);
    box-shadow: var(--shadow-md);
    position: relative; overflow: hidden;
    flex: 1 1 300px;
    transition: box-shadow var(--transition), transform var(--transition);
}
.card-item:hover { box-shadow: var(--shadow-lg); transform: translateY(-3px); }

.card-tag {
    position: absolute; z-index: 10;
    top: 16px; margin-left: -8px;
    padding: 5px 16px 4px;
    background: var(--corporate);
    color: var(--white);
    font-weight: var(--font-bold);
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    line-height: 1.5;
}
.card-image {
    height: 220px;
    background-size: cover; background-position: center;
    background-color: var(--light-bg);
    transition: transform 0.4s ease;
}
.card-item:hover .card-image { transform: scale(1.03); }
.card-image-wrap { overflow: hidden; }

.card-body { padding: 24px; }
.card-body .card-date {
    font-size: 12px; color: var(--text-light);
    display: block; margin-bottom: 10px; letter-spacing: 0.3px;
}
.card-body h4 {
    font-size: 1.1em; color: var(--navy);
    margin-bottom: 12px; line-height: 1.35;
}
.card-body p {
    font-size: 0.92em; color: var(--text-light); line-height: 1.6;
    margin-bottom: 16px;
}
.card-body .card-link {
    font-weight: var(--font-bold); font-size: 12px;
    color: var(--corporate); text-transform: uppercase;
    letter-spacing: 0.6px; display: inline-flex; align-items: center;
}
.card-body .card-link::after {
    content: ''; display: inline-block;
    width: 2px; height: 14px;
    background: var(--cyan);
    transform: rotate(12.8deg);
    margin-left: 8px; transition: background var(--transition);
}
.card-body .card-link:hover { color: var(--red); }
.card-body .card-link:hover::after { background: var(--red); }

/* ================================================================
   BACKGROUND / PARALLAX SECTIONS
   ================================================================ */
.bg-image-section {
    position: relative;
    background-size: cover; background-position: center;
    background-attachment: fixed;
    padding: 120px 0; color: var(--white);
}
.bg-image-section::before {
    content: ''; position: absolute; inset: 0;
    background: linear-gradient(
        108deg,
        rgba(0,83,131,0.9) 0%,
        rgba(10,31,55,0.88) 50%,
        rgba(10,31,55,0.75) 100%
    );
}
.bg-image-section .container { position: relative; z-index: 1; }
.bg-image-section h2 { font-size: 2.4em; margin-bottom: 20px; font-weight: var(--font-bold); }
.bg-image-section h2 span {
    display: inline-block;
    border-bottom: 3px solid var(--cyan);
    padding-bottom: 8px;
}
.bg-image-section p {
    font-size: 1.15em; max-width: 620px;
    line-height: 1.8; color: rgba(255,255,255,0.85);
    font-weight: 300;
}

/* Info boxes (4-up grid) */
.info-boxes {
    background: linear-gradient(102.8deg, var(--corporate) 0%, var(--corporate) 15%, var(--navy) 15%, var(--navy) 100%);
}
.info-boxes .s-boxe { flex: 1 1 25%; }
.info-boxes .s-boxe-inner {
    text-align: center; min-height: 200px;
    padding: 2.5em 1.5em; cursor: pointer;
}
.info-boxes .s-boxe-inner .icon-wrap {
    width: 64px; height: 64px;
    margin: 0 auto 16px;
    background: var(--off-white);
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    transition: all var(--transition);
}
.info-boxes .s-boxe:hover .icon-wrap {
    background: var(--corporate);
    transform: scale(1.1);
}
.info-boxes .s-boxe:hover .icon-wrap i { color: var(--white); }
.info-boxes .s-boxe-inner .icon-wrap i {
    font-size: 1.6em; color: var(--corporate);
    transition: color var(--transition);
}

/* ================================================================
   CONTENT SECTIONS
   ================================================================ */
.content-section { padding: 90px 0; }
.content-section.bg-light { background: var(--off-white); }
.content-section.bg-lighter { background: var(--light-bg); }

.section-intro {
    max-width: 720px; margin-left: 8.333%;
    margin-bottom: 50px;
}
.section-intro h2 {
    font-size: 1.9em; color: var(--navy);
    margin-bottom: 16px;
}
.section-intro p {
    font-size: 1.1em; color: var(--text-light);
    line-height: 1.75;
}

.first-headline {
    font-size: 1.75rem; color: var(--navy);
    margin-bottom: 35px;
}

/* Feature grid (2x3) */
.feature-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2px;
}
.feature-cell {
    background: var(--white);
    padding: 40px 32px;
    position: relative;
    transition: all var(--transition);
}
.feature-cell::before {
    content: ''; position: absolute; top: 0; left: 0;
    width: 100%; height: 3px;
    background: var(--cyan);
    transform: scaleX(0); transform-origin: left;
    transition: transform 0.4s ease;
}
.feature-cell:hover::before { transform: scaleX(1); }
.feature-cell:hover { box-shadow: var(--shadow-md); z-index: 2; }

.feature-cell .feature-icon {
    width: 48px; height: 48px;
    background: var(--off-white);
    border-radius: 8px;
    display: flex; align-items: center; justify-content: center;
    margin-bottom: 20px;
    transition: all var(--transition);
}
.feature-cell:hover .feature-icon { background: var(--corporate); }
.feature-cell:hover .feature-icon i { color: var(--white); }
.feature-cell .feature-icon i { font-size: 1.3em; color: var(--corporate); transition: color var(--transition); }
.feature-cell h4 { font-size: 1.15em; color: var(--navy); margin-bottom: 10px; }
.feature-cell p { font-size: 0.9em; color: var(--text-light); margin: 0; line-height: 1.6; }

/* Stats */
.stats-row {
    display: flex; flex-wrap: wrap; gap: 0;
    justify-content: center; padding: 0;
}
.stat-item {
    text-align: center; flex: 1 1 200px;
    padding: 40px 20px;
    border-right: 1px solid var(--border);
}
.stat-item:last-child { border-right: none; }
.stat-number {
    font-size: 3.2em; font-weight: 900;
    color: var(--corporate); line-height: 1;
    margin-bottom: 10px; letter-spacing: -1px;
}
.stat-label {
    font-size: 11.5px; text-transform: uppercase;
    color: var(--text-light); letter-spacing: 1.5px;
    font-weight: 600;
}

/* CTA banner */
.cta-banner {
    background: var(--navy);
    padding: 60px 0;
    text-align: center;
}
.cta-banner h2 { color: var(--white); font-size: 2em; margin-bottom: 16px; }
.cta-banner p { color: rgba(255,255,255,0.7); font-size: 1.1em; margin-bottom: 28px; }
.cta-btn {
    display: inline-flex; align-items: center;
    background: var(--white); color: var(--navy);
    padding: 14px 36px; font-weight: var(--font-bold);
    font-size: 13px; text-transform: uppercase;
    letter-spacing: 0.8px;
    transition: all var(--transition);
}
.cta-btn:hover { background: var(--cyan); color: var(--navy); }
.cta-btn::after {
    content: ''; display: inline-block;
    width: 2px; height: 18px;
    background: var(--corporate);
    transform: skewX(var(--skew));
    margin-left: 14px;
}

/* ================================================================
   CONTACT
   ================================================================ */
.contact-grid { display: flex; flex-wrap: wrap; gap: 50px; }
.contact-info { flex: 1 1 320px; }
.contact-form-wrap { flex: 1.5 1 420px; }

.contact-card {
    background: var(--white);
    padding: 32px; box-shadow: var(--shadow-md);
    margin-bottom: 24px;
}
.contact-card h4 {
    font-size: 1.05em; color: var(--navy);
    margin-bottom: 20px; padding-bottom: 14px;
    border-bottom: 2px solid var(--cyan);
    text-transform: uppercase; letter-spacing: 0.5px;
    font-size: 13px;
}
.contact-detail { display: flex; align-items: flex-start; margin-bottom: 22px; }
.contact-detail:last-child { margin-bottom: 0; }
.contact-detail i {
    color: var(--corporate); font-size: 1.1em;
    margin-right: 16px; margin-top: 2px;
    width: 18px; text-align: center; flex-shrink: 0;
}
.contact-detail h4 { font-size: 0.9em; margin-bottom: 3px; color: var(--navy); text-transform: none; letter-spacing: 0; border: none; padding: 0; }
.contact-detail p { color: var(--text-light); font-size: 0.88em; margin: 0; line-height: 1.6; }

.form-group { margin-bottom: 22px; }
.form-group label {
    display: block; font-size: 11.5px; font-weight: 600;
    color: var(--navy); margin-bottom: 7px;
    text-transform: uppercase; letter-spacing: 0.8px;
}
.form-control {
    width: 100%; padding: 11px 16px;
    border: 1px solid var(--border);
    font-size: 14px; font-family: var(--font);
    color: var(--text); background: var(--white);
    transition: border-color 0.2s, box-shadow 0.2s;
}
.form-control:focus {
    outline: none;
    border-color: var(--corporate);
    box-shadow: 0 0 0 3px rgba(0,83,131,0.08);
}
select.form-control {
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6'%3E%3Cpath d='M0 0l5 6 5-6z' fill='%235a6577'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 16px center;
    padding-right: 40px;
}
textarea.form-control { resize: vertical; min-height: 130px; }
.btn-submit {
    display: inline-flex; align-items: center;
    background: var(--corporate); color: var(--white);
    border: none; padding: 13px 34px;
    font-size: 12px; font-weight: var(--font-bold);
    text-transform: uppercase; letter-spacing: 0.8px;
    cursor: pointer; transition: background var(--transition);
}
.btn-submit:hover { background: var(--navy); }
.btn-submit::after {
    content: ''; display: inline-block;
    width: 2px; height: 16px;
    background: var(--cyan);
    transform: skewX(var(--skew));
    margin-left: 14px;
}

/* ================================================================
   TWO-COL LAYOUT (About page)
   ================================================================ */
.two-col-layout { display: flex; flex-wrap: wrap; gap: 50px; }
.two-col-main { flex: 2.2 1 520px; }
.two-col-main h3 { font-size: 1.4em; color: var(--navy); margin-top: 48px; margin-bottom: 14px; }
.two-col-main h3:first-child { margin-top: 0; }
.two-col-main p { font-size: 1em; color: var(--text-light); line-height: 1.75; }
.two-col-main p strong { color: var(--text); }

.two-col-sidebar { flex: 1 1 280px; }
.sidebar-card {
    background: var(--white); box-shadow: var(--shadow-md);
    padding: 28px; margin-bottom: 24px;
}
.sidebar-card h4 {
    color: var(--navy); font-size: 12px;
    margin-bottom: 18px; padding-bottom: 12px;
    border-bottom: 2px solid var(--cyan);
    text-transform: uppercase; letter-spacing: 0.8px;
}
.sidebar-card ul li {
    padding: 7px 0; border-bottom: 1px solid #eef1f5;
}
.sidebar-card ul li:last-child { border-bottom: none; }
.sidebar-card ul li a {
    color: var(--text); font-size: 0.9em;
    display: flex; align-items: center;
}
.sidebar-card ul li a::before {
    content: ''; display: inline-block;
    width: 2px; height: 12px;
    background: var(--cyan);
    transform: skewX(var(--skew));
    margin-right: 10px;
    transition: background var(--transition);
}
.sidebar-card ul li a:hover { color: var(--corporate); }
.sidebar-card ul li a:hover::before { background: var(--red); }

/* ================================================================
   FOOTER
   ================================================================ */
.footer-content {
    background: var(--corporate);
    padding: 55px 0 50px;
}
.footer-col { padding: 0 15px; width: 25%; margin-bottom: 24px; }
.footer-col h5 { margin-bottom: 12px; }
.footer-col h5 a {
    color: var(--white); font-weight: 600;
    font-size: 14px; line-height: 1.35;
}
.footer-col h5 a:hover { color: var(--cyan); }
.footer-col ul li { margin-bottom: 5px; }
.footer-col ul li a {
    color: rgba(255,255,255,0.7);
    font-size: 13.5px; font-weight: 300;
}
.footer-col ul li a:hover { color: var(--cyan); }

.footer-wide { width: 50%; }
.footer-wide h5 { margin-bottom: 12px; }
.footer-wide h5 a { color: var(--white); font-weight: 600; font-size: 14px; }
.footer-wide .country-links { display: flex; flex-wrap: wrap; }
.footer-wide .country-links a {
    width: 33.333%; color: rgba(255,255,255,0.7);
    font-size: 13.5px; font-weight: 300;
    padding: 3px 0;
}
.footer-wide .country-links a:hover { color: var(--cyan); }

#social-networks { text-align: right; }
#social-networks h5 { color: var(--white); font-weight: 600; font-size: 14px; margin-bottom: 14px; }
#social-networks a {
    color: rgba(255,255,255,0.8); font-size: 1.4em;
    margin-left: 18px;
}
#social-networks a:hover { color: var(--cyan); }

.footer-meta {
    background: var(--navy); padding: 0;
}
.footer-meta .container {
    display: flex; justify-content: flex-end;
    align-items: stretch; height: 38px;
}
.footer-meta-links { display: flex; align-items: center; }
.footer-meta-links a {
    color: rgba(255,255,255,0.6);
    font-size: 11px; text-transform: uppercase;
    font-weight: 600; letter-spacing: 0.6px;
    padding: 0 14px;
}
.footer-meta-links a:hover { color: var(--cyan); }

/* ================================================================
   SCROLL TOP
   ================================================================ */
.scroll-top {
    position: fixed; bottom: 20px; right: 20px;
    width: 44px; height: 44px;
    background: var(--text-light); color: var(--white);
    display: flex; align-items: center; justify-content: center;
    opacity: 0; transition: all 0.3s; z-index: 1020;
    cursor: pointer; font-size: 14px;
}
.scroll-top.visible { opacity: 1; }
.scroll-top:hover { background: var(--corporate); }

/* ================================================================
   RESPONSIVE
   ================================================================ */
@media (max-width: 1199px) {
    .main-nav > li > a { padding: 30px 14px; font-size: 12px; }
    .hero-content h1 { font-size: 3rem; }
}

@media (max-width: 991px) {
    .main-nav { display: none; }
    .navbar-toggler { display: block; }
    .main-nav.open {
        display: flex; flex-direction: column;
        position: absolute; top: 85px; left: 0; right: 0;
        background: var(--white);
        box-shadow: var(--shadow-lg); z-index: 999;
    }
    .main-nav.open > li > a {
        padding: 14px 24px; border-bottom: 1px solid #eef1f5; white-space: normal;
    }
    .main-nav .dropdown-menu { position: static; box-shadow: none; background: var(--off-white); border-top: none; }
    .hero-content { margin-left: 0; padding: 60px 0; }
    .hero-content h1 { font-size: 2.5rem; }
    .hero-section { min-height: 400px; }
    .section-intro { margin-left: 0; }
    .s-boxe { flex: 1 1 100%; }
    .feature-grid { grid-template-columns: repeat(2, 1fr); }
    .footer-col { width: 50%; }
    .footer-wide { width: 100%; }
    .info-boxes .s-boxe { flex: 1 1 50%; }
    #social-networks { text-align: left; width: 100%; margin-top: 20px; }
    .split-bar-primary { display: none; }
    #top .container { font-size: 10.5px; }
    .stat-item { border-right: none; border-bottom: 1px solid var(--border); }
    .stat-item:last-child { border-bottom: none; }
}

@media (max-width: 767px) {
    .hero-content h1 { font-size: 2rem; }
    .hero-section { min-height: 350px; }
    .s-boxe { flex: 1 1 100%; }
    .feature-grid { grid-template-columns: 1fr; }
    .card-group { flex-direction: column; }
    .contact-grid { flex-direction: column; }
    .two-col-layout { flex-direction: column; }
    .footer-col { width: 100%; }
    .info-boxes .s-boxe { flex: 1 1 100%; }
    .stats-row { flex-direction: column; }
    .stat-item { padding: 24px 20px; }
    [class*="col-"] { width: 100%; }
    .row { flex-direction: column; }
    .bg-image-section { background-attachment: scroll; padding: 80px 0; }
}
