/* ============================================================
   TARJANI SOLUTIONS — Professional Design System
   Clean, editorial, corporate — no Material Design patterns
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,400;0,9..40,500;0,9..40,600;0,9..40,700;1,9..40,400&family=Instrument+Sans:wght@500;600;700&display=swap');

:root {
    --color-navy: #0c1222;
    --color-navy-soft: #151d2e;
    --color-slate-900: #1e293b;
    --color-slate-700: #334155;
    --color-slate-500: #64748b;
    --color-slate-400: #94a3b8;
    --color-slate-200: #e2e8f0;
    --color-slate-100: #f1f5f9;
    --color-slate-50: #f8fafc;
    --color-white: #ffffff;
    --color-accent: #0f766e;
    --color-accent-hover: #0d9488;
    --color-accent-light: #ccfbf1;
    --color-accent-muted: rgba(15, 118, 110, 0.08);
    --font-display: 'Instrument Sans', -apple-system, BlinkMacSystemFont, sans-serif;
    --font-body: 'DM Sans', -apple-system, BlinkMacSystemFont, sans-serif;
    --radius-sm: 8px;
    --radius-md: 12px;
    --radius-lg: 16px;
    --radius-xl: 24px;
    --shadow-sm: 0 1px 3px rgba(12, 18, 34, 0.06);
    --shadow-md: 0 4px 24px rgba(12, 18, 34, 0.07);
    --shadow-lg: 0 12px 48px rgba(12, 18, 34, 0.1);
    --transition: 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    --container-max: 1200px;
}

/* ---- Global ---- */
*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: var(--font-body);
    color: var(--color-slate-700);
    line-height: 1.7;
    background-color: var(--color-white);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6,
.section-title h3,
.hero-content-wrapper h2 {
    font-family: var(--font-display);
    color: var(--color-navy);
    letter-spacing: -0.025em;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    text-decoration: none;
    transition: color var(--transition);
}

/* ---- Section utilities ---- */
.pt-100 {
    padding-top: 100px !important;
}

.pb-100 {
    padding-bottom: 100px !important;
}

.mb-80 {
    margin-bottom: 80px;
}

.mt-80 {
    margin-top: 80px;
}

.section-gradient {
    background: linear-gradient(135deg, rgba(15, 118, 110, 0.04), rgba(15, 118, 110, 0.01));
    position: relative;
}

.section-gradient::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, rgba(255, 255, 255, 0.65), transparent 60%);
    pointer-events: none;
}

.section-gradient > .container {
    position: relative;
    z-index: 1;
}

.section-dark {
    background: var(--color-navy);
    color: var(--color-slate-400);
}

.section-dark h2,
.section-dark h3,
.section-dark .section-title h3 {
    color: var(--color-white);
}

.section-dark .section-title p {
    color: var(--color-slate-400);
}

/* ---- Section label (eyebrow) ---- */
.section-label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: var(--font-body);
    font-size: 0.8125rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--color-accent);
    margin-bottom: 16px;
}

.section-label::before {
    content: '';
    display: block;
    width: 24px;
    height: 2px;
    background: var(--color-accent);
    border-radius: 1px;
}

.section-title h3 {
    font-size: clamp(1.75rem, 3vw, 2.375rem);
    font-weight: 700;
    margin-bottom: 1rem;
    line-height: 1.2;
}

.section-title p {
    font-size: 1.0625rem;
    color: var(--color-slate-500);
    max-width: 560px;
    margin: 0 auto;
    line-height: 1.75;
}

.section-title.text-start p {
    margin: 0;
}

/* ---- Navbar ---- */
.header.header-6 .navbar-area {
    background: rgba(255, 255, 255, 0.94);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-bottom: 1px solid rgba(226, 232, 240, 0.85);
    position: sticky;
    top: 0;
    z-index: 1000;
    transition: box-shadow var(--transition);
}

.header.header-6.sticky .navbar-area {
    box-shadow: var(--shadow-sm);
}

.header.header-6 .navbar {
    padding: 14px 0;
}

.header.header-6 .navbar-brand {
    display: inline-flex;
    align-items: center;
    min-height: 60px;
    padding: 10px 0;
    font-family: var(--font-display);
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 1.1;
    color: var(--color-navy);
    letter-spacing: -0.02em;
    background: none;
    -webkit-text-fill-color: unset;
}

.header.header-6 .navbar-brand img {
    max-width: 180px;
    max-height: 60px;
    width: auto;
    height: auto;
    display: block;
}

.hero-section-wrapper-5 .header {
    background: #ffffff;
}

.hero-section-wrapper-5 .header .navbar {
    min-height: 76px;
}

.header.header-6 .navbar-brand span {
    color: var(--color-accent);
}

.header.header-6 .navbar-brand::after {
    content: '';
    display: block;
    height: 100%;
}

.header.header-6 .navbar .navbar-nav {
    align-items: center;
    gap: 4px;
    padding: 6px;
    background: rgba(248, 250, 252, 0.95);
    border: 1px solid rgba(226, 232, 240, 0.9);
    border-radius: 999px;
}

.header.header-6 .navbar .navbar-nav .nav-item {
    margin: 0;
}

.header.header-6 .navbar .navbar-nav .nav-item a {
    font-weight: 500;
    font-size: 0.9375rem;
    color: var(--color-slate-700);
    padding: 10px 14px;
    border-radius: 999px;
    transition: all var(--transition);
}

.header.header-6 .navbar .navbar-nav .nav-item a:hover {
    color: var(--color-accent);
    background: rgba(15, 118, 110, 0.08);
}

.header.header-6 .navbar .navbar-nav .nav-item a.active {
    color: var(--color-white);
    background: var(--color-accent);
    font-weight: 600;
    box-shadow: 0 6px 18px rgba(15, 118, 110, 0.18);
}

.header.header-6 .navbar-toggler {
    border: none;
    padding: 0;
}

.header.header-6 .navbar-toggler:focus {
    box-shadow: none;
}

.header.header-6 .navbar-toggler .toggler-icon {
    display: block;
    width: 20px;
    height: 2px;
    margin: 4px 0;
    border-radius: 999px;
    background-color: var(--color-navy);
}

.header.header-6 .header-action .button {
    padding: 10px 18px;
    font-size: 0.875rem;
    border-radius: var(--radius-sm);
    white-space: nowrap;
    min-width: 128px;
}

/* ---- Buttons ---- */
.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    white-space: nowrap;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: var(--color-accent);
    border: none;
    border-radius: var(--radius-sm);
    padding: 14px 28px;
    font-family: var(--font-body);
    font-weight: 600;
    font-size: 0.9375rem;
    color: var(--color-white);
    box-shadow: none;
    transition: all var(--transition);
    cursor: pointer;
    line-height: 1.4;
}

.button:hover {
    background: var(--color-accent-hover);
    color: var(--color-white);
    transform: translateY(-1px);
    box-shadow: 0 4px 16px rgba(15, 118, 110, 0.25);
}

.button-outline {
    background: transparent;
    color: var(--color-navy);
    border: 1.5px solid var(--color-slate-200);
    box-shadow: none;
}

.button-outline:hover {
    background: var(--color-slate-50);
    border-color: var(--color-slate-400);
    color: var(--color-navy);
    box-shadow: none;
}

.button-light {
    background: var(--color-white);
    color: var(--color-navy);
}

.button-light:hover {
    background: var(--color-slate-100);
    color: var(--color-navy);
    box-shadow: var(--shadow-md);
}

.button-ghost {
    background: rgba(255, 255, 255, 0.12);
    color: var(--color-white);
    border: 1px solid rgba(255, 255, 255, 0.25);
}

.button-ghost:hover {
    background: rgba(255, 255, 255, 0.2);
    color: var(--color-white);
    box-shadow: none;
}

/* ---- Hero ---- */
.hero-section.hero-style-5 {
    padding: 40px 0 80px;
    position: relative;
    overflow: hidden;
    background: var(--color-white);
}

.hero-section.hero-style-5::before {
    content: '';
    position: absolute;
    top: -40%;
    right: -20%;
    width: 70%;
    height: 140%;
    background: radial-gradient(ellipse, rgba(15, 118, 110, 0.06) 0%, transparent 70%);
    pointer-events: none;
}

.hero-section.hero-style-5::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--color-slate-200), transparent);
}

.hero-section.hero-style-5.hero-short {
    padding: 120px 0 72px;
    text-align: center;
    background: linear-gradient(180deg, rgba(248, 250, 252, 0.95) 0%, rgba(255, 255, 255, 1) 100%);
}

.hero-section.hero-style-5.hero-short::before {
    content: '';
    position: absolute;
    top: -80px;
    right: 10%;
    width: 420px;
    height: 420px;
    background: radial-gradient(circle, rgba(15, 118, 110, 0.12), transparent 55%);
    filter: blur(25px);
    pointer-events: none;
}

.hero-section.hero-style-5.hero-short::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 120%;
    height: 120px;
    background: linear-gradient(180deg, transparent, rgba(15, 118, 110, 0.04));
    pointer-events: none;
}

.hero-section.hero-style-5.hero-short .hero-content-wrapper {
    position: relative;
    z-index: 1;
    max-width: 740px;
    margin: 0 auto;
    padding: 40px 24px;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 28px;
    border: 1px solid rgba(15, 118, 110, 0.12);
    box-shadow: 0 24px 60px rgba(15, 118, 110, 0.08);
}

.hero-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 18px;
    background: rgba(15, 118, 110, 0.1);
    border: 1px solid rgba(15, 118, 110, 0.2);
    border-radius: 999px;
    font-size: 0.85rem;
    font-weight: 700;
    color: var(--color-accent);
    margin-bottom: 20px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.hero-content-wrapper h2 {
    font-size: clamp(2.4rem, 4vw, 3.6rem);
    font-weight: 800;
    line-height: 1.05;
    margin-bottom: 1rem;
    color: var(--color-navy);
}

.hero-content-wrapper p {
    font-size: 1rem;
    color: var(--color-slate-600);
    line-height: 1.85;
    max-width: 680px;
    margin: 0 auto;
}

.hero-short .hero-content-wrapper p {
    max-width: 720px;
}

.hero-buttons {
    gap: 12px;
    flex-wrap: wrap;
}

.hero-image {
    position: relative;
    z-index: 1;
    max-width: 400px;
    margin: 0 auto;
    text-align: center;
}

.hero-image img {
    width: 100%;
    max-width: 620px;
    display: inline-block;
    filter: drop-shadow(0 24px 48px rgba(12, 18, 34, 0.08));
}

/* Page hero breadcrumb */
.page-breadcrumb {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: 16px;
    padding: 10px 18px;
    background: rgba(15, 118, 110, 0.05);
    border-radius: 999px;
    justify-content: center;
    font-size: 0.9rem;
    color: var(--color-slate-600);
}

.page-breadcrumb a {
    color: var(--color-slate-600);
    transition: color var(--transition);
}

.page-breadcrumb a:hover {
    color: var(--color-accent);
}

.page-breadcrumb span {
    color: var(--color-slate-400);
}

.page-breadcrumb span.separator {
    margin: 0 4px;
}

/* ---- Stats bar ---- */
.stats-bar {
    margin-top: 64px;
    padding: 32px 0;
    border-top: 1px solid var(--color-slate-200);
    border-bottom: 1px solid var(--color-slate-200);
}

.stat-item {
    text-align: center;
    padding: 16px;
    position: relative;
}

.stat-item:not(:last-child)::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 48px;
    background: var(--color-slate-200);
}

.stat-item h3 {
    font-family: var(--font-display);
    font-size: clamp(1.75rem, 3vw, 2.25rem);
    font-weight: 700;
    color: var(--color-navy);
    margin-bottom: 4px;
    line-height: 1.2;
}

.stat-item p {
    font-size: 0.875rem;
    font-weight: 500;
    color: var(--color-slate-500);
    margin: 0;
    letter-spacing: 0.01em;
}

/* ---- Feature cards ---- */
.single-feature {
    background: var(--color-white);
    border: 1px solid var(--color-slate-200);
    border-radius: var(--radius-lg);
    padding: 36px 32px;
    height: 100%;
    transition: all var(--transition);
    position: relative;
    overflow: hidden;
}

.single-feature::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: var(--color-accent);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform var(--transition);
}

.single-feature:hover {
    border-color: rgba(15, 118, 110, 0.25);
    box-shadow: var(--shadow-md);
    transform: translateY(-4px);
}

.single-feature:hover::before {
    transform: scaleX(1);
}

.single-feature .icon {
    background: var(--color-accent-muted);
    width: 52px;
    height: 52px;
    border-radius: var(--radius-md);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
    border: 1px solid rgba(15, 118, 110, 0.12);
}

.single-feature .icon i {
    color: var(--color-accent);
    font-size: 1.375rem;
}

.single-feature h5 {
    font-family: var(--font-display);
    font-size: 1.125rem;
    font-weight: 600;
    color: var(--color-navy);
    margin-bottom: 10px;
}

.single-feature p {
    color: var(--color-slate-500);
    font-size: 0.9375rem;
    line-height: 1.7;
    margin: 0;
}

.single-feature .feature-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: 16px;
    font-size: 0.875rem;
    font-weight: 600;
    color: var(--color-accent);
    opacity: 0;
    transform: translateY(4px);
    transition: all var(--transition);
}

.single-feature:hover .feature-link {
    opacity: 1;
    transform: translateY(0);
}

/* ---- About section ---- */
.about-section .about-image img {
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-lg);
}

.about-content-wrapper .section-title h3 {
    text-align: left;
}

.about-content-wrapper .section-title p {
    text-align: left;
    margin: 0;
}

.check-list {
    list-style: none;
    padding: 0;
    margin: 0 0 32px;
}

.check-list li {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 14px 0;
    border-bottom: 1px solid var(--color-slate-100);
}

.check-list li:last-child {
    border-bottom: none;
}

.check-list li i {
    color: var(--color-accent);
    font-size: 1.25rem;
    flex-shrink: 0;
    margin-top: 2px;
}

.check-list li span {
    font-size: 0.9375rem;
    color: var(--color-slate-700);
    line-height: 1.6;
}

.check-list li strong {
    color: var(--color-navy);
    font-weight: 600;
}

/* ---- Process steps ---- */
.process-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.process-step {
    text-align: center;
    padding: 32px 20px;
    position: relative;
}

.process-step::after {
    content: '';
    position: absolute;
    top: 44px;
    right: -12px;
    width: 24px;
    height: 1px;
    background: var(--color-slate-200);
}

.process-step:last-child::after {
    display: none;
}

.process-number {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: var(--color-navy);
    color: var(--color-white);
    font-family: var(--font-display);
    font-weight: 700;
    font-size: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}

.process-step h5 {
    font-family: var(--font-display);
    font-size: 1rem;
    font-weight: 600;
    color: var(--color-navy);
    margin-bottom: 8px;
}

.process-step p {
    font-size: 0.875rem;
    color: var(--color-slate-500);
    margin: 0;
    line-height: 1.6;
}

/* ---- Testimonials ---- */
.testimonial-card {
    background: var(--color-white);
    border: 1px solid var(--color-slate-200);
    border-radius: var(--radius-lg);
    padding: 36px 32px;
    height: 100%;
    transition: all var(--transition);
    display: flex;
    flex-direction: column;
}

.testimonial-card:hover {
    border-color: rgba(15, 118, 110, 0.2);
    box-shadow: var(--shadow-md);
}

.testimonial-quote {
    font-size: 2.5rem;
    line-height: 1;
    color: var(--color-accent);
    opacity: 0.35;
    font-family: Georgia, serif;
    margin-bottom: 16px;
}

.testimonial-stars {
    display: flex;
    gap: 2px;
    margin-bottom: 16px;
    color: #f59e0b;
    font-size: 0.875rem;
}

.testimonial-text {
    font-size: 0.9375rem;
    color: var(--color-slate-700);
    line-height: 1.75;
    margin-bottom: 24px;
    flex-grow: 1;
    font-style: italic;
}

.testimonial-author {
    display: flex;
    align-items: center;
    gap: 14px;
    padding-top: 20px;
    border-top: 1px solid var(--color-slate-100);
}

.testimonial-avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: var(--color-navy);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-white);
    font-size: 1.125rem;
    font-weight: 600;
    flex-shrink: 0;
    margin-bottom: 0;
}

.testimonial-name {
    font-weight: 600;
    font-size: 0.9375rem;
    color: var(--color-navy);
    margin-bottom: 2px;
}

.testimonial-role {
    font-size: 0.8125rem;
    color: var(--color-slate-500);
    font-weight: 400;
    margin: 0;
}

/* ---- CTA banner ---- */
.cta-banner {
    background: var(--color-navy);
    border-radius: var(--radius-xl);
    padding: 64px 48px;
    position: relative;
    overflow: hidden;
}

.cta-banner::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 40%;
    height: 100%;
    background: radial-gradient(circle at 100% 50%, rgba(15, 118, 110, 0.2) 0%, transparent 70%);
    pointer-events: none;
}

.cta-banner h3 {
    color: var(--color-white);
    font-size: clamp(1.5rem, 3vw, 2rem);
    margin-bottom: 12px;
}

.cta-banner p {
    color: var(--color-slate-400);
    font-size: 1rem;
    margin-bottom: 0;
    max-width: 480px;
}

.cta-banner .cta-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    justify-content: flex-end;
}

/* ---- Page intro & contact cards ---- */
.page-intro-card,
.contact-intro-card {
    background: linear-gradient(135deg, rgba(15, 118, 110, 0.06), rgba(255, 255, 255, 0.95));
    border: 1px solid rgba(15, 118, 110, 0.12);
    border-radius: 28px;
    padding: 40px;
    box-shadow: var(--shadow-sm);
}

.page-intro-card h2,
.contact-intro-card h2 {
    font-size: clamp(1.75rem, 3vw, 2.4rem);
    margin-bottom: 16px;
}

.page-intro-card p,
.contact-intro-card p {
    font-size: 1rem;
    color: var(--color-slate-600);
}

.about-story-grid {
    display: grid;
    gap: 16px;
}

.about-story-grid .single-feature {
    padding: 24px 22px;
    border-radius: 22px;
}

.about-story-grid .single-feature .icon {
    margin-bottom: 16px;
}

.about-metrics {
    background: var(--color-white);
    border: 1px solid var(--color-slate-200);
    border-radius: var(--radius-xl);
    padding: 32px;
    box-shadow: var(--shadow-sm);
}

.about-metric {
    text-align: center;
    padding: 10px 0;
}

.about-metric h4 {
    color: var(--color-accent);
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 6px;
}

.about-metric p {
    margin: 0;
    font-size: 0.9rem;
    color: var(--color-slate-500);
}

.contact-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    margin-bottom: 10px;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(15, 118, 110, 0.12);
    border-radius: 999px;
    font-size: 0.86rem;
    color: var(--color-slate-700);
}

.contact-pill i {
    color: var(--color-accent);
}

.contact-value-list {
    list-style: none;
    padding: 0;
    margin: 24px 0 0;
}

.contact-value-list li {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    padding: 10px 0;
    color: var(--color-slate-600);
}

.contact-value-list li i {
    color: var(--color-accent);
    margin-top: 2px;
}

.contact-form-panel h3 {
    font-size: 1.5rem;
    margin-bottom: 20px;
}

/* ---- Contact ---- */
.contact-form-wrapper {
    background: var(--color-white);
    border: 1px solid var(--color-slate-200);
    border-radius: var(--radius-lg);
    padding: 40px;
    box-shadow: var(--shadow-sm);
}

.contact-form-wrapper .single-input {
    margin-bottom: 20px;
}

.contact-form-wrapper .single-input input,
.contact-form-wrapper .single-input textarea,
.contact-form-wrapper .single-input select {
    width: 100%;
    border: 1px solid var(--color-slate-200);
    border-radius: var(--radius-sm);
    padding: 14px 16px 14px 44px;
    font-family: var(--font-body);
    font-size: 0.9375rem;
    color: var(--color-navy);
    background: var(--color-slate-50);
    transition: all var(--transition);
}

.contact-form-wrapper .single-input input:focus,
.contact-form-wrapper .single-input textarea:focus,
.contact-form-wrapper .single-input select:focus {
    border-color: var(--color-accent);
    background: var(--color-white);
    box-shadow: 0 0 0 3px rgba(15, 118, 110, 0.1);
    outline: none;
}

.contact-form-wrapper .single-input i {
    color: var(--color-slate-400);
    left: 16px;
}

.contact-form-wrapper .single-input textarea {
    min-height: 140px;
    resize: vertical;
}

.contact-info-label {
    font-family: var(--font-display);
    font-weight: 600;
    font-size: 0.9375rem;
    color: var(--color-navy);
    margin-bottom: 6px;
}

.left-wrapper .single-item {
    background: var(--color-white);
    border: 1px solid var(--color-slate-200);
    border-radius: var(--radius-lg);
    padding: 28px 24px;
    transition: all var(--transition);
    height: 100%;
}

.left-wrapper .single-item:hover {
    border-color: rgba(15, 118, 110, 0.25);
    box-shadow: var(--shadow-sm);
}

.left-wrapper .single-item .icon {
    background: var(--color-accent-muted);
    width: 48px;
    height: 48px;
    border-radius: var(--radius-md);
    line-height: 48px;
    text-align: center;
    color: var(--color-accent);
    font-size: 1.25rem;
    border: 1px solid rgba(15, 118, 110, 0.12);
}

.left-wrapper .single-item .text p {
    font-size: 0.9375rem;
    color: var(--color-slate-500);
    margin-bottom: 4px;
    line-height: 1.6;
}

.left-wrapper .single-item .text p:last-child {
    margin-bottom: 0;
}

/* ---- Footer ---- */
.footer {
    background: var(--color-navy);
    padding: 80px 0 32px;
}

.footer .footer-widget .logo a {
    font-family: var(--font-display);
    color: var(--color-white);
    font-size: 1.25rem;
    font-weight: 700;
    letter-spacing: -0.02em;
}

.footer .footer-widget .logo a span {
    color: var(--color-accent-hover);
}

.footer .footer-widget .desc {
    color: var(--color-slate-400);
    font-size: 0.9375rem;
    line-height: 1.75;
    margin: 16px 0 24px;
    max-width: 280px;
}

.footer .footer-widget h6 {
    color: var(--color-white);
    font-family: var(--font-display);
    font-weight: 600;
    font-size: 0.875rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.footer .footer-widget ul.links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer .footer-widget ul.links li a,
.footer .footer-widget ul.links li p {
    color: var(--color-slate-400);
    font-size: 0.9375rem;
    padding: 5px 0;
    display: block;
    line-height: 1.5;
    transition: color var(--transition);
}

.footer .footer-widget ul.links li a:hover {
    color: var(--color-white);
}

.footer .footer-widget ul.socials {
    display: flex;
    gap: 10px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer .footer-widget ul.socials li a {
    background: rgba(255, 255, 255, 0.06);
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: var(--radius-sm);
    color: var(--color-slate-400);
    border: 1px solid rgba(255, 255, 255, 0.08);
    transition: all var(--transition);
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer .footer-widget ul.socials li a:hover {
    background: var(--color-accent);
    border-color: var(--color-accent);
    color: var(--color-white);
}

.footer .copyright-wrapper {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding-top: 28px;
    margin-top: 48px;
}

.footer .copyright-wrapper p {
    color: var(--color-slate-500);
    font-size: 0.8125rem;
    margin: 0;
    text-align: center;
}

/* ---- Modal ---- */
.modal-content {
    border: none;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-lg);
    overflow: hidden;
}

.modal-dialog {
    max-width: 720px;
}

.modal-header {
    border-bottom: none;
    padding: 28px 28px 0;
}

.modal-header .modal-title {
    font-family: var(--font-display);
    font-weight: 700;
    color: var(--color-navy);
    font-size: 1.35rem;
}

.modal-subtitle {
    margin: 10px 0 0;
    color: var(--color-slate-500);
    font-size: 0.98rem;
    line-height: 1.7;
    max-width: 560px;
}

.modal-body {
    padding: 24px 28px 0;
}

.quote-form .single-input {
    position: relative;
}

.quote-form .single-input input,
.quote-form .single-input textarea,
.quote-form .single-input select,
.form-select-custom {
    width: 100%;
    padding: 14px 16px 14px 48px;
    border: 1px solid var(--color-slate-200);
    border-radius: var(--radius-sm);
    font-family: var(--font-body);
    font-size: 0.9375rem;
    color: var(--color-navy);
    background: var(--color-slate-50);
    transition: all var(--transition);
}

.quote-form .single-input i {
    position: absolute;
    top: 50%;
    left: 16px;
    transform: translateY(-50%);
    color: var(--color-slate-400);
    font-size: 1rem;
}

.quote-form .single-input input:focus,
.quote-form .single-input textarea:focus,
.quote-form .single-input select:focus,
.form-select-custom:focus {
    border-color: var(--color-accent);
    background: var(--color-white);
    box-shadow: 0 0 0 3px rgba(15, 118, 110, 0.1);
    outline: none;
}

.modal-footer {
    border-top: none;
    padding: 20px 28px 28px;
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 12px;
}

.modal-footer .button {
    min-width: 150px;
}

.modal-footer .button-secondary {
    background: var(--color-slate-100);
    color: var(--color-slate-700);
    box-shadow: none;
}

.modal-footer .button-secondary:hover {
    background: var(--color-slate-200);
    color: var(--color-navy);
    box-shadow: none;
}

.form-select-custom {
    width: 100%;
    padding: 14px 16px 14px 48px;
    border: 1px solid var(--color-slate-200);
    border-radius: var(--radius-sm);
    font-family: var(--font-body);
    font-size: 0.9375rem;
    color: var(--color-navy);
    background: var(--color-slate-50);
    transition: all var(--transition);
}

.form-select-custom:focus {
    border-color: var(--color-accent);
    background: var(--color-white);
    box-shadow: 0 0 0 3px rgba(15, 118, 110, 0.1);
    outline: none;
}

/* ---- Scroll top ---- */
.scroll-top {
    background: var(--color-navy) !important;
    border-radius: var(--radius-sm) !important;
    width: 44px !important;
    height: 44px !important;
    box-shadow: var(--shadow-md) !important;
    transition: all var(--transition) !important;
}

.scroll-top:hover {
    background: var(--color-accent) !important;
    transform: translateY(-2px);
}

/* ---- Values grid (about) ---- */
.values-grid .single-feature {
    text-align: center;
    padding: 32px 24px;
}

.values-grid .single-feature .icon {
    margin-left: auto;
    margin-right: auto;
}

/* ---- Services page extras ---- */
.service-highlight {
    background: var(--color-accent-muted);
    border: 1px solid rgba(15, 118, 110, 0.15);
    border-radius: var(--radius-lg);
    padding: 40px;
    margin-top: 48px;
}

.service-highlight h4 {
    font-family: var(--font-display);
    font-weight: 600;
    color: var(--color-navy);
    margin-bottom: 12px;
}

.service-highlight p {
    color: var(--color-slate-500);
    margin-bottom: 20px;
}

/* ---- Responsive ---- */
@media (max-width: 991px) {
    .stat-item:not(:last-child)::after {
        display: none;
    }

    .header.header-6 .navbar .navbar-nav {
        background: transparent;
        border: none;
        padding: 0;
        margin-top: 16px;
        border-radius: 0;
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }

    .header.header-6 .navbar .navbar-nav .nav-item {
        width: 100%;
    }

    .header.header-6 .navbar .navbar-nav .nav-item a {
        display: block;
        width: 100%;
        padding: 12px 14px;
        border-radius: 12px;
    }

    .stats-bar .row > div {
        margin-bottom: 8px;
    }

    .process-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .process-step::after {
        display: none;
    }

    .cta-banner {
        padding: 48px 32px;
        text-align: center;
    }

    .cta-banner p {
        margin: 0 auto 24px;
    }

    .cta-banner .cta-actions {
        justify-content: center;
    }

    .hero-section.hero-style-5 {
        padding: 48px 0 56px;
    }

    .hero-content-wrapper p {
        max-width: 100%;
    }

    .hero-image {
        margin-top: 40px;
        text-align: center;
    }
}

@media (max-width: 767px) {
    .pt-100 {
        padding-top: 72px !important;
    }

    .pb-100 {
        padding-bottom: 72px !important;
    }

    .process-grid {
        grid-template-columns: 1fr;
    }

    .contact-form-wrapper {
        padding: 28px 24px;
    }

    .header.header-6 .header-action {
        display: none !important;
    }
}

@media (max-width: 575px) {
    .hero-buttons {
        flex-direction: column;
        width: 100%;
    }

    .hero-buttons .button {
        width: 100%;
    }
}
