/*
Theme Name: Textilery
Description: Textilery is a modern and clean Gutenverse theme for Textile & Garment Industry, Textile Business, Textile Manufacturing, Clothing Company, Fabric Factory, and any related manufacturing business. Textilery is the ideal platform for creating a professional, visually striking website that communicates reliability, expertise, and inspires trust in your services.
Author: Jegtheme
Author URI: https://support.jegtheme.com/
Theme URI: https://fse.jegtheme.com/textilery/
Version: 1.0.2
Stable tag: 1.0.2
Requires at least: 6.2
Tested up to: 6.6
Requires PHP: 7.4
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: textilery
Tags: block-patterns,custom-logo,custom-menu,editor-style,featured-images,full-site-editing
Copyright: © Jegtheme. All rights reserved.
*/

:root{
    
}
.editor-styles-wrapper .block-editor-block-list__layout.is-root-container > .block-library-block__reusable-block-container {
    max-width: 100%;
}
/* ===== Theme Variables (Switch by changing data-theme on <html>) ===== */
html{
  --bg:#ffffff;
  --text:#0f172a;
  --muted:#64748b;
  --line:#e5e7eb;
  --soft:#fff7ed;          /* warm soft bg */

  /* Default = VAMANI (Classic) */
  --brand:#c6392d;         /* VAMANI Red */
  --brandDark:#7d281d;     /* Deep Red */
  --accent:#d1a462;        /* VAMANI Gold */
  --ink:#0b2b43;           /* Navy support */
}

/* ===== Theme Presets (VAMANI logo-based) ===== */

/* 1) Classic: Red primary + Gold accent */
html[data-theme="vamani-classic"]{
  --bg:#ffffff;
  --soft:#fff7ed;
  --brand:#c6392d;
  --brandDark:#7d281d;
  --accent:#d1a462;
  --ink:#0b2b43;
}

/* 2) Corporate: Navy primary + Red accent (logo red pops) */
html[data-theme="vamani-corporate"]{
  --bg:#ffffff;
  --soft:#f8fafc;
  --brand:#0b2b43;         /* Navy buttons/header actions */
  --brandDark:#04131e;     /* Deeper navy hover */
  --accent:#c6392d;        /* Red highlight */
  --ink:#0b2b43;
}

/* 3) Minimal: Charcoal + Red accent (modern look) */
html[data-theme="vamani-modern"]{
  --bg:#ffffff;
  --soft:#f8fafc;
  --brand:#111827;         /* Charcoal */
  --brandDark:#0b1220;
  --accent:#c6392d;        /* VAMANI Red */
  --ink:#111827;
}

/* ===== Apply to Textilery/Gutenverse parts ===== */
body{ background:var(--bg)!important; color:var(--text)!important; }
a{ color:var(--brand)!important; }
a:hover{ color:var(--accent)!important; }

/* Buttons */
.guten-button, .wp-element-button, .wp-block-button__link,
button, input[type="submit"]{
  background:var(--brand)!important;
  color:#fff!important;
  border-color:var(--brand)!important;
}
.guten-button:hover, .wp-element-button:hover, .wp-block-button__link:hover,
button:hover, input[type="submit"]:hover{
  background:var(--brandDark)!important;
  border-color:var(--brandDark)!important;
}

/* Accent text (hero highlight etc.) */
.has-accent-color,
.guten-text-color-accent,
.guten-highlight,
.guten-heading .accent,
.guten-hero .accent{
  color:var(--accent)!important;
}

/* Icon circles / accent blocks */
.bg-style-color,
.guten-icon-box .icon.bg-style-color,
.guten-icon-box .icon{
  /* background:var(--brand)!important; */
}
.icon-style-color,
.guten-icon-box .icon i{ color:#fff!important; }

/* Highlighted text / badges */
.guten-text-highlight, mark{
  background:var(--soft)!important;
  color:var(--text)!important;
  padding:0 .35em!important;
  border-radius:.35em!important;
}

/* Progress bars */
.guten-progress-bar .skill-bar{ background:var(--line)!important; }
.guten-progress-bar .skill-track{ background:var(--brand)!important; }

/* Subtle borders */
.guten-divider-line, .guten-overlay{
  border-color:var(--line)!important;
}

/* WordPress preset helpers (often used by block themes) */
.has-primary-color{ color:var(--brand)!important; }
.has-primary-background-color{ background-color:var(--brand)!important; }
.has-secondary-color{ color:var(--accent)!important; }
.has-secondary-background-color{ background-color:var(--accent)!important; }
