/*
 Theme Name: Etreat Lite
 Theme URI: https://etreat.com.bd/
 Author: Tarikul & ChatGPT
 Author URI: https://etreat.com.bd/
 Description: A lightweight, fast WordPress theme optimized for Elementor. Includes Full Width and Elementor Canvas templates. Minimal CSS, no frameworks.
 Version: 1.0.0
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain: etreat-lite
 Tags: one-column, custom-logo, custom-menu, featured-images, translation-ready
*/
:root{
  --etreat-text:#111;
  --etreat-bg:#fff;
  --etreat-accent:#0ea5e9;
}
/* Basic reset and typography */
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  color:var(--etreat-text);
  background:var(--etreat-bg);
  font-family:system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, Helvetica, Arial, "Apple Color Emoji","Segoe UI Emoji";
  line-height:1.6;
}
.container{max-width:1200px;margin:0 auto;padding:0 20px}
a{color:var(--etreat-accent);text-decoration:none}
a:hover{text-decoration:underline}
header.site-header{border-bottom:1px solid #e5e7eb;background:#fff}
.site-branding{display:flex;align-items:center;gap:12px;padding:14px 0}
.site-title{font-size:1.25rem;margin:0}
nav.primary-menu ul{list-style:none;margin:0;padding:0;display:flex;gap:18px;flex-wrap:wrap}
nav.primary-menu{padding:10px 0}
footer.site-footer{border-top:1px solid #e5e7eb;margin-top:40px}
footer .footer-inner{padding:24px 0;font-size:.95rem;color:#6b7280}
.alignwide{max-width:1400px;margin-left:auto;margin-right:auto}
.alignfull{width:100%;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw)}
/* Elementor compatibility helpers */
.elementor-page .entry-header,
.elementor-page .site-footer,
.elementor-page .site-header{}
/* Images */
img{max-width:100%;height:auto;display:block}
pre,code{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace}
*/