/*
Theme Name: Vee Energy
Theme URI: https://veeenergy.in
Author: Vee Energy Services LLP
Author URI: https://veeenergy.in
Description: A modern, professional WordPress theme built for Vee Energy Services LLP — a solar EPC (Engineering, Procurement, Construction) company. Includes custom Services, Projects and Testimonials post types, a Customizer, a project-type filter, and a one-click Demo Import that builds a complete solar-company starter site in a single click. Forest & leaf green brand palette.
Version: 1.0.0
Requires at least: 5.8
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: veenergy
Tags: business, custom-colors, custom-logo, custom-menu, featured-images, one-column, two-columns, right-sidebar, full-width-template, theme-options, threaded-comments, translation-ready
*/

/* ==========================================================================
   1. Design Tokens  (Vee Energy — forest & leaf green, solar/eco palette)
   ========================================================================== */
:root {
    --ve-bg:        #ffffff;
    --ve-ink:       #16201a;
    --ve-ink-soft:  #4a554d;
    --ve-muted:     #79857c;
    --ve-line:      #e1e8e2;
    --ve-panel:     #f3f7f3;
    --ve-dark:      #0e2019;   /* deep forest-black, used for dark sections */
    --ve-dark-2:    #163326;
    --ve-accent:    #0f5132;   /* Vee Energy deep forest green */
    --ve-accent-2:  #0b3d26;
    --ve-leaf:      #6cb33f;   /* leaf / lightning-bolt green accent */
    --ve-leaf-2:    #57972f;
    --ve-radius:    14px;
    --ve-radius-sm: 8px;
    --ve-shadow:    0 18px 45px -20px rgba(14,32,25,.38);
    --ve-shadow-sm: 0 6px 20px -10px rgba(14,32,25,.32);
    --ve-maxw:      1200px;
    --ve-font:      "Inter", "Segoe UI", system-ui, -apple-system, Helvetica, Arial, sans-serif;
    --ve-head:      "Barlow Condensed", "Inter", sans-serif;
}

/* ==========================================================================
   2. Base
   ========================================================================== */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    font-family: var(--ve-font);
    color: var(--ve-ink);
    background: var(--ve-bg);
    line-height: 1.65;
    font-size: 17px;
    -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--ve-accent); text-decoration: none; transition: color .2s ease; }
a:hover { color: var(--ve-accent-2); }
h1, h2, h3, h4, h5 {
    font-family: var(--ve-head);
    line-height: 1.08;
    margin: 0 0 .5em;
    letter-spacing: .2px;
    font-weight: 700;
    color: var(--ve-ink);
}
h1 { font-size: clamp(2.3rem, 5vw, 3.6rem); }
h2 { font-size: clamp(1.9rem, 3.6vw, 2.7rem); }
h3 { font-size: clamp(1.3rem, 2.4vw, 1.7rem); }
p { margin: 0 0 1.1em; }
.ve-container { width: 100%; max-width: var(--ve-maxw); margin: 0 auto; padding: 0 24px; }
.ve-section { padding: 96px 0; }
.ve-section--tight { padding: 64px 0; }
.ve-section--panel { background: var(--ve-panel); }
.ve-section--dark { background: var(--ve-dark); color: #cdd9d1; }
.ve-section--dark h1, .ve-section--dark h2, .ve-section--dark h3 { color: #fff; }
.screen-reader-text {
    position: absolute !important;
    clip: rect(1px, 1px, 1px, 1px);
    width: 1px; height: 1px; overflow: hidden;
}

/* ==========================================================================
   3. Buttons & utilities
   ========================================================================== */
.ve-btn {
    display: inline-flex;
    align-items: center;
    gap: .55em;
    font-family: var(--ve-head);
    font-weight: 600;
    font-size: 1.15rem;
    letter-spacing: .4px;
    text-transform: uppercase;
    padding: 14px 30px;
    border-radius: var(--ve-radius-sm);
    border: 2px solid transparent;
    cursor: pointer;
    transition: transform .15s ease, background .2s ease, color .2s ease, box-shadow .2s ease;
    line-height: 1;
}
.ve-btn:hover { transform: translateY(-2px); }
.ve-btn--primary { background: var(--ve-accent); color: #fff; box-shadow: var(--ve-shadow-sm); }
.ve-btn--primary:hover { background: var(--ve-accent-2); color: #fff; }
.ve-btn--leaf { background: var(--ve-leaf); color: #0e2019; box-shadow: var(--ve-shadow-sm); }
.ve-btn--leaf:hover { background: var(--ve-leaf-2); color: #0e2019; }
.ve-btn--ghost { background: transparent; color: #fff; border-color: rgba(255,255,255,.45); }
.ve-btn--ghost:hover { background: #fff; color: var(--ve-ink); }
.ve-btn--dark { background: var(--ve-ink); color: #fff; }
.ve-btn--dark:hover { background: #000; color: #fff; }
.ve-eyebrow {
    display: inline-block;
    font-family: var(--ve-head);
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 600;
    font-size: .95rem;
    color: var(--ve-accent);
    margin-bottom: 14px;
}
.ve-section-head { max-width: 720px; margin: 0 auto 56px; text-align: center; }
.ve-section-head p { color: var(--ve-ink-soft); font-size: 1.1rem; }
.ve-lead { font-size: 1.2rem; color: var(--ve-ink-soft); }

/* ==========================================================================
   4. Top bar + Header
   ========================================================================== */
.ve-topbar {
    background: var(--ve-dark-2);
    color: #c3d3c9;
    font-size: .9rem;
}
.ve-topbar .ve-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    min-height: 44px;
    flex-wrap: wrap;
}
.ve-topbar a { color: #c3d3c9; }
.ve-topbar a:hover { color: #fff; }
.ve-topbar__info { display: flex; gap: 22px; flex-wrap: wrap; align-items: center; }
.ve-topbar__info span { display: inline-flex; align-items: center; gap: 7px; }
.ve-topbar__info svg { color: var(--ve-leaf); }
.ve-topbar__social a { margin-left: 14px; font-weight: 600; }

.ve-site-header {
    position: sticky;
    top: 0;
    z-index: 50;
    background: #fff;
    border-bottom: 1px solid var(--ve-line);
    transition: box-shadow .25s ease;
}
.ve-site-header.is-stuck { box-shadow: var(--ve-shadow-sm); }
.ve-site-header .ve-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 96px;
    gap: 16px;
}
.ve-brand { display: flex; align-items: center; gap: 12px; }
.ve-brand__logo img { max-height: 80px; width: auto; }
.ve-brand__text { display: flex; flex-direction: column; line-height: 1.05; }
.ve-brand__name {
    font-family: var(--ve-head);
    font-weight: 700;
    font-size: 1.6rem;
    color: var(--ve-ink);
    text-transform: uppercase;
    letter-spacing: .5px;
}
.ve-brand__tag { font-size: .72rem; letter-spacing: 1.5px; text-transform: uppercase; color: var(--ve-muted); }

.ve-nav { display: flex; align-items: center; gap: 18px; }
.ve-menu { display: flex; gap: 18px; list-style: none; margin: 0; padding: 0; align-items: center; }
.ve-menu li { position: relative; }
.ve-menu a {
    color: var(--ve-ink);
    font-weight: 600;
    font-size: .9rem;
    padding: 8px 0;
    display: inline-block;
    white-space: nowrap;
}
.ve-menu a:hover, .ve-menu .current-menu-item > a { color: var(--ve-accent); }
.ve-menu .sub-menu {
    position: absolute;
    top: 100%; left: 0;
    background: #fff;
    list-style: none;
    margin: 0; padding: 10px 0;
    min-width: 230px;
    box-shadow: var(--ve-shadow);
    border-radius: var(--ve-radius-sm);
    border: 1px solid var(--ve-line);
    opacity: 0; visibility: hidden;
    transform: translateY(8px);
    transition: all .2s ease;
    z-index: 60;
}
.ve-menu li:hover > .sub-menu { opacity: 1; visibility: visible; transform: translateY(0); }
.ve-menu .sub-menu a { padding: 8px 20px; display: block; font-weight: 500; }
.ve-menu .sub-menu a:hover { background: var(--ve-panel); }

/* Header phone (right side) */
.ve-header-phone { display: inline-flex; align-items: center; gap: 10px; color: var(--ve-ink); white-space: nowrap; }
.ve-header-phone__ico { width: 38px; height: 38px; border-radius: 50%; background: rgba(15,81,50,.1); color: var(--ve-accent); display: grid; place-items: center; flex: none; }
.ve-header-phone__txt { display: flex; flex-direction: column; line-height: 1.15; }
.ve-header-phone__txt small { color: var(--ve-muted); font-size: .72rem; }
.ve-header-phone__txt strong { font-family: var(--ve-head); font-size: 1.15rem; color: var(--ve-ink); }
.ve-header-phone:hover .ve-header-phone__txt strong { color: var(--ve-accent); }

.ve-burger {
    display: none;
    background: none;
    border: 0;
    cursor: pointer;
    width: 44px; height: 44px;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
}
.ve-burger span { height: 3px; width: 26px; background: var(--ve-ink); border-radius: 3px; transition: .3s; }

/* ==========================================================================
   5. Hero
   ========================================================================== */
.ve-hero {
    position: relative;
    background: linear-gradient(115deg, rgba(14,32,25,.94) 0%, rgba(22,51,38,.84) 52%, rgba(15,81,50,.55) 130%),
                #0e2019 center/cover no-repeat;
    color: #fff;
    padding: 120px 0;
    overflow: hidden;
}
.ve-hero::after {
    content: "";
    position: absolute; inset: 0;
    background: url("assets/images/grid.svg") repeat;
    opacity: .06;
    pointer-events: none;
}
.ve-hero__inner { position: relative; z-index: 2; max-width: 720px; }
.ve-hero h1 { color: #fff; margin-bottom: .25em; font-size: clamp(2.1rem, 4.4vw, 3.3rem); line-height: 1.08; }
.ve-hero h1 .hl { color: var(--ve-leaf); }
.ve-hero__lead { font-size: 1.12rem; color: #d6e3da; max-width: 560px; margin-bottom: 32px; }
.ve-hero__cta { display: flex; gap: 16px; flex-wrap: wrap; }
.ve-hero__badges { display: flex; gap: 28px; margin-top: 44px; flex-wrap: wrap; }
.ve-hero__badge { display: flex; align-items: center; gap: 10px; font-weight: 600; color: #fff; }
.ve-hero__badge svg { color: var(--ve-leaf); flex: none; }

/* ==========================================================================
   6. Trust / stats bar
   ========================================================================== */
.ve-trust { background: var(--ve-accent); color: #fff; }
.ve-trust .ve-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
}
.ve-trust__item {
    padding: 28px 24px;
    text-align: center;
    border-right: 1px solid rgba(255,255,255,.18);
}
.ve-trust__item:last-child { border-right: 0; }
.ve-trust__num { font-family: var(--ve-head); font-size: 2.6rem; font-weight: 700; line-height: 1; color: var(--ve-leaf); }
.ve-trust__label { font-size: .95rem; opacity: .95; margin-top: 6px; }

/* ==========================================================================
   7. About / Feature media
   ========================================================================== */
.ve-split { display: grid; grid-template-columns: 1.05fr 1fr; gap: 64px; align-items: center; }
.ve-split--reverse .ve-split__media { order: 2; }
.ve-split__media img { border-radius: var(--ve-radius); box-shadow: var(--ve-shadow); width: 100%; object-fit: cover; }
.ve-split__media { position: relative; }
.ve-split__badge {
    position: absolute;
    bottom: -24px; left: -24px;
    background: var(--ve-leaf);
    color: #0e2019;
    border-radius: var(--ve-radius);
    padding: 22px 26px;
    box-shadow: var(--ve-shadow);
}
.ve-split__badge strong { font-family: var(--ve-head); font-size: 2.2rem; display: block; line-height: 1; }
.ve-check-list { list-style: none; margin: 24px 0; padding: 0; }
.ve-check-list li { padding: 8px 0 8px 34px; position: relative; color: var(--ve-ink-soft); }
.ve-check-list li::before {
    content: "✓";
    position: absolute; left: 0; top: 8px;
    width: 22px; height: 22px;
    background: var(--ve-accent);
    color: #fff;
    border-radius: 50%;
    font-size: .8rem;
    display: grid; place-items: center;
    font-weight: 700;
}

/* ==========================================================================
   8. Services grid
   ========================================================================== */
.ve-grid { display: grid; gap: 28px; }
.ve-grid--2 { grid-template-columns: repeat(2, 1fr); }
.ve-grid--3 { grid-template-columns: repeat(3, 1fr); }
.ve-grid--4 { grid-template-columns: repeat(4, 1fr); }
.ve-card {
    background: #fff;
    border: 1px solid var(--ve-line);
    border-radius: var(--ve-radius);
    padding: 34px 30px;
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
    height: 100%;
}
.ve-card:hover { transform: translateY(-6px); box-shadow: var(--ve-shadow); border-color: transparent; }
.ve-card__icon {
    width: 64px; height: 64px;
    border-radius: var(--ve-radius-sm);
    background: rgba(15,81,50,.1);
    color: var(--ve-accent);
    display: grid; place-items: center;
    margin-bottom: 22px;
}
.ve-card__icon svg { width: 32px; height: 32px; }
.ve-card h3 { margin-bottom: .4em; }
.ve-card p { color: var(--ve-ink-soft); font-size: 1rem; margin-bottom: 1em; }
.ve-card__more { font-family: var(--ve-head); text-transform: uppercase; font-weight: 600; letter-spacing: .5px; font-size: .95rem; }

/* Photo-background service cards */
.ve-card--photo {
    position: relative;
    border: 0;
    padding: 30px;
    min-height: 360px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    overflow: hidden;
    color: #fff;
    background: var(--ve-dark);
    isolation: isolate;
}
.ve-card--photo .ve-card__bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    transform: scale(1.01);
    transition: transform .6s ease;
    z-index: 0;
}
.ve-card--photo::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(9,20,15,.95) 0%, rgba(9,20,15,.72) 38%, rgba(9,20,15,.30) 72%, rgba(9,20,15,.12) 100%);
    z-index: 1;
}
.ve-card--photo:hover { transform: translateY(-6px); box-shadow: var(--ve-shadow); }
.ve-card--photo:hover .ve-card__bg { transform: scale(1.1); }
.ve-card--photo .ve-card__icon {
    position: absolute;
    top: 26px; left: 26px;
    z-index: 2;
    background: var(--ve-leaf);
    color: #0e2019;
    box-shadow: 0 8px 24px -8px rgba(0,0,0,.5);
}
.ve-card--photo .ve-card__content { position: relative; z-index: 2; }
.ve-card--photo h3, .ve-card--photo h3 a { color: #fff; }
.ve-card--photo h3 a:hover { color: var(--ve-leaf); }
.ve-card--photo p { color: rgba(255,255,255,.86); margin-bottom: .9em; }
.ve-card--photo .ve-card__more { color: var(--ve-leaf); }
.ve-card--photo .ve-card__more:hover { color: #fff; }

/* ==========================================================================
   9. Why-choose feature blocks
   ========================================================================== */
.ve-feature { text-align: center; padding: 24px; }
.ve-feature__icon {
    width: 78px; height: 78px;
    margin: 0 auto 20px;
    border-radius: 50%;
    background: rgba(255,255,255,.06);
    border: 1px solid rgba(255,255,255,.14);
    display: grid; place-items: center;
    color: var(--ve-leaf);
}
.ve-section--dark .ve-feature p { color: #a9beb0; }

/* ==========================================================================
   10. Project portfolio
   ========================================================================== */
.ve-projects { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.ve-project {
    background: #fff;
    border: 1px solid var(--ve-line);
    border-radius: var(--ve-radius);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: transform .2s ease, box-shadow .2s ease;
}
.ve-project:hover { transform: translateY(-6px); box-shadow: var(--ve-shadow); }
.ve-project__media { position: relative; aspect-ratio: 16/11; overflow: hidden; background: var(--ve-dark); }
.ve-project__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.ve-project:hover .ve-project__media img { transform: scale(1.06); }
.ve-project__capacity {
    position: absolute; bottom: 12px; left: 12px;
    background: var(--ve-leaf); color: #0e2019;
    font-family: var(--ve-head); font-weight: 700; font-size: 1.25rem;
    padding: 6px 14px; border-radius: 50px;
    box-shadow: 0 6px 16px -6px rgba(0,0,0,.4);
}
.ve-project__flag {
    position: absolute; top: 12px; left: 12px;
    background: var(--ve-accent); color: #fff;
    font-size: .7rem; text-transform: uppercase; letter-spacing: 1px; font-weight: 700;
    padding: 5px 11px; border-radius: 50px;
}
.ve-project__flag.is-progress { background: #b3711e; }
.ve-project__body { padding: 22px 22px 24px; display: flex; flex-direction: column; flex: 1; }
.ve-project__body h3 { font-size: 1.35rem; margin-bottom: 4px; }
.ve-project__body h3 a { color: var(--ve-ink); }
.ve-project__body h3 a:hover { color: var(--ve-accent); }
.ve-project__sub { color: var(--ve-muted); font-size: .9rem; margin-bottom: 16px; }
.ve-project__specs {
    list-style: none; margin: 0 0 18px; padding: 16px 0 0; border-top: 1px solid var(--ve-line);
    display: grid; grid-template-columns: 1fr 1fr; gap: 10px 14px;
}
.ve-project__specs li { display: flex; align-items: center; gap: 8px; font-size: .9rem; color: var(--ve-ink-soft); }
.ve-project__specs svg { color: var(--ve-accent); flex: none; }
.ve-project__foot { margin-top: auto; display: flex; gap: 10px; }
.ve-project__foot .ve-btn { flex: 1; justify-content: center; font-size: 1rem; padding: 11px 16px; }

/* Project type filter bar */
.ve-pfilter {
    background: #fff;
    border-radius: var(--ve-radius);
    box-shadow: var(--ve-shadow);
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    align-items: end;
}
.ve-pfilter__fields {
    flex: 1 1 auto;
    min-width: 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
    align-items: end;
}
.ve-pfilter label { display: block; font-weight: 600; font-size: .82rem; margin-bottom: 6px; color: var(--ve-ink); text-transform: uppercase; letter-spacing: .5px; }
.ve-pfilter select, .ve-pfilter input {
    width: 100%; padding: 12px 14px;
    border: 1px solid var(--ve-line); border-radius: var(--ve-radius-sm);
    font: inherit; font-size: .95rem; background: #fff;
}
.ve-pfilter > .ve-btn { padding: 13px 26px; }

/* Hero variant: vertical card with a title */
.ve-pfilter--hero { flex-direction: column; align-items: stretch; }
.ve-pfilter--hero .ve-pfilter__title {
    display: flex; align-items: center; gap: 10px;
    font-family: var(--ve-head); font-weight: 700; font-size: 1.55rem;
    color: var(--ve-ink); margin-bottom: 2px;
}
.ve-pfilter--hero .ve-pfilter__title svg { color: var(--ve-accent); }
.ve-pfilter--hero .ve-pfilter__fields { grid-template-columns: 1fr; }
.ve-pfilter--hero > .ve-btn { width: 100%; justify-content: center; }

/* Hero two-column layout */
.ve-hero__grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.1fr .9fr; gap: 48px; align-items: center; }
.ve-hero__grid--nosearch { grid-template-columns: 1fr; }
.ve-hero__search { width: 100%; }

/* Single project */
.ve-psingle { display: grid; grid-template-columns: 1.4fr 1fr; gap: 44px; align-items: start; }
.ve-psingle__gallery img { border-radius: var(--ve-radius); box-shadow: var(--ve-shadow); width: 100%; }
.ve-psingle__thumbs { display: grid; grid-template-columns: repeat(4,1fr); gap: 12px; margin-top: 12px; }
.ve-psingle__thumbs img { border-radius: var(--ve-radius-sm); aspect-ratio: 4/3; object-fit: cover; cursor: pointer; }
.ve-psingle__panel {
    background: var(--ve-panel); border: 1px solid var(--ve-line);
    border-radius: var(--ve-radius); padding: 30px; position: sticky; top: 110px;
}
.ve-psingle__capacity { font-family: var(--ve-head); font-size: 2.6rem; color: var(--ve-accent); line-height: 1; }
.ve-spec-table { list-style: none; margin: 22px 0; padding: 0; }
.ve-spec-table li { display: flex; justify-content: space-between; padding: 11px 0; border-bottom: 1px solid var(--ve-line); font-size: .96rem; }
.ve-spec-table li span:first-child { color: var(--ve-muted); }
.ve-spec-table li span:last-child { font-weight: 600; color: var(--ve-ink); }

/* ==========================================================================
   11. Extra project photos
   ========================================================================== */
.ve-photos { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.ve-photos__item {
    position: relative;
    border-radius: var(--ve-radius);
    overflow: hidden;
    aspect-ratio: 4/3;
    box-shadow: var(--ve-shadow-sm);
}
.ve-photos__item img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.ve-photos__item:hover img { transform: scale(1.06); }

/* ==========================================================================
   12. Testimonials
   ========================================================================== */
.ve-quote {
    background: #fff;
    border: 1px solid var(--ve-line);
    border-radius: var(--ve-radius);
    padding: 34px;
    height: 100%;
}
.ve-quote__stars { color: var(--ve-leaf); letter-spacing: 2px; margin-bottom: 14px; font-size: 1.1rem; }
.ve-quote__text { font-size: 1.08rem; color: var(--ve-ink-soft); font-style: italic; }
.ve-quote__who { display: flex; align-items: center; gap: 14px; margin-top: 20px; }
.ve-quote__avatar { width: 48px; height: 48px; border-radius: 50%; background: var(--ve-accent); color:#fff; display:grid; place-items:center; font-family: var(--ve-head); font-weight: 700; font-size: 1.2rem; flex:none; }
.ve-quote__name { font-weight: 700; color: var(--ve-ink); }
.ve-quote__meta { font-size: .9rem; color: var(--ve-muted); }

/* ==========================================================================
   13. CTA band
   ========================================================================== */
.ve-cta-band {
    background: linear-gradient(120deg, var(--ve-accent), var(--ve-accent-2));
    color: #fff;
    border-radius: var(--ve-radius);
    padding: 56px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    flex-wrap: wrap;
    box-shadow: var(--ve-shadow);
}
.ve-cta-band h2 { color: #fff; margin: 0; }
.ve-cta-band p { margin: 8px 0 0; opacity: .92; }

/* ==========================================================================
   14. Contact / forms
   ========================================================================== */
.ve-contact-grid { display: grid; grid-template-columns: 1fr 1.2fr; gap: 48px; }
.ve-info-list { list-style: none; padding: 0; margin: 24px 0 0; }
.ve-info-list li { display: flex; gap: 16px; padding: 16px 0; border-bottom: 1px dashed var(--ve-line); }
.ve-info-list .ico {
    width: 46px; height: 46px; flex: none;
    border-radius: var(--ve-radius-sm);
    background: rgba(15,81,50,.1);
    color: var(--ve-accent);
    display: grid; place-items: center;
}
.ve-info-list strong { display: block; color: var(--ve-ink); }
.ve-info-list span { color: var(--ve-ink-soft); }
.ve-form { display: grid; gap: 16px; }
.ve-form .row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.ve-form label { font-weight: 600; font-size: .92rem; display: block; margin-bottom: 6px; }
.ve-form input, .ve-form select, .ve-form textarea {
    width: 100%;
    padding: 13px 16px;
    border: 1px solid var(--ve-line);
    border-radius: var(--ve-radius-sm);
    font: inherit;
    font-size: 1rem;
    background: #fff;
    transition: border-color .2s ease, box-shadow .2s ease;
}
.ve-form input:focus, .ve-form select:focus, .ve-form textarea:focus {
    outline: 0;
    border-color: var(--ve-accent);
    box-shadow: 0 0 0 3px rgba(15,81,50,.12);
}
.ve-form textarea { min-height: 140px; resize: vertical; }
.ve-map iframe { width: 100%; min-height: 320px; border: 0; border-radius: var(--ve-radius); }

/* ==========================================================================
   15. Blog / content
   ========================================================================== */
.ve-content-wrap { display: grid; grid-template-columns: 1fr; gap: 48px; max-width: 820px; margin: 0 auto; }
.ve-content-wrap.has-sidebar { grid-template-columns: minmax(0,1fr) 320px; max-width: var(--ve-maxw); }
.ve-post-card {
    background: #fff;
    border: 1px solid var(--ve-line);
    border-radius: var(--ve-radius);
    overflow: hidden;
    transition: box-shadow .2s ease, transform .2s ease;
}
.ve-post-card:hover { box-shadow: var(--ve-shadow); transform: translateY(-4px); }
.ve-post-card__thumb { aspect-ratio: 16/9; overflow: hidden; }
.ve-post-card__thumb img { width: 100%; height: 100%; object-fit: cover; }
.ve-post-card__body { padding: 26px; }
.ve-post-card__meta { font-size: .85rem; color: var(--ve-muted); margin-bottom: 8px; }
.ve-page-title {
    position: relative;
    background: var(--ve-dark);
    color: #fff;
    padding: 104px 0;
    text-align: center;
    overflow: hidden;
}
.ve-page-title::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(rgba(9,20,15,.80), rgba(9,20,15,.88)),
        url("assets/images/page-banner.jpg") center / cover no-repeat;
    z-index: 0;
}
.ve-page-title .ve-container { position: relative; z-index: 1; }
.ve-page-title h1 { color: #fff; margin: 0; }
.ve-breadcrumb { color: #d3e0d7; font-size: .9rem; margin-top: 10px; }
.ve-breadcrumb a { color: #dae6df; }
.ve-entry-content img { border-radius: var(--ve-radius); margin: 1.5em 0; }
.ve-entry-content h2, .ve-entry-content h3 { margin-top: 1.5em; }
.ve-entry-content ul, .ve-entry-content ol { padding-left: 1.3em; }
.ve-entry-content blockquote {
    border-left: 4px solid var(--ve-accent);
    margin: 1.5em 0; padding: 6px 0 6px 24px;
    color: var(--ve-ink-soft); font-style: italic;
}

.ve-sidebar .widget {
    background: #fff;
    border: 1px solid var(--ve-line);
    border-radius: var(--ve-radius);
    padding: 26px;
    margin-bottom: 26px;
}
.ve-sidebar .widget-title { font-size: 1.25rem; margin-bottom: 16px; }
.ve-sidebar ul { list-style: none; padding: 0; margin: 0; }
.ve-sidebar li { padding: 8px 0; border-bottom: 1px solid var(--ve-line); }
.ve-sidebar li:last-child { border-bottom: 0; }

.ve-pagination { display: flex; gap: 8px; justify-content: center; margin-top: 48px; flex-wrap: wrap; }
.ve-pagination .page-numbers {
    padding: 10px 16px;
    border: 1px solid var(--ve-line);
    border-radius: var(--ve-radius-sm);
    color: var(--ve-ink);
    font-weight: 600;
}
.ve-pagination .current, .ve-pagination .page-numbers:hover { background: var(--ve-accent); color: #fff; border-color: var(--ve-accent); }

/* ==========================================================================
   16. Footer
   ========================================================================== */
.ve-site-footer { background: var(--ve-dark); color: #a9beb0; padding: 72px 0 0; }
.ve-footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: 40px; padding-bottom: 56px; }
.ve-site-footer h4 { color: #fff; font-size: 1.3rem; margin-bottom: 18px; }
.ve-site-footer a { color: #a9beb0; }
.ve-site-footer a:hover { color: #fff; }
.ve-footer-links { list-style: none; padding: 0; margin: 0; }
.ve-footer-links li { padding: 6px 0; }
.ve-footer-brand .ve-brand__name { color: #fff; }
.ve-footer-social a { display: inline-grid; place-items: center; width: 40px; height: 40px; border-radius: 50%; background: rgba(255,255,255,.07); margin-right: 8px; }
.ve-footer-social a:hover { background: var(--ve-leaf); color: #0e2019; }
.ve-footer-bottom { border-top: 1px solid rgba(255,255,255,.08); padding: 22px 0; font-size: .9rem; }
.ve-footer-bottom .ve-container { display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; }

/* Float call button (mobile) */
.ve-floating-call {
    position: fixed; right: 18px; bottom: 18px; z-index: 80;
    background: var(--ve-accent); color: #fff;
    width: 58px; height: 58px; border-radius: 50%;
    display: none; place-items: center;
    box-shadow: var(--ve-shadow);
}

/* ==========================================================================
   17. Responsive
   ========================================================================== */
@media (max-width: 1024px) {
    .ve-grid--4 { grid-template-columns: repeat(2, 1fr); }
    .ve-projects { grid-template-columns: repeat(2, 1fr); }
    .ve-trust .ve-container { grid-template-columns: repeat(2, 1fr); }
    .ve-footer-grid { grid-template-columns: repeat(2, 1fr); }
    .ve-pfilter__fields { grid-template-columns: repeat(2, 1fr); }
    .ve-psingle { grid-template-columns: 1fr; }
    .ve-psingle__panel { position: static; }
}
/* Tighten the header row on mid-size screens so the full menu fits on one
   line before the mobile hamburger takes over. */
@media (max-width: 1200px) and (min-width: 901px) {
    .ve-site-header .ve-container { gap: 12px; }
    .ve-nav { gap: 12px; }
    .ve-menu { gap: 13px; }
    .ve-menu a { font-size: .82rem; }
    .ve-header-phone__txt small { display: none; }
    .ve-header-phone__ico { width: 34px; height: 34px; }
    .ve-header-phone__txt strong { font-size: 1.05rem; }
}
@media (max-width: 900px) {
    .ve-section { padding: 64px 0; }
    .ve-hero { padding: 90px 0; }
    .ve-hero__grid { grid-template-columns: 1fr; gap: 36px; }
    .ve-split, .ve-grid--3, .ve-photos, .ve-contact-grid, .ve-content-wrap.has-sidebar { grid-template-columns: 1fr; }
    .ve-split--reverse .ve-split__media { order: 0; }
    .ve-split__badge { left: 16px; bottom: 16px; }
    .ve-burger { display: flex; }
    .ve-nav { position: fixed; inset: 0 0 0 30%; background: #fff; flex-direction: column; align-items: stretch; padding: 90px 26px 26px; transform: translateX(100%); transition: transform .3s ease; box-shadow: var(--ve-shadow); overflow-y: auto; }
    .ve-nav.is-open { transform: translateX(0); }
    .ve-menu { flex-direction: column; align-items: stretch; gap: 0; }
    .ve-menu li { border-bottom: 1px solid var(--ve-line); }
    .ve-menu .sub-menu { position: static; opacity: 1; visibility: visible; transform: none; box-shadow: none; border: 0; padding-left: 14px; }
    .ve-nav .ve-btn { margin-top: 14px; justify-content: center; }
    .ve-floating-call { display: grid; }
}
@media (max-width: 560px) {
    body { font-size: 16px; }
    .ve-trust .ve-container, .ve-grid--4, .ve-projects, .ve-grid--2 { grid-template-columns: 1fr; }
    .ve-pfilter__fields { grid-template-columns: 1fr; }
    .ve-footer-grid { grid-template-columns: 1fr; }
    .ve-cta-band { padding: 34px; text-align: center; justify-content: center; }
    .ve-form .row { grid-template-columns: 1fr; }
    .ve-trust__item { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.18); }
}
