/* =====================================================================
   هراج تبوك — Professional theme layer (pro.css)
   Loaded LAST so it refines the base BootstrapMade template.
   Brand: amber #feb900 + deep navy #0e2a47, Tajawal Arabic type.
   Layout stays LTR; Arabic text blocks read right-to-left.
   ===================================================================== */

:root {
    --brand: #feb900;
    --brand-600: #e0a500;
    --brand-soft: #fff6da;
    --ink: #122a45;
    --ink-700: #1b3a5e;
    --ink-800: #0c1f34;
    --text: #283544;
    --muted: #6a7686;
    --bg: #ffffff;
    --bg-soft: #f7f4ec;
    --line: #ece6da;
    --card: #ffffff;
    --radius: 18px;
    --radius-sm: 13px;
    --shadow-sm: 0 2px 12px rgba(18, 42, 69, .05);
    --shadow: 0 16px 44px rgba(18, 42, 69, .09);
    --shadow-lg: 0 28px 64px rgba(18, 42, 69, .14);
    --ar: "Tajawal", "Segoe UI", "Open Sans", system-ui, sans-serif;
}

/* ---- Base typography (Arabic-first) ---- */
body,
.index-page,
p, li, a, span, div, input, textarea, button, label,
h1, h2, h3, h4, h5, h6 {
    font-family: var(--ar);
}

body {
    color: var(--text);
    background: var(--bg);
    -webkit-font-smoothing: antialiased;
    line-height: 1.75;
}

img { max-width: 100%; }

/* Arabic text reads RTL inside its blocks (layout grid stays LTR) */
.rtl, .section-title h1, .section-title h2, .section-title p,
.post-content, .blog-card .card-body, .area-card, .feature-card,
.cat-card, .footer-col, .contact-card, .lead-block p {
    direction: rtl;
    text-align: right;
}

a { color: var(--ink); text-decoration: none; transition: color .2s ease; }
a:hover { color: var(--brand-600); }

/* =====================================================================
   Buttons
   ===================================================================== */
.btn-ht {
    display: inline-flex; align-items: center; gap: .5rem;
    background: var(--brand); color: var(--ink-800);
    font-weight: 800; font-family: var(--ar);
    padding: .8rem 1.5rem; border-radius: 999px; border: 0;
    box-shadow: 0 8px 20px rgba(254, 185, 0, .35);
    transition: transform .15s ease, box-shadow .2s ease, background .2s ease;
}
.btn-ht:hover { background: var(--brand-600); color: var(--ink-800); transform: translateY(-2px); box-shadow: 0 12px 26px rgba(254, 185, 0, .45); }
.btn-ht.ghost { background: transparent; color: #fff; border: 2px solid rgba(255, 255, 255, .55); box-shadow: none; }
.btn-ht.ghost:hover { background: #fff; color: var(--ink); border-color: #fff; }
.btn-ht.dark { background: var(--ink); color: #fff; box-shadow: 0 8px 20px rgba(14, 42, 71, .25); }
.btn-ht.dark:hover { background: var(--ink-700); color: #fff; }

/* =====================================================================
   Section rhythm + headings
   ===================================================================== */
section { position: relative; }
.sec { padding: 72px 0; }
.sec-soft { background: var(--bg-soft); }
.sec-tight { padding: 48px 0; }

.section-title { margin-bottom: 38px; text-align: center; }
.section-title .eyebrow {
    display: inline-block; direction: rtl;
    color: var(--brand-600); font-weight: 800; font-size: .82rem;
    letter-spacing: .14em; text-transform: uppercase; margin-bottom: 10px;
}
.section-title h1, .section-title h2 {
    color: var(--ink); font-weight: 800; line-height: 1.3;
    margin: 0 auto 14px; text-align: center; max-width: 820px;
}
.section-title h1 { font-size: clamp(1.7rem, 3.4vw, 2.5rem); }
.section-title h2 { font-size: clamp(1.45rem, 2.8vw, 2.05rem); }
.section-title p { color: var(--muted); max-width: 760px; margin: 0 auto; text-align: center; font-size: 1.02rem; }
.section-title::after {
    content: ""; display: block; width: 64px; height: 4px; border-radius: 4px;
    background: var(--brand); margin: 18px auto 0;
}

/* =====================================================================
   Header / navbar
   ===================================================================== */
.header {
    background: rgba(255, 255, 255, .92);
    backdrop-filter: saturate(160%) blur(8px);
    box-shadow: 0 1px 0 var(--line);
    padding: 8px 0; transition: box-shadow .25s ease, padding .25s ease;
    position: sticky; top: 0; z-index: 1000;
}
.header.scrolled { box-shadow: var(--shadow-sm); }
.header .logo-bt { width: auto; height: 88px; transition: height .25s ease; }
.header.scrolled .logo-bt { height: 72px; }
.nav_menu ul { display: flex; align-items: center; gap: 6px; margin: 0; padding: 0; list-style: none; }
.nav_menu ul li a { font-family: var(--ar); font-weight: 700; color: var(--ink); padding: 10px 14px; font-size: 1rem; position: relative; }
.nav_menu ul li a:hover { color: var(--brand-600); }
.nav_menu ul li a.active { color: var(--ink); }
/* the active underline is provided by the base theme (animated ::before) — no duplicate here */
.nav-cta { margin-left: 8px; }
.nav-cta .btn-ht { padding: .55rem 1.15rem; font-size: .95rem; }

/* =====================================================================
   HERO — full-width swiper banner with overlay
   ===================================================================== */
.hero-pro { position: relative; padding: 0; }
.hero-swiper { width: 100%; height: clamp(460px, 68vh, 680px); }
.hero-swiper .swiper-slide { position: relative; background: var(--ink); overflow: hidden; }
.hero-swiper .swiper-slide img {
    width: 100%; height: 100%; object-fit: cover; display: block;
    filter: saturate(1.05) contrast(1.03);
}
/* Ken Burns slow zoom on the active slide for a premium, cinematic feel */
.hero-swiper .swiper-slide img.kb { transform: scale(1.06); will-change: transform; }
.hero-swiper .swiper-slide-active img.kb { animation: heroKenburns 7.5s ease-out forwards; }
@keyframes heroKenburns { from { transform: scale(1.06); } to { transform: scale(1.2); } }
.hero-swiper .swiper-slide::after {
    content: ""; position: absolute; inset: 0; z-index: 2;
    background:
        linear-gradient(105deg, rgba(7, 22, 38, .74) 0%, rgba(7, 22, 38, .42) 46%, rgba(7, 22, 38, .30) 100%),
        linear-gradient(180deg, rgba(7, 22, 38, 0) 38%, rgba(7, 22, 38, .68) 100%);
}
.hero-overlay {
    position: absolute; inset: 0; z-index: 5;
    display: flex; flex-direction: column; align-items: center; justify-content: center;
    text-align: center; padding: 24px; direction: rtl;
}
.hero-overlay .kicker {
    color: var(--brand); font-weight: 800; letter-spacing: .12em;
    text-transform: uppercase; font-size: .85rem; margin-bottom: 14px;
    background: rgba(254, 185, 0, .12); border: 1px solid rgba(254, 185, 0, .4);
    padding: 7px 16px; border-radius: 999px;
}
.hero-overlay h1 {
    color: #fff; font-weight: 900; line-height: 1.25;
    font-size: clamp(1.8rem, 4.4vw, 3.2rem); margin: 0 0 16px;
    max-width: 980px; text-shadow: 0 2px 24px rgba(0, 0, 0, .35);
}
.hero-overlay p {
    color: rgba(255, 255, 255, .92); font-size: clamp(1rem, 1.6vw, 1.2rem);
    max-width: 720px; margin: 0 auto 26px;
}
.hero-cta { display: flex; gap: 14px; flex-wrap: wrap; justify-content: center; }
.hero-pro .swiper-button-next, .hero-pro .swiper-button-prev { color: #fff; z-index: 20; }
.hero-pro .swiper-button-next:after, .hero-pro .swiper-button-prev:after { font-size: 22px; }
/* let clicks reach the nav arrows / pagination beneath the text overlay */
.hero-overlay { pointer-events: none; }
.hero-overlay .kicker, .hero-overlay .hero-cta, .hero-overlay .hero-cta a { pointer-events: auto; }
.hero-pro .swiper-pagination { z-index: 20; }
.hero-pro .swiper-pagination-bullet { background: #fff; opacity: .6; }
.hero-pro .swiper-pagination-bullet-active { background: var(--brand); opacity: 1; width: 22px; border-radius: 5px; }

/* Quick contact strip below hero */
.hero-strip { background: var(--ink); }
.hero-strip .wrap {
    display: flex; flex-wrap: wrap; gap: 10px 30px; justify-content: center; align-items: center;
    padding: 16px 12px; direction: rtl;
}
.hero-strip a, .hero-strip span { color: #eaf1f9; font-weight: 600; display: inline-flex; align-items: center; gap: 8px; }
.hero-strip a:hover { color: var(--brand); }
.hero-strip i { color: var(--brand); font-size: 1.1rem; }

/* =====================================================================
   Feature / trust cards
   ===================================================================== */
.feature-card {
    background: var(--card); border: 1px solid var(--line); border-radius: var(--radius);
    padding: 28px 24px; height: 100%; box-shadow: var(--shadow-sm);
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.feature-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); border-color: #f0d98a; }
.feature-card .ico {
    width: 58px; height: 58px; border-radius: 14px; display: grid; place-items: center;
    background: var(--brand-soft); color: var(--brand-600); font-size: 1.5rem; margin-bottom: 16px;
    margin-right: 0; margin-left: auto;
}
.feature-card h3 { font-size: 1.18rem; font-weight: 800; color: var(--ink); margin: 0 0 8px; }
.feature-card p { color: var(--muted); margin: 0; font-size: .98rem; }

/* =====================================================================
   Category grid (what we buy / sell)
   ===================================================================== */
.cat-card {
    background: var(--card); border: 1px solid var(--line); border-radius: var(--radius);
    padding: 26px 18px; text-align: center; height: 100%; box-shadow: var(--shadow-sm);
    transition: transform .2s ease, box-shadow .2s ease;
    display: flex; flex-direction: column; align-items: center; gap: 12px;
}
.cat-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.cat-card .ico {
    width: 66px; height: 66px; border-radius: 50%; display: grid; place-items: center;
    background: linear-gradient(135deg, #fff3cf, #ffe49a); color: var(--ink); font-size: 1.7rem;
}
.cat-card h3 { font-size: 1.05rem; font-weight: 800; color: var(--ink); margin: 0; text-align: center; }

/* =====================================================================
   Long-form SEO content block
   ===================================================================== */
.lead-block { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); padding: 34px; box-shadow: var(--shadow-sm); }
.lead-block p { color: var(--text); font-size: 1.04rem; margin-bottom: 16px; }
.lead-block p:last-child { margin-bottom: 0; }

/* keyword pills (reuse existing .keywords list, restyle) */
ul.keywords { list-style: none; padding: 0; margin: 0; display: flex; flex-wrap: wrap; gap: 10px; direction: rtl; justify-content: center; }
ul.keywords li { margin: 0; }
ul.keywords li, ul.keywords li a {
    display: inline-block; background: #fff; border: 1px solid var(--line); color: var(--ink);
    padding: 9px 16px; border-radius: 999px; font-size: .92rem; font-weight: 600; box-shadow: var(--shadow-sm);
    transition: all .18s ease;
}
ul.keywords li:hover, ul.keywords li a:hover { background: var(--brand-soft); border-color: var(--brand); color: var(--ink); }

/* =====================================================================
   Service areas
   ===================================================================== */
.service-areas { background: var(--bg-soft); }
.areas-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; direction: rtl; }
.area-card {
    background: #fff; border: 1px solid var(--line); border-radius: var(--radius-sm);
    padding: 18px 20px; display: flex; align-items: center; gap: 14px; box-shadow: var(--shadow-sm);
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease; color: var(--ink);
}
.area-card:hover { transform: translateY(-3px); box-shadow: var(--shadow); border-color: var(--brand); color: var(--ink); }
.area-card .pin { width: 44px; height: 44px; flex: 0 0 44px; border-radius: 50%; background: var(--ink); color: var(--brand); display: grid; place-items: center; font-size: 1.15rem; }
.area-card .nm { font-weight: 800; font-size: 1.02rem; }
@media (max-width: 768px) { .areas-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 480px) { .areas-grid { grid-template-columns: 1fr; } }

/* =====================================================================
   Gallery (business images)
   ===================================================================== */
.gallery-grid img.business-image, .business-image {
    width: 100%; height: 240px; object-fit: cover; border-radius: var(--radius-sm);
    box-shadow: var(--shadow-sm); transition: transform .25s ease, box-shadow .25s ease; display: block;
}
.business-image:hover { transform: scale(1.02); box-shadow: var(--shadow); }

/* =====================================================================
   Blog cards (list + home)
   ===================================================================== */
.blog-card {
    border: 1px solid var(--line) !important; border-radius: var(--radius) !important; overflow: hidden;
    background: var(--card); box-shadow: var(--shadow-sm);
    transition: transform .2s ease, box-shadow .2s ease; height: 100%;
}
.blog-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.blog-card .blog-thumb { overflow: hidden; aspect-ratio: 16 / 10; }
.blog-card .blog-thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.blog-card:hover .blog-thumb img { transform: scale(1.06); }
.blog-card .card-body { padding: 20px; display: flex; flex-direction: column; }
.blog-card .blog-meta { color: var(--muted); font-size: .85rem; font-weight: 600; }
.blog-card .blog-meta .post-date::before { content: "\f133"; font-family: "Font Awesome 5 Free", "bootstrap-icons"; margin-left: 6px; color: var(--brand-600); }
.blog-card .blog-title { font-size: 1.12rem !important; font-weight: 800; line-height: 1.5; margin: 6px 0 10px; }
.blog-card .blog-title a { color: var(--ink); }
.blog-card .blog-title a:hover { color: var(--brand-600); }
.blog-card .card-text { color: var(--muted); font-size: .95rem; margin-bottom: 14px; }
.blog-card .card-body > a:last-child { margin-top: auto; color: var(--brand-600); font-weight: 800; display: inline-flex; align-items: center; gap: 6px; }
.blog-card .card-body > a:last-child:hover { gap: 10px; }

/* page header band (blog list, tag pages) */
.page-hero { background: linear-gradient(135deg, var(--ink) 0%, var(--ink-700) 100%); color: #fff; padding: 56px 0; text-align: center; direction: rtl; }
.page-hero h1 { color: #fff; font-weight: 900; font-size: clamp(1.7rem, 3.6vw, 2.5rem); margin: 0 0 10px; }
.page-hero p { color: rgba(255, 255, 255, .85); margin: 0; max-width: 700px; margin-inline: auto; }
.page-hero .crumb { display: inline-flex; gap: 8px; align-items: center; margin-top: 16px; font-size: .9rem; color: rgba(255,255,255,.7); }
.page-hero .crumb a { color: var(--brand); }

/* =====================================================================
   Blog details (two-column with right sidebar)
   ===================================================================== */
.article-wrap { padding: 56px 0; }
.post-card { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow-sm); overflow: hidden; }
.post-card .post-hero img { width: 100%; height: clamp(260px, 42vw, 460px); object-fit: cover; display: block; }
.post-body { padding: 34px; direction: rtl; text-align: right; }
.post-body .post-breadcrumb { font-size: .88rem; color: var(--muted); margin-bottom: 14px; }
.post-body .post-breadcrumb a { color: var(--brand-600); }
.post-body h1.post-title { font-size: clamp(1.6rem, 3.2vw, 2.3rem); font-weight: 900; color: var(--ink); line-height: 1.35; margin: 0 0 14px; }
.post-meta-row { display: flex; flex-wrap: wrap; gap: 16px; align-items: center; color: var(--muted); font-size: .9rem; font-weight: 600; padding-bottom: 18px; margin-bottom: 22px; border-bottom: 1px solid var(--line); }
.post-meta-row i { color: var(--brand-600); margin-left: 5px; }

.post-content { color: var(--text); font-size: 1.06rem; line-height: 2; }
.post-content h2 { font-size: 1.5rem; font-weight: 800; color: var(--ink); margin: 32px 0 12px; }
.post-content h3 { font-size: 1.25rem; font-weight: 800; color: var(--ink-700); margin: 26px 0 10px; }
.post-content h4 { font-size: 1.1rem; font-weight: 800; color: var(--ink-700); margin: 22px 0 8px; }
.post-content p { margin: 0 0 18px; }
.post-content ul, .post-content ol { padding-right: 22px; padding-left: 0; margin: 0 0 18px; }
.post-content li { margin-bottom: 8px; }
.post-content img { border-radius: var(--radius-sm); margin: 18px 0; box-shadow: var(--shadow-sm); }
.post-content a { color: var(--brand-600); font-weight: 700; text-decoration: underline; }
.post-content blockquote { border-right: 4px solid var(--brand); background: var(--bg-soft); margin: 18px 0; padding: 14px 20px; border-radius: 0 10px 10px 0; color: var(--ink-700); }

/* tags inside post */
.post-tags { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 26px; padding-top: 22px; border-top: 1px solid var(--line); direction: rtl; }
.post-tags .tg { background: var(--brand-soft); color: var(--ink); border: 1px solid #f0d98a; padding: 7px 14px; border-radius: 999px; font-size: .85rem; font-weight: 700; }
.post-tags .tg:hover { background: var(--brand); }

/* Sidebar */
.sidebar { position: sticky; top: 88px; direction: rtl; }
.widget { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow-sm); padding: 22px; margin-bottom: 24px; }
.widget .widget-title { font-size: 1.12rem; font-weight: 800; color: var(--ink); margin: 0 0 16px; padding-bottom: 12px; border-bottom: 2px solid var(--brand); display: inline-block; }
.recent-item { display: flex; gap: 12px; align-items: center; padding: 12px 0; border-bottom: 1px solid var(--line); }
.recent-item:last-child { border-bottom: 0; padding-bottom: 0; }
.recent-item:first-child { padding-top: 0; }
.recent-item .thumb { flex: 0 0 76px; width: 76px; height: 60px; border-radius: 10px; overflow: hidden; }
.recent-item .thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s ease; }
.recent-item:hover .thumb img { transform: scale(1.08); }
.recent-item .rt { font-size: .94rem; font-weight: 700; color: var(--ink); line-height: 1.5; }
.recent-item:hover .rt { color: var(--brand-600); }
.recent-item .rd { font-size: .78rem; color: var(--muted); margin-top: 3px; }
.widget.cta-widget { background: linear-gradient(135deg, var(--ink), var(--ink-700)); border: 0; color: #fff; text-align: center; direction: rtl; }
.widget.cta-widget .widget-title { color: #fff; border-color: var(--brand); }
.widget.cta-widget p { color: rgba(255,255,255,.85); font-size: .95rem; }

/* =====================================================================
   Contact page
   ===================================================================== */
.contact-card { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow-sm); padding: 26px; height: 100%; }
.contact-line { display: flex; gap: 14px; align-items: flex-start; padding: 14px 0; border-bottom: 1px dashed var(--line); direction: rtl; }
.contact-line:last-child { border-bottom: 0; }
.contact-line .ic { flex: 0 0 46px; width: 46px; height: 46px; border-radius: 12px; background: var(--brand-soft); color: var(--brand-600); display: grid; place-items: center; font-size: 1.25rem; }
.contact-line .tx strong { display: block; color: var(--ink); font-weight: 800; margin-bottom: 2px; }
.contact-line .tx span, .contact-line .tx a { color: var(--muted); }
.contact-line .tx a:hover { color: var(--brand-600); }
.contact-form-card { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow-sm); padding: 30px; direction: rtl; }
.contact-form-card .form-label { font-weight: 700; color: var(--ink); margin-bottom: 6px; }
.contact-form-card .form-control { border-radius: 12px; border: 1px solid var(--line); padding: .75rem 1rem; font-family: var(--ar); }
.contact-form-card .form-control:focus { border-color: var(--brand); box-shadow: 0 0 0 .2rem rgba(254, 185, 0, .2); }
.contact-map { border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-sm); border: 1px solid var(--line); }
.contact-map iframe { display: block; }

/* English (LTR) content blocks override the Arabic RTL defaults */
[dir="ltr"].contact-card, [dir="ltr"].contact-card .contact-line,
[dir="ltr"].contact-form-card, [dir="ltr"].contact-form-card .form-label,
.footer-col [dir="ltr"], .foot-contact[dir="ltr"] { direction: ltr; text-align: left; }

/* =====================================================================
   CTA band (full-width navy)
   ===================================================================== */
.cta-band { background: linear-gradient(135deg, var(--ink) 0%, var(--ink-800) 100%); color: #fff; padding: 60px 0; text-align: center; direction: rtl; position: relative; overflow: hidden; }
.cta-band::before { content: ""; position: absolute; top: -40%; left: -10%; width: 380px; height: 380px; background: radial-gradient(circle, rgba(254,185,0,.18), transparent 70%); }
.cta-band h2 { color: #fff; font-weight: 900; font-size: clamp(1.5rem, 3vw, 2.2rem); margin: 0 0 10px; position: relative; }
.cta-band p { color: rgba(255,255,255,.85); margin: 0 auto 24px; max-width: 620px; position: relative; }
.cta-band .hero-cta { position: relative; }

/* =====================================================================
   Footer (multi-column, navy)
   ===================================================================== */
.footer { background: var(--ink-800); color: #cdd8e4; padding: 0; margin-top: 0; }
.footer .footer-top { padding: 60px 0 30px; }
.footer .footer-col h4 { color: #fff; font-weight: 800; font-size: 1.08rem; margin: 0 0 18px; position: relative; padding-bottom: 10px; }
.footer .footer-col h4::after { content: ""; position: absolute; bottom: 0; right: 0; width: 40px; height: 3px; background: var(--brand); border-radius: 3px; }
.footer .footer-col { direction: rtl; }
.footer .footer-col.en { direction: ltr; text-align: left; }
.footer .footer-col.en h4::after { right: auto; left: 0; }
.footer .footer-col.en .foot-contact p { direction: ltr; }
.footer .footer-col ul { list-style: none; padding: 0; margin: 0; }
.footer .footer-col ul li { margin-bottom: 10px; }
.footer .footer-col ul li a { color: #cdd8e4; font-size: .96rem; display: inline-flex; align-items: center; gap: 8px; }
.footer .footer-col ul li a::before { content: "\f105"; font-family: "Font Awesome 5 Free"; font-weight: 900; color: var(--brand); font-size: .8rem; }
.footer .footer-col ul li a:hover { color: var(--brand); }
.footer .footer-about-text { color: #b9c6d4; font-size: .95rem; line-height: 1.9; }
.footer .footer-logo { height: 70px; width: auto; margin-bottom: 14px; }
.footer .foot-contact { direction: rtl; }
.footer .foot-contact p { color: #cdd8e4; margin: 0 0 10px; display: flex; gap: 10px; align-items: flex-start; }
.footer .foot-contact i { color: var(--brand); margin-top: 4px; }
.footer .foot-social { display: flex; gap: 10px; margin-top: 16px; }
.footer .foot-social a { width: 40px; height: 40px; border-radius: 10px; background: rgba(255,255,255,.08); color: #fff; display: grid; place-items: center; font-size: 1.05rem; transition: all .2s ease; }
.footer .foot-social a:hover { background: var(--brand); color: var(--ink); transform: translateY(-3px); }
.footer .copyright { border-top: 1px solid rgba(255,255,255,.1); padding: 18px 0; margin: 0; }
.footer .copyright p { margin: 0; color: #9fb0c1; font-size: .9rem; }
.footer .copyright .sitename { color: var(--brand); }

/* =====================================================================
   Floating action buttons
   ===================================================================== */
.whatsapp-position .whatsapp { background: #25d366; box-shadow: 0 8px 24px rgba(37, 211, 102, .45); }
.scroll-top { background: var(--brand) !important; color: var(--ink) !important; }

/* =====================================================================
   Responsive
   ===================================================================== */
@media (max-width: 991px) {
    .sec { padding: 56px 0; }
    .sidebar { position: static; margin-top: 32px; }
    .nav_menu ul { gap: 2px; }
}
@media (max-width: 767px) {
    .hero-overlay { padding: 18px; }
    .post-body, .contact-form-card, .lead-block { padding: 22px; }
    .header .logo-bt { height: 58px; }
    .nav-cta { display: none; }
}

/* Respect reduced motion */
@media (prefers-reduced-motion: reduce) {
    * { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}

/* remove preloader white overlay (white flash on navigation) */
#preloader { display: none !important; }
html { scrollbar-gutter: stable; overflow-y: scroll; }
html, body { background: #ffffff; }

/* ---- Navigation: instant & stable (View Transitions removed — they caused
   a "jump/shrink" effect on every click). Preloader is already gone, so there
   is no white flash either. ---- */
