/*
Theme Name: Resbuild Blog (HTML Match v4 (Embedded Header))
Theme URI: https://resbuild.co.in/
Author: Resbuild India
Description: WordPress blog theme converted from Resbuild HTML blog page (v2 header + newsletter). Install under /blog while the main website remains static HTML at the root.
Version: 1.3.2
License: GPLv2 or later
Text Domain: resbuild-blog
*/

:root{
  --brandBlue:#1e5fa8;
  --brandBlueDark:#15467d;
}

body{scroll-behavior:smooth;}
.reveal{opacity:0; transform:translateY(30px); transition:all 1s ease-out;}
.reveal.active{opacity:1; transform:translateY(0);}
.reveal-delay-1{transition-delay:0.1s;}
.reveal-delay-2{transition-delay:0.3s;}
.img-wrapper{overflow:hidden; position:relative;}
.img-wrapper img{transition:transform 1.5s cubic-bezier(0.2,1,0.3,1); transform:scale(1.1);}
.reveal.active .img-wrapper img{transform:scale(1);}

.article-content h1,.article-content h2,.article-content h3{font-family:'Playfair Display',serif; color:#111827;}
.article-content p{line-height:1.9; margin:0 0 1rem 0; color:#374151;}
.article-content ul{margin:0 0 1rem 1.25rem; list-style:disc;}
.article-content ol{margin:0 0 1rem 1.25rem; list-style:decimal;}
.article-content a{color:var(--brandBlue); text-decoration:underline;}
.article-content blockquote{border-left:4px solid rgba(30,95,168,.25); padding-left:1rem; color:#374151; font-style:italic; margin:1.25rem 0;}

.hidden{display:none !important;}
