/* Sunara Energy FZE — site styles (Bootstrap 5.3 + custom) */
:root {
  --navy: #1b3a6b;
  --navy-dark: #12294d;
  --blue: #1e88e5;
  --green: #3a9a2a;
  --green-dark: #2f7d22;
  --orange: #f58220;
  --gold: #ffc107;
  --ink: #1f2a3a;
  --muted: #5d6b7c;
  --line: #e3e8ef;
  --bg-soft: #f4f7fb;
}

html { scroll-behavior: smooth; }
body { font-family: "Inter", "Segoe UI", system-ui, -apple-system, sans-serif; color: var(--ink); line-height: 1.65; }
h1, h2, h3, h4, h5 { font-family: "Montserrat", "Segoe UI", system-ui, sans-serif; font-weight: 700; color: var(--navy); letter-spacing: -0.01em; }
a { color: var(--blue); text-decoration: none; }
a:hover { color: var(--navy); }
.text-navy { color: var(--navy) !important; }
.text-green { color: var(--green) !important; }
.text-orange { color: var(--orange) !important; }
.bg-soft { background: var(--bg-soft); }
.bg-navy { background: var(--navy); color: #fff; }
.bg-navy h1, .bg-navy h2, .bg-navy h3 { color: #fff; }
.eyebrow { font-size: .8rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--green); }
.section { padding: 5rem 0; }
.section-title { font-size: 2.1rem; margin-bottom: .75rem; }
.lead-muted { color: var(--muted); font-size: 1.1rem; max-width: 720px; }

/* Buttons */
.btn-brand { background: var(--orange); border: 0; color: #fff; font-weight: 600; padding: .75rem 1.5rem; border-radius: 6px; }
.btn-brand:hover { background: #d96f12; color: #fff; }
.btn-outline-brand { border: 2px solid #fff; color: #fff; font-weight: 600; padding: .65rem 1.4rem; border-radius: 6px; }
.btn-outline-brand:hover { background: #fff; color: var(--navy); }
.btn-navy { background: var(--navy); color: #fff; font-weight: 600; padding: .75rem 1.5rem; border-radius: 6px; border: 0; }
.btn-navy:hover { background: var(--navy-dark); color: #fff; }

/* Top bar + nav */
.topbar { background: var(--navy-dark); color: #cfd8e6; font-size: .82rem; }
.topbar a { color: #cfd8e6; }
.topbar a:hover { color: #fff; }
.navbar { background: #fff; box-shadow: 0 2px 12px rgba(16, 32, 64, .08); padding: .5rem 0; }
.navbar-brand { flex-shrink: 0; }
.navbar-brand img { height: 40px; width: auto; }
@media (min-width: 992px) and (max-width: 1199.98px) { .navbar-brand img { height: 28px; } .navbar .nav-link { margin: 0; padding: .5rem .45rem !important; font-size: .92rem; } .navbar .btn { padding: .5rem .9rem; font-size: .9rem; } }
.navbar .nav-link, .navbar .btn { white-space: nowrap; }
.navbar .nav-link { color: var(--navy); font-weight: 600; margin: 0 .35rem; padding: .5rem .6rem !important; position: relative; }
.navbar .nav-link.active, .navbar .nav-link:hover { color: var(--orange); }
.navbar .nav-link.active::after { content: ""; position: absolute; left: .6rem; right: .6rem; bottom: 0; height: 3px; background: var(--orange); border-radius: 2px; }

/* Hero */
.hero { position: relative; color: #fff; overflow: hidden;
  background: linear-gradient(115deg, var(--navy-dark) 0%, var(--navy) 55%, #0f5aa6 100%); }
.hero::before { content: ""; position: absolute; inset: 0;
  background: radial-gradient(ellipse at 85% 20%, rgba(245,130,32,.35), transparent 45%),
              radial-gradient(ellipse at 70% 90%, rgba(58,154,42,.35), transparent 45%); }
.hero-video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; }
.hero-overlay { position: absolute; inset: 0; z-index: 0;
  background: linear-gradient(115deg, rgba(18,41,77,.88) 0%, rgba(27,58,107,.72) 55%, rgba(15,90,166,.55) 100%); }
.hero::before { z-index: 0; }
.hero .container { position: relative; z-index: 1; }
@media (prefers-reduced-motion: reduce) { .hero-video { display: none; } }
.hero h1 { color: #fff; font-size: clamp(2.2rem, 4.5vw, 3.6rem); line-height: 1.12; }
.hero p.lead { color: #d9e3f2; font-size: 1.2rem; max-width: 620px; }
.hero-logo { max-width: 420px; width: 100%; background: #fff; padding: 1.5rem; border-radius: 24px; box-shadow: 0 20px 40px rgba(0,0,0,.35); }
.hero-wave { display: block; width: 100%; height: 70px; }

/* Page header (inner pages) */
.page-head { background: linear-gradient(115deg, var(--navy-dark), var(--navy) 60%, #0f5aa6); color: #fff; padding: 4.5rem 0 3.5rem; }
.page-head h1 { color: #fff; font-size: 2.6rem; }
.page-head p { color: #d9e3f2; max-width: 680px; margin-bottom: 0; }
.breadcrumb-light a { color: #a9bddb; }
.breadcrumb-light .active { color: #fff; }

/* Stats */
.stat { text-align: center; padding: 1.5rem 1rem; }
.stat .num { font-family: "Montserrat", sans-serif; font-size: 2.4rem; font-weight: 800; color: var(--orange); line-height: 1; }
.stat .lbl { color: var(--muted); font-weight: 600; margin-top: .4rem; }

/* Cards */
.card-line { border: 1px solid var(--line); border-radius: 12px; padding: 2rem 1.6rem; height: 100%; background: #fff; transition: transform .2s, box-shadow .2s; }
.card-line:hover { transform: translateY(-4px); box-shadow: 0 14px 34px rgba(16, 32, 64, .10); }
.card-line .icon { width: 56px; height: 56px; border-radius: 12px; display: grid; place-items: center; font-size: 1.5rem; color: #fff; margin-bottom: 1.1rem; }
.icon-orange { background: linear-gradient(135deg, var(--orange), var(--gold)); }
.icon-blue { background: linear-gradient(135deg, var(--navy), var(--blue)); }
.icon-green { background: linear-gradient(135deg, var(--green-dark), #6cc04a); }
.card-line h3 { font-size: 1.2rem; }
.card-line p { color: var(--muted); margin-bottom: 0; }
.card-line ul { color: var(--muted); padding-left: 1.1rem; margin: .6rem 0 0; }

/* Pillars / how we work */
.pillar { display: flex; gap: 1rem; align-items: flex-start; }
.pillar .n { flex: 0 0 44px; height: 44px; border-radius: 50%; background: var(--navy); color: #fff; font-weight: 700; display: grid; place-items: center; font-family: "Montserrat", sans-serif; }
.pillar h4 { font-size: 1.05rem; margin-bottom: .25rem; }
.pillar p { color: var(--muted); margin: 0; }

/* Industries grid */
.ind { background: #fff; border: 1px solid var(--line); border-radius: 10px; padding: 1rem .75rem; text-align: center; font-weight: 600; color: var(--navy); font-size: .95rem; height: 100%; }
.ind i { display: block; font-size: 1.5rem; color: var(--orange); margin-bottom: .4rem; }

/* CTA band */
.cta-band { background: linear-gradient(100deg, var(--green-dark), var(--green) 50%, #6cc04a); color: #fff; }
.cta-band h2 { color: #fff; }

/* Insights */
.post-card { border: 1px solid var(--line); border-radius: 12px; overflow: hidden; background: #fff; height: 100%; display: flex; flex-direction: column; }
.post-card .thumb { height: 170px; display: grid; place-items: center; color: #fff; font-size: 3rem; }
.post-card .body { padding: 1.4rem; display: flex; flex-direction: column; flex: 1; }
.post-card .meta { font-size: .8rem; color: var(--muted); text-transform: uppercase; letter-spacing: .08em; font-weight: 600; }
.post-card h3 { font-size: 1.15rem; margin: .5rem 0; }
.post-card p { color: var(--muted); flex: 1; }
.article { max-width: 780px; }
.article p { font-size: 1.05rem; }
.article h2 { font-size: 1.5rem; margin-top: 2.2rem; }
.article blockquote { border-left: 4px solid var(--orange); padding: .5rem 1rem; color: var(--navy); font-weight: 600; background: var(--bg-soft); border-radius: 0 8px 8px 0; }

/* Contact */
.contact-box { background: var(--bg-soft); border-radius: 12px; padding: 2rem; }
.contact-box .row-item { display: flex; gap: .9rem; margin-bottom: 1.2rem; }
.contact-box .row-item i { color: var(--orange); font-size: 1.3rem; margin-top: .15rem; }
.form-control, .form-select { border-radius: 8px; padding: .7rem .9rem; border-color: var(--line); }
.form-control:focus { border-color: var(--blue); box-shadow: 0 0 0 .2rem rgba(30,136,229,.15); }
.map-wrap { border-radius: 12px; overflow: hidden; border: 1px solid var(--line); }
.map-wrap iframe { width: 100%; height: 320px; border: 0; display: block; }

/* Team */
.team { text-align: center; }
.team .avatar { width: 120px; height: 120px; border-radius: 50%; background: linear-gradient(135deg, var(--navy), var(--blue)); color: #fff; display: grid; place-items: center; font-size: 2.2rem; font-family: "Montserrat", sans-serif; font-weight: 700; margin: 0 auto 1rem; }
.team .role { color: var(--orange); font-weight: 600; font-size: .9rem; }

/* Footer */
footer { background: var(--navy-dark); color: #b7c4d8; }
footer h5 { color: #fff; font-size: 1rem; margin-bottom: 1rem; }
footer a { color: #b7c4d8; }
footer a:hover { color: #fff; }
footer ul { list-style: none; padding: 0; margin: 0; }
footer li { margin-bottom: .5rem; }
footer .foot-logo { background: #fff; border-radius: 12px; padding: .5rem; width: 130px; }
footer .bottom { border-top: 1px solid rgba(255,255,255,.1); padding: 1.2rem 0; font-size: .85rem; }
.social a { display: inline-grid; place-items: center; width: 36px; height: 36px; border-radius: 50%; background: rgba(255,255,255,.08); margin-right: .4rem; color: #fff; }
.social a:hover { background: var(--orange); }

/* Misc */
.divider { width: 64px; height: 4px; background: var(--orange); border-radius: 2px; margin: .8rem 0 1.5rem; }
.divider.center { margin-left: auto; margin-right: auto; }
.check-list { list-style: none; padding: 0; }
.check-list li { padding-left: 1.8rem; position: relative; margin-bottom: .6rem; }
.check-list li::before { content: "\f26b"; font-family: "bootstrap-icons"; color: var(--green); position: absolute; left: 0; top: 0; font-weight: 700; }
.note-draft { background: #fff8e6; border: 1px dashed var(--gold); color: #7a5b00; font-size: .85rem; border-radius: 8px; padding: .5rem .9rem; }
@media (max-width: 767.98px) {
  .section { padding: 3.2rem 0; }
  .navbar-brand img { height: 30px; }
  .page-head { padding: 3rem 0 2.5rem; }
  .page-head h1 { font-size: 2rem; }
}

/* Home page: full-body background video, shown 75% transparent behind the content (top bar, menu bar and footer stay solid) */
.page-video { position: fixed; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center top; z-index: -1; }
.home-bg { background: #fff url("../Images/hero-poster.jpg") center / cover fixed no-repeat; }
.home-bg section { background-color: rgba(255,255,255,.75); }
.home-bg section.bg-soft { background: rgba(244,247,251,.75); }
.home-bg .hero { background: none; }
.home-bg .hero::before { display: none; }
.home-bg .hero-wave { display: none; }
.home-bg .topbar, .home-bg .navbar, .home-bg footer { position: relative; z-index: 2; }
.home-bg .navbar.sticky-top { position: sticky; z-index: 1020; }
@media (prefers-reduced-motion: reduce) { .page-video { display: none; } }
