/* ===========================================================
   isoftdemo — Navy + Gold + White theme  ·  "WE MAKE QUALITY"
   Custom components are prefixed .ix-* to avoid Bootstrap clashes.
   =========================================================== */

:root {
    --navy: #0A2540;
    --navy-700: #0E2E52;
    --navy-900: #071A30;
    --gold: #C8A24C;
    --gold-600: #B0863A;
    --ink: #15202B;
    --muted: #5C6B7A;
    --line: #E7EBF0;
    --bg: #F5F7FA;
    --white: #FFFFFF;
    --sans: 'Inter', system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
    --bangla: 'Hind Siliguri', 'Noto Sans Bengali', var(--sans);
    --shadow: 0 6px 24px rgba(10,37,64,.08);
    --shadow-lg: 0 16px 50px rgba(10,37,64,.16);
    --radius: 14px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
    margin: 0;
    background: var(--bg);
    color: var(--ink);
    font-family: var(--bangla);
    font-size: 16px;
    line-height: 1.65;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}

a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; display: block; }
main { min-height: 60vh; }

/* ---------- Header ---------- */
.ix-header {
    position: sticky; top: 0; z-index: 100;
    background: var(--navy); color: #fff;
    border-bottom: 2px solid var(--gold);
}
.ix-header-inner { display: flex; align-items: center; justify-content: space-between; gap: 16px; min-height: 68px; }
.ix-brand { display: flex; flex-direction: column; line-height: 1; min-width: 0; }
.ix-logo { font-family: var(--sans); font-weight: 800; font-size: 1.45rem; letter-spacing: -.02em; color: #fff; white-space: nowrap; }
.ix-logo b { color: var(--gold); font-weight: 800; }
.ix-tag { font-family: var(--sans); font-size: .58rem; letter-spacing: .3em; color: var(--gold); text-transform: uppercase; font-weight: 600; margin-top: 4px; }
.ix-nav { display: flex; align-items: center; gap: 6px; }
.ix-nav a { padding: 8px 14px; border-radius: 8px; font-weight: 500; color: #dbe4ee; font-size: .95rem; }
.ix-nav a:hover { background: rgba(255,255,255,.08); color: #fff; }
.ix-lang { border: 1px solid rgba(255,255,255,.25); border-radius: 999px; padding: 5px 14px !important; font-family: var(--sans); font-weight: 600; font-size: .8rem; color: #fff; }
.ix-lang:hover { border-color: var(--gold); color: var(--gold) !important; background: transparent !important; }

/* ---------- Hero ---------- */
.ix-hero {
    position: relative; overflow: hidden; color: #fff;
    background: linear-gradient(135deg, var(--navy-900), var(--navy) 55%, var(--navy-700));
}
.ix-hero::after {
    content: ""; position: absolute; right: -120px; top: -120px;
    width: 420px; height: 420px; border-radius: 50%;
    background: radial-gradient(circle, rgba(200,162,76,.20), transparent 70%);
}
.ix-hero .container { position: relative; z-index: 1; padding: 84px 20px 90px; text-align: center; }
.ix-eyebrow { display: inline-block; font-family: var(--sans); letter-spacing: .32em; text-transform: uppercase; color: var(--gold); font-weight: 600; font-size: .72rem; margin-bottom: 18px; }
.ix-hero h1 { font-size: clamp(1.9rem, 4.6vw, 3.2rem); line-height: 1.18; margin: 0 0 16px; font-weight: 700; }
.ix-accent { color: var(--gold); }
.ix-hero p { max-width: 640px; margin: 0 auto 28px; color: #c6d3e1; font-size: 1.08rem; }
.ix-hero-actions { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
.ix-stats { display: flex; gap: 40px; justify-content: center; flex-wrap: wrap; margin-top: 48px; }
.ix-stats div { display: flex; flex-direction: column; align-items: center; }
.ix-stats strong { font-family: var(--sans); font-size: 1.7rem; font-weight: 800; color: var(--gold); }
.ix-stats span { font-size: .82rem; color: #aebccc; letter-spacing: .04em; }

/* ---------- Buttons ---------- */
.ix-btn { display: inline-flex; align-items: center; gap: 8px; border: 0; cursor: pointer; font-family: var(--bangla); font-weight: 600; font-size: .98rem; padding: 12px 26px; border-radius: 999px; transition: transform .15s ease, box-shadow .2s ease, background .2s, border-color .2s; }
.ix-btn-gold { background: var(--gold); color: var(--navy-900); }
.ix-btn-gold:hover { background: #d8b25e; transform: translateY(-2px); box-shadow: 0 10px 24px rgba(200,162,76,.4); color: var(--navy-900); }
.ix-btn-ghost { background: transparent; color: #fff; border: 1px solid rgba(255,255,255,.35); }
.ix-btn-ghost:hover { border-color: var(--gold); color: var(--gold); }
.ix-btn-navy { background: var(--navy); color: #fff; }
.ix-btn-navy:hover { background: var(--navy-700); transform: translateY(-2px); color: #fff; }
.ix-btn-sm { padding: 8px 16px; font-size: .85rem; }

/* ---------- Sections ---------- */
.section { padding: 64px 0; }
.section.alt { background: #fff; }
.ix-section-head { text-align: center; max-width: 680px; margin: 0 auto 38px; }
.ix-kicker { font-family: var(--sans); letter-spacing: .28em; text-transform: uppercase; color: var(--gold-600); font-weight: 700; font-size: .72rem; }
.ix-section-head h2 { font-size: clamp(1.5rem, 3vw, 2.1rem); margin: .4rem 0 0; font-weight: 700; }
.ix-divider { display: block; width: 54px; height: 3px; background: var(--gold); border-radius: 3px; margin: 14px auto 0; }

/* ---------- Filter pills ---------- */
.ix-filters { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; margin-bottom: 40px; }
.ix-pill { padding: 8px 18px; border-radius: 999px; border: 1px solid var(--line); background: #fff; color: var(--ink); font-weight: 500; font-size: .92rem; transition: all .18s; }
.ix-pill:hover { border-color: var(--gold); color: var(--gold-600); }
.ix-pill.active { background: var(--navy); color: #fff; border-color: var(--navy); }

/* ---------- Sub-headers ---------- */
.ix-subhead { display: flex; align-items: center; gap: 12px; margin: 8px 0 22px; }
.ix-subhead h3 { font-size: 1.25rem; font-weight: 700; margin: 0; }
.ix-subhead span { font-family: var(--sans); font-size: .72rem; font-weight: 700; color: var(--gold-600); background: rgba(200,162,76,.12); border-radius: 999px; padding: 3px 10px; }
.ix-subhead::after { content: ""; flex: 1; height: 1px; background: var(--line); }
.ix-subhead.ix-subhead-sys { margin-top: 46px; }

/* ---------- Card grid ---------- */
.ix-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 26px; }
.ix-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); transition: transform .2s ease, box-shadow .25s ease; display: flex; flex-direction: column; }
.ix-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.ix-thumb { position: relative; display: block; aspect-ratio: 16 / 10; overflow: hidden; background: linear-gradient(135deg, var(--navy), var(--navy-700)); }
.ix-thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.ix-card:hover .ix-thumb img { transform: scale(1.05); }
.ix-ph { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; flex-direction: column; text-align: center; padding: 20px; }
.ix-ph-cat { font-family: var(--sans); font-size: .6rem; letter-spacing: .2em; text-transform: uppercase; color: var(--gold); margin-bottom: 8px; }
.ix-ph strong { color: #fff; font-size: 1.12rem; font-weight: 600; line-height: 1.35; }
.ix-badge-cat { position: absolute; top: 12px; left: 12px; background: rgba(7,26,48,.82); color: var(--gold); font-family: var(--sans); font-size: .66rem; font-weight: 600; letter-spacing: .03em; padding: 5px 11px; border-radius: 999px; backdrop-filter: blur(4px); }
.ix-badge-feat { position: absolute; top: 12px; right: 12px; background: var(--gold); color: var(--navy-900); font-family: var(--sans); font-size: .64rem; font-weight: 700; letter-spacing: .04em; padding: 5px 10px; border-radius: 999px; }
.ix-card-body { padding: 20px; display: flex; flex-direction: column; flex: 1; }
.ix-card-body h3 { font-size: 1.12rem; margin: 0 0 8px; font-weight: 600; line-height: 1.35; }
.ix-card-body p { color: var(--muted); font-size: .92rem; margin: 0 0 18px; flex: 1; }
.ix-card-foot { display: flex; gap: 10px; align-items: center; }
.ix-more { color: var(--navy); font-weight: 600; font-size: .92rem; }
.ix-more:hover { color: var(--gold-600); }
.ix-live { margin-left: auto; font-family: var(--sans); font-size: .8rem; font-weight: 600; color: var(--gold-600); }
.ix-live:hover { color: var(--gold); }

/* ---------- Footer ---------- */
.ix-footer { background: var(--navy-900); color: #aebccc; padding: 54px 0 26px; }
.ix-foot-cols { display: grid; grid-template-columns: 1.7fr 1fr 1fr; gap: 36px; }
.ix-footer h4 { color: #fff; font-size: 1rem; margin: 0 0 16px; font-family: var(--sans); font-weight: 600; }
.ix-footer .ix-logo { font-size: 1.4rem; }
.ix-footer .ix-tag { margin-bottom: 14px; }
.ix-foot-brand p { max-width: 360px; color: #93a3b5; font-size: .92rem; }
.ix-footer a { color: #aebccc; }
.ix-footer a:hover { color: var(--gold); }
.ix-footer ul { list-style: none; padding: 0; margin: 0; line-height: 2.1; font-size: .93rem; }
.ix-foot-bottom { border-top: 1px solid rgba(255,255,255,.1); margin-top: 34px; padding-top: 18px; text-align: center; font-size: .85rem; color: #7d8da0; }

/* ---------- Responsive ---------- */
@media (max-width: 860px) {
    .ix-foot-cols { grid-template-columns: 1fr; gap: 26px; }
    .ix-stats { gap: 28px; }
}
@media (max-width: 560px) {
    .ix-hero .container { padding: 58px 20px 64px; }
    .section { padding: 44px 0; }
    .ix-tag { display: none; }
    .ix-nav a { padding: 7px 10px; font-size: .9rem; }
}

/* ---------- Detail page ---------- */
.ix-breadcrumb { background: #fff; border-bottom: 1px solid var(--line); font-size: .85rem; }
.ix-breadcrumb .container { padding-top: 14px; padding-bottom: 14px; display: flex; gap: 8px; align-items: center; flex-wrap: wrap; color: var(--muted); }
.ix-breadcrumb a { color: var(--muted); }
.ix-breadcrumb a:hover { color: var(--gold-600); }
.ix-breadcrumb strong { color: var(--ink); font-weight: 600; }
.ix-breadcrumb > .container > span { color: #c2ccd6; }

.ix-detail-hero { background: linear-gradient(135deg, var(--navy-900), var(--navy) 60%, var(--navy-700)); color: #fff; }
.ix-detail-hero .container { padding: 56px 20px 60px; }
.ix-detail-type { display: inline-block; font-family: var(--sans); letter-spacing: .2em; text-transform: uppercase; color: var(--gold); font-weight: 600; font-size: .68rem; margin-bottom: 14px; }
.ix-detail-hero h1 { font-size: clamp(1.7rem, 3.6vw, 2.6rem); margin: 0 0 14px; font-weight: 700; }
.ix-detail-lead { max-width: 640px; color: #c6d3e1; font-size: 1.05rem; margin: 0 0 24px; }

.ix-detail-grid { display: grid; grid-template-columns: 1fr 320px; gap: 36px; align-items: start; }
.ix-detail-main { min-width: 0; }
.ix-gallery { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 18px; margin-bottom: 32px; }
.ix-shot { margin: 0; border: 1px solid var(--line); border-radius: 12px; overflow: hidden; background: #fff; box-shadow: var(--shadow); }
.ix-shot img { width: 100%; height: 100%; object-fit: cover; }
.ix-shot figcaption { padding: 10px 14px; font-size: .85rem; color: var(--muted); }
.ix-detail-cover { aspect-ratio: 16 / 8; border-radius: 16px; background: linear-gradient(135deg, var(--navy), var(--navy-700)); display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; color: #fff; margin-bottom: 32px; padding: 20px; }
.ix-detail-cover strong { font-size: 1.4rem; font-weight: 600; }
.ix-prose h2 { font-size: 1.4rem; font-weight: 700; margin: 0 0 12px; }
.ix-prose p { color: #3c4a59; font-size: 1.02rem; white-space: pre-line; }

.ix-detail-side { position: sticky; top: 90px; }
.ix-side-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 22px; box-shadow: var(--shadow); }
.ix-side-card h3 { font-size: 1.05rem; font-weight: 700; margin: 0 0 14px; }
.ix-side-card dl { margin: 0 0 18px; }
.ix-side-card dt { font-size: .75rem; text-transform: uppercase; letter-spacing: .06em; color: var(--muted); margin-top: 12px; }
.ix-side-card dd { margin: 2px 0 0; font-weight: 600; }
.ix-side-card .ix-price { color: var(--gold-600); }
.ix-btn-block { display: flex; justify-content: center; width: 100%; margin-top: 10px; }

@media (max-width: 860px) {
    .ix-detail-grid { grid-template-columns: 1fr; }
    .ix-detail-side { position: static; }
}

/* ---------- Narrow container ---------- */
.ix-narrow { max-width: 760px; }

/* ---------- Lead form ---------- */
.ix-leadform { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 28px; box-shadow: var(--shadow); }
.ix-leadform h2 { font-size: 1.5rem; font-weight: 700; margin: 0 0 18px; }
.ix-form-note { background: rgba(200,162,76,.1); border-radius: 8px; padding: 8px 12px; font-size: .92rem; margin-bottom: 16px; }
.ix-field { margin-bottom: 16px; display: flex; flex-direction: column; }
.ix-field label { font-weight: 600; font-size: .9rem; margin-bottom: 6px; }
.ix-input { border: 1px solid var(--line); border-radius: 10px; padding: 11px 14px; font-family: var(--bangla); font-size: 1rem; background: #fff; color: var(--ink); transition: border-color .15s, box-shadow .15s; width: 100%; }
.ix-input:focus { outline: none; border-color: var(--gold); box-shadow: 0 0 0 3px rgba(200,162,76,.15); }
.ix-field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.ix-field .field-validation-error, .ix-field span.text-danger { color: #c0392b; font-size: .82rem; margin-top: 4px; }
.ix-alert { border-radius: 10px; padding: 12px 16px; margin-bottom: 16px; font-size: .95rem; }
.ix-alert-success { background: #e8f6ee; border: 1px solid #b6e0c6; color: #1e7e45; }
.ix-alert-error { background: #fdecea; border: 1px solid #f5c2bb; color: #c0392b; }
.validation-summary-valid { display: none; }

/* ---------- Logo / socials / map ---------- */
.ix-logo-img { max-height: 46px; width: auto; display: block; }
.ix-footer .ix-logo-img { max-height: 50px; }
.ix-socials { display: flex; gap: 16px; margin-top: 14px; }
.ix-socials a { color: var(--gold); font-weight: 600; font-size: .9rem; }
.ix-socials a:hover { color: #d8b25e; }
.ix-map-embed { border-radius: 14px; overflow: hidden; border: 1px solid var(--line); box-shadow: var(--shadow); margin-bottom: 26px; }
.ix-map-embed iframe { width: 100%; height: 340px; border: 0; display: block; }

/* ============================================================
   v2 design polish  (refined hero, cards, stats, motion)
   ============================================================ */

/* Hero: subtle dot pattern + gold underline on eyebrow */
.ix-hero::before { content: ""; position: absolute; inset: 0; background-image: radial-gradient(rgba(255,255,255,.06) 1px, transparent 1.4px); background-size: 24px 24px; opacity: .7; pointer-events: none; }
.ix-hero h1 { letter-spacing: -.01em; }
.ix-eyebrow { position: relative; padding-bottom: 14px; }
.ix-eyebrow::after { content: ""; position: absolute; left: 50%; bottom: 0; transform: translateX(-50%); width: 38px; height: 2px; background: var(--gold); }

/* Stats → bordered glass strip */
.ix-stats { gap: 0; max-width: 580px; margin: 48px auto 0; border: 1px solid rgba(255,255,255,.14); border-radius: 16px; overflow: hidden; background: rgba(255,255,255,.04); }
.ix-stats div { flex: 1; padding: 20px 14px; }
.ix-stats div + div { border-left: 1px solid rgba(255,255,255,.14); }

/* Card: gold top-accent on hover + textured placeholder */
.ix-card::after { content: ""; position: absolute; left: 0; right: 0; top: 0; height: 3px; background: linear-gradient(90deg, var(--gold), #e6c87a); transform: scaleX(0); transform-origin: left; transition: transform .35s cubic-bezier(.22,.8,.3,1); z-index: 3; }
.ix-card:hover::after { transform: scaleX(1); }
.ix-thumb .ix-ph { background-image: radial-gradient(rgba(255,255,255,.07) 1px, transparent 1.4px); background-size: 18px 18px; }

/* Button depth */
.ix-btn-gold { box-shadow: 0 4px 14px rgba(200,162,76,.28); }

/* Header logo sizing */
.ix-header .ix-logo-img { max-height: 48px; }

/* Scroll-reveal — .ix-motion is added to <html> by site.js only when motion is allowed */
.ix-motion .ix-reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s cubic-bezier(.22,.8,.3,1); }
.ix-motion .ix-reveal.ix-in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .ix-motion .ix-reveal { opacity: 1 !important; transform: none !important; } }

/* ---------- Floating WhatsApp / Call bar ---------- */
.ix-fab { position: fixed; right: 18px; bottom: 18px; z-index: 200; display: flex; flex-direction: column; gap: 12px; }
.ix-fab-btn { width: 52px; height: 52px; border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #fff; box-shadow: 0 6px 18px rgba(0,0,0,.25); transition: transform .15s ease; }
.ix-fab-btn:hover { transform: scale(1.08); color: #fff; }
.ix-fab-wa { background: #25D366; }
.ix-fab-call { background: var(--gold); color: var(--navy-900); }
.ix-fab-call:hover { color: var(--navy-900); }

@media (max-width: 560px) {
    .ix-field-row { grid-template-columns: 1fr; }
}

/* ---------- White header (override) ---------- */
.ix-header { background: #fff; color: var(--ink); border-top: 3px solid var(--gold); border-bottom: 1px solid var(--line); box-shadow: 0 2px 14px rgba(10,37,64,.06); }
.ix-header .ix-logo { color: var(--navy); }
.ix-header .ix-logo b { color: var(--gold-600); }
.ix-header .ix-tag { color: var(--gold-600); }
.ix-nav a { color: var(--ink); font-weight: 600; }
.ix-nav a:hover { background: rgba(10,37,64,.06); color: var(--navy); }
.ix-lang { border-color: var(--line); color: var(--navy); }
.ix-lang:hover { border-color: var(--gold); color: var(--gold-600) !important; background: rgba(200,162,76,.08) !important; }

/* ============================================================
   iSoft Official palette + fonts  (final override)
   brand blue #007bff · cyan #0dcaf0 · orange CTA #FE9F43 · navy #092C4C
   ============================================================ */
:root {
    --navy: #092C4C;
    --navy-700: #0d3a60;
    --navy-900: #06203a;
    --brand: #007bff;
    --brand-dark: #0056b3;
    --accent: #0dcaf0;
    --gold: #FE9F43;          /* repurposed → orange CTA */
    --gold-600: #e3852a;
    --ink: #212B36;
    --muted: #646B72;
    --line: #e5e9f2;
    --bg: #FAFBFE;
    --display: 'Poppins', 'Hind Siliguri', 'Inter', sans-serif;
}

/* Poppins for display/headings (Latin → Poppins, Bengali → Hind Siliguri fallback) */
.ix-logo, .ix-hero h1, .ix-section-head h2, .ix-detail-hero h1, .ix-subhead h3, .ix-stat-num, .ix-login-brand { font-family: var(--display); }

/* Header: brand-gradient top line + blue accents */
.ix-header { border-top: 0; }
.ix-header::before { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: linear-gradient(90deg, var(--brand), var(--accent)); z-index: 2; }
.ix-header .ix-logo b { color: var(--brand); }
.ix-header .ix-tag { color: var(--brand); }
.ix-nav a:hover { color: var(--brand); background: rgba(0,123,255,.07); }
.ix-lang { color: var(--brand); }
.ix-lang:hover { border-color: var(--brand); color: var(--brand) !important; background: rgba(0,123,255,.08) !important; }

/* Hero: deep-navy gradient + cyan glow + cyan highlight */
.ix-hero { background: linear-gradient(135deg, var(--navy-900), var(--navy) 55%, var(--navy-700)); }
.ix-hero::after { background: radial-gradient(circle, rgba(13,202,240,.22), transparent 70%); }
.ix-accent { color: var(--accent); }
.ix-eyebrow { color: var(--accent); }
.ix-eyebrow::after { background: linear-gradient(90deg, var(--brand), var(--accent)); }
.ix-stats strong { color: var(--accent); }

/* Section accents */
.ix-kicker { color: var(--brand); }
.ix-divider { background: linear-gradient(90deg, var(--brand), var(--accent)); }
.ix-subhead span { color: var(--brand); background: rgba(0,123,255,.1); }

/* Cards */
.ix-card::after { background: linear-gradient(90deg, var(--brand), var(--accent)); }
.ix-badge-cat { color: var(--accent); }
.ix-more { color: var(--brand); }
.ix-more:hover { color: var(--brand-dark); }

/* Pills */
.ix-pill:hover { border-color: var(--brand); color: var(--brand); }
.ix-pill.active { background: var(--brand); border-color: var(--brand); }

/* Buttons */
.ix-btn-gold { box-shadow: 0 4px 14px rgba(254,159,67,.30); }
.ix-btn-brand { background: var(--brand); color: #fff; }
.ix-btn-brand:hover { background: var(--brand-dark); color: #fff; transform: translateY(-2px); }

/* Footer */
.ix-footer a:hover { color: var(--accent); }
.ix-socials a { color: var(--brand); }
.ix-socials a:hover { color: var(--accent); }

/* ============================================================
   Header v3 (top bar + Bootstrap navbar) + Footer v3 + Search
   ============================================================ */
.ix-topbar { background: linear-gradient(90deg, var(--brand), var(--accent)); color: #fff; font-size: .85rem; }
.ix-topbar a { color: #fff; text-decoration: none; }
.ix-topbar a:hover { text-decoration: underline; }
.ix-topbar-inner { display: flex; justify-content: space-between; align-items: center; gap: 12px; padding: 7px 0; flex-wrap: wrap; }
.ix-topbar-left { display: flex; gap: 18px; flex-wrap: wrap; align-items: center; }
.ix-topbar i { margin-right: 3px; }

.ix-navbar { background: #fff; border-bottom: 1px solid var(--line); box-shadow: 0 2px 14px rgba(10,37,64,.06); padding: 10px 0; }
.ix-navbar .ix-logo { font-family: var(--display); font-weight: 800; font-size: 1.5rem; color: var(--navy); }
.ix-navbar .ix-logo b { color: var(--brand); }
.ix-navbar .ix-logo-img { max-height: 42px; width: auto; }
.ix-navbar .navbar-nav .nav-link { color: var(--ink); font-weight: 600; padding: 8px 14px; }
.ix-navbar .navbar-nav .nav-link:hover, .ix-navbar .navbar-nav .nav-link:focus, .ix-navbar .navbar-nav .nav-link.show { color: var(--brand); }
.ix-navbar .dropdown-menu { border: 1px solid var(--line); border-radius: 12px; box-shadow: var(--shadow-lg); padding: 8px; margin-top: 8px; }
.ix-navbar .dropdown-item { border-radius: 8px; font-weight: 500; padding: 8px 12px; }
.ix-navbar .dropdown-item:hover { background: rgba(0,123,255,.08); color: var(--brand); }
.ix-navbar .navbar-toggler { border-color: var(--line); padding: 5px 9px; }
.ix-navbar .navbar-toggler:focus { box-shadow: none; }
.ix-navbar .navbar-toggler-icon { background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(33,43,54,0.85)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }
.ix-nav-actions { display: flex; align-items: center; gap: 10px; }
.ix-btn-cta { padding: 9px 20px; font-size: .92rem; }
@media (max-width: 991.98px) {
    .ix-navbar .navbar-nav { margin-top: 10px; }
    .ix-nav-actions { margin-top: 12px; gap: 14px; }
}

/* Search */
.ix-search { display: flex; gap: 8px; max-width: 560px; margin: 0 auto 26px; }
.ix-search input { flex: 1; border: 1px solid var(--line); border-radius: 999px; padding: 12px 20px; font-family: var(--bangla); font-size: 1rem; background: #fff; color: var(--ink); }
.ix-search input:focus { outline: none; border-color: var(--brand); box-shadow: 0 0 0 3px rgba(0,123,255,.12); }
.ix-search button { border: 0; background: var(--brand); color: #fff; border-radius: 999px; padding: 0 22px; font-weight: 600; cursor: pointer; display: inline-flex; align-items: center; gap: 6px; white-space: nowrap; }
.ix-search button:hover { background: var(--brand-dark); }
.ix-search-info { text-align: center; color: var(--muted); margin: -12px 0 24px; font-size: .92rem; }
.ix-search-info a { color: var(--brand); font-weight: 600; }

/* Footer v3 */
.ix-footer { background: linear-gradient(180deg, var(--navy-900), var(--navy)); color: #aebccc; padding: 0; }
.ix-foot-cta { background: linear-gradient(90deg, var(--brand), var(--accent)); padding: 22px 0; }
.ix-foot-cta-inner { display: flex; justify-content: space-between; align-items: center; gap: 16px; flex-wrap: wrap; }
.ix-foot-cta h5 { color: #fff; font-weight: 700; margin: 0 0 4px; font-size: 1.15rem; }
.ix-foot-cta p { color: rgba(255,255,255,.92); margin: 0; font-size: .92rem; }
.ix-cta-btns { display: flex; gap: 10px; flex-wrap: wrap; }
.ix-cta-btns a { padding: 10px 18px; border-radius: 8px; font-weight: 600; text-decoration: none; display: inline-flex; align-items: center; gap: 6px; transition: all .2s; }
.ix-cta-btns .btn-wa { background: #fff; color: var(--navy); }
.ix-cta-btns .btn-wa:hover { background: #eef2f7; transform: translateY(-2px); }
.ix-cta-btns .btn-call { background: transparent; color: #fff; border: 1px solid rgba(255,255,255,.6); }
.ix-cta-btns .btn-call:hover { background: rgba(255,255,255,.12); }
.ix-foot-main { padding: 54px 0 32px; }
.ix-footer h6 { color: #fff; font-weight: 600; margin-bottom: 16px; font-size: 1rem; }
.ix-footer .ix-logo { font-family: var(--display); font-weight: 800; font-size: 1.5rem; color: #fff; }
.ix-footer .ix-logo b { color: var(--accent); }
.ix-footer .ix-logo-img { max-height: 48px; }
.ix-foot-about { max-width: 300px; line-height: 1.8; font-size: .92rem; color: #93a3b5; }
.footer-social-icon { width: 36px; height: 36px; border-radius: 8px; background: rgba(255,255,255,.08); color: #fff; display: inline-flex; align-items: center; justify-content: center; font-size: 1.05rem; transition: all .2s; text-decoration: none; }
.footer-social-icon:hover { background: linear-gradient(90deg, var(--brand), var(--accent)); color: #fff; transform: translateY(-2px); }
.footer-links { line-height: 2.2; }
.footer-links a { color: #aebccc; text-decoration: none; font-size: .93rem; transition: all .15s; }
.footer-links a:hover { color: var(--accent); padding-left: 3px; }
.footer-contact li { display: flex; gap: 12px; margin-bottom: 14px; align-items: flex-start; }
.footer-contact a { color: #aebccc; text-decoration: none; font-size: .92rem; line-height: 1.5; }
.footer-contact a:hover { color: var(--accent); }
.fc-icon { flex-shrink: 0; width: 34px; height: 34px; border-radius: 8px; background: rgba(13,202,240,.12); color: var(--accent); display: flex; align-items: center; justify-content: center; }
.ix-foot-bottom2 { border-top: 1px solid rgba(255,255,255,.08); padding: 18px 0; }
.ix-foot-bottom2 .container { display: flex; justify-content: space-between; align-items: center; gap: 10px; flex-wrap: wrap; }
.ix-foot-bottom2 p { margin: 0; font-size: .85rem; }
.ix-foot-bottom2 a { color: #fff; text-decoration: none; font-weight: 600; }
.ix-foot-bottom2 a:hover { color: var(--accent); }

/* Small-screen polish */
@media (max-width: 560px) {
    .ix-card-foot { flex-wrap: wrap; gap: 6px 10px; }
    .ix-stats strong { font-size: 1.35rem; }
    .ix-stats div { padding: 16px 8px; }
    .ix-foot-cta-inner { flex-direction: column; align-items: flex-start; }
}

/* Top bar — compact on phones (hide the long address + 24/7; keep phone + email on one line) */
@media (max-width: 767.98px) {
    .ix-topbar { font-size: .8rem; }
    .ix-topbar-left span:has(.bi-geo-alt) { display: none; }
    .ix-topbar-right { display: none; }
    .ix-topbar-inner { justify-content: center; }
    .ix-topbar-left { justify-content: center; gap: 16px; row-gap: 2px; }
}
