/*
Theme Name: WELFULLTEX B2B Fabric Theme
Theme URI: https://welfulltextile.com
Author: WELFULLTEX
Description: Native WordPress theme for a B2B ready-stock and custom fabric supplier website.
Version: 1.0.0
Text Domain: welfulltex
*/

:root{
  --wtx-primary:#0b7db8;
  --wtx-primary-dark:#075f8c;
  --wtx-navy:#0f172a;
  --wtx-text:#1f2933;
  --wtx-muted:#64748b;
  --wtx-border:#e5e7eb;
  --wtx-light:#f8fafc;
  --wtx-beige:#fbf7ef;
  --wtx-green:#2f7d32;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:Arial, Helvetica, sans-serif;
  color:var(--wtx-text);
  background:#fff;
  line-height:1.6;
}

a{color:inherit}
.wtx-container{width:min(1180px,92%);margin:0 auto}

.wtx-site-header{
  position:sticky;
  top:0;
  z-index:99;
  background:rgba(255,255,255,.96);
  border-bottom:1px solid var(--wtx-border);
  backdrop-filter:blur(10px);
}

.wtx-nav{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:22px;
  min-height:82px;
}

.wtx-brand{
  display:flex;
  align-items:center;
  gap:14px;
  color:var(--wtx-primary-dark);
  text-decoration:none;
}

.wtx-brand img{
  width:150px;
  max-height:72px;
  object-fit:contain;
}

.wtx-brand-name{
  display:flex;
  flex-direction:column;
}

.wtx-brand-name strong{
  color:var(--wtx-primary-dark);
  font-size:24px;
  letter-spacing:1px;
  line-height:1.05;
}

.wtx-brand-name span{
  color:#4b5563;
  font-size:12px;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.wtx-menu{
  display:flex;
  align-items:center;
  gap:4px;
  list-style:none;
  margin:0;
  padding:0;
}

.wtx-menu li{margin:0}
.wtx-menu a{
  display:inline-block;
  padding:10px 13px;
  color:#1f2933;
  text-decoration:none;
  font-size:14px;
  font-weight:700;
  border-radius:999px;
  transition:.2s ease;
}

.wtx-menu a:hover,
.wtx-menu .current-menu-item > a{
  color:var(--wtx-primary);
  background:#eef8fc;
}

.wtx-nav-cta{
  display:inline-block;
  padding:12px 20px;
  border-radius:999px;
  background:var(--wtx-primary);
  color:#fff !important;
  text-decoration:none;
  font-weight:800;
}

.wtx-mobile-toggle{display:none}

.wtx-hero{
  background:
    linear-gradient(120deg, rgba(7,95,140,.96), rgba(11,125,184,.78)),
    radial-gradient(circle at 72% 18%, rgba(167,243,208,.25), transparent 34%),
    linear-gradient(135deg, #f8fafc, #edf7f2);
  color:#fff;
  padding:104px 0 88px;
}

.wtx-hero-inner{
  max-width:860px;
}

.wtx-hero-grid{
  display:grid;
  grid-template-columns:1.15fr .85fr;
  gap:48px;
  align-items:center;
}

.wtx-kicker{
  display:inline-block;
  padding:8px 14px;
  border-radius:999px;
  background:rgba(255,255,255,.15);
  border:1px solid rgba(255,255,255,.25);
  margin-bottom:22px;
  font-size:13px;
  font-weight:800;
  letter-spacing:.06em;
  text-transform:uppercase;
}

.wtx-hero h1{
  margin:0 0 24px;
  color:#fff;
  font-size:clamp(38px,5vw,64px);
  line-height:1.08;
  letter-spacing:-.03em;
}

.wtx-hero p{
  margin:0 0 28px;
  max-width:800px;
  color:#f0f9ff;
  font-size:19px;
}

.wtx-hero-card{
  background:rgba(255,255,255,.14);
  border:1px solid rgba(255,255,255,.25);
  border-radius:28px;
  padding:30px;
  box-shadow:0 20px 45px rgba(0,0,0,.12);
}

.wtx-hero-card h3{color:#fff;margin-top:0;font-size:24px}
.wtx-hero-card ul{margin:0;padding-left:20px;color:#f0f9ff}

.wtx-actions{
  display:flex;
  gap:14px;
  flex-wrap:wrap;
  align-items:center;
}

.wtx-btn{
  display:inline-block;
  padding:13px 22px;
  border-radius:999px;
  background:var(--wtx-primary);
  color:#fff !important;
  text-decoration:none;
  font-weight:800;
  border:2px solid var(--wtx-primary);
  transition:.2s ease;
  line-height:1.2;
}

.wtx-btn:hover{
  background:var(--wtx-primary-dark);
  border-color:var(--wtx-primary-dark);
  transform:translateY(-1px);
}

.wtx-btn-outline{
  background:#fff;
  color:var(--wtx-primary) !important;
  border-color:#fff;
}

.wtx-section{padding:82px 0}
.wtx-light{background:var(--wtx-light)}
.wtx-beige{background:var(--wtx-beige)}

.wtx-title{
  max-width:840px;
  margin:0 auto 46px;
  text-align:center;
}

.wtx-title-left{
  text-align:left;
  margin-left:0;
  margin-right:0;
}

.wtx-title span{
  color:var(--wtx-primary);
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
  font-size:13px;
}

.wtx-title h2{
  font-size:clamp(30px,4vw,44px);
  color:#111827;
  margin:10px 0 16px;
  line-height:1.15;
  letter-spacing:-.02em;
}

.wtx-title p{
  color:#4b5563;
  font-size:17px;
  margin:0 auto;
}

.wtx-grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:28px}
.wtx-grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.wtx-grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}

.wtx-card{
  background:#fff;
  border:1px solid var(--wtx-border);
  border-radius:22px;
  padding:26px;
  box-shadow:0 12px 30px rgba(15,23,42,.06);
  height:100%;
}

.wtx-card h3{margin-top:0;color:#0f172a;font-size:21px;line-height:1.25}
.wtx-card p{color:#4b5563;margin-bottom:0}
.wtx-category{border-left:5px solid var(--wtx-primary)}

.wtx-icon{
  width:48px;
  height:48px;
  border-radius:14px;
  display:grid;
  place-items:center;
  background:#eef8fc;
  color:var(--wtx-primary);
  font-weight:900;
  margin-bottom:16px;
}

.wtx-list{list-style:none;padding:0;margin:0}
.wtx-list li{
  position:relative;
  padding:11px 0 11px 30px;
  border-bottom:1px solid var(--wtx-border);
  color:#374151;
}
.wtx-list li:before{
  content:"✓";
  position:absolute;
  left:0;
  color:var(--wtx-green);
  font-weight:900;
}

.wtx-product{
  padding:0;
  overflow:hidden;
  display:flex;
  flex-direction:column;
}

.wtx-product-img{
  height:190px;
  overflow:hidden;
  background:#f3f4f6;
}

.wtx-product-img img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  transition:transform .35s ease;
}

.wtx-product:hover .wtx-product-img img{transform:scale(1.04)}
.wtx-product-body{padding:24px;display:flex;flex-direction:column;gap:12px;flex:1}
.wtx-product h3{margin:0;font-size:20px}
.wtx-meta{font-size:14px;color:var(--wtx-muted)}
.wtx-tags{display:flex;flex-wrap:wrap;gap:8px;margin:4px 0 8px}
.wtx-tag{
  font-size:12px;
  padding:5px 10px;
  border-radius:999px;
  background:#eaf7ec;
  color:var(--wtx-green);
  font-weight:800;
}

.wtx-filters{
  display:grid;
  grid-template-columns:1.5fr repeat(3,1fr);
  gap:14px;
  margin-bottom:28px;
  padding:18px;
  border:1px solid var(--wtx-border);
  border-radius:22px;
  background:#fff;
}

.wtx-filters input,
.wtx-filters select,
.wtx-form input,
.wtx-form select,
.wtx-form textarea{
  width:100%;
  border:1px solid var(--wtx-border);
  border-radius:14px;
  padding:13px 14px;
  font:inherit;
  background:#fff;
  color:#111827;
}

.wtx-form label{
  display:block;
  font-weight:700;
  color:#111827;
  margin-bottom:7px;
}

.wtx-form .wtx-field{margin-bottom:16px}
.wtx-form textarea{min-height:130px;resize:vertical}

.wtx-table{
  width:100%;
  border-collapse:collapse;
  background:#fff;
  border-radius:18px;
  overflow:hidden;
  border:1px solid var(--wtx-border);
}

.wtx-table td{
  padding:15px 18px;
  border-bottom:1px solid var(--wtx-border);
}

.wtx-table tr:last-child td{border-bottom:0}
.wtx-table td:first-child{
  font-weight:800;
  color:#111827;
  background:#f8fafc;
  width:34%;
}

.wtx-table a{color:var(--wtx-primary);font-weight:800;text-decoration:none}

.wtx-cta{
  background:var(--wtx-navy);
  color:#fff;
  border-radius:28px;
  padding:46px;
  text-align:center;
}

.wtx-cta h2{color:#fff;margin-top:0}
.wtx-cta p{color:#cbd5e1;max-width:780px;margin:0 auto 24px}

.wtx-faq details{
  border:1px solid var(--wtx-border);
  border-radius:18px;
  padding:18px 20px;
  background:#fff;
  margin-bottom:14px;
}
.wtx-faq summary{
  cursor:pointer;
  font-weight:800;
  color:#111827;
}
.wtx-faq p{color:#4b5563;margin-bottom:0}

.wtx-site-footer{
  background:var(--wtx-navy);
  color:#cbd5e1;
  padding:52px 0 28px;
}

.wtx-footer-grid{
  display:grid;
  grid-template-columns:1.35fr 1fr 1fr;
  gap:34px;
}

.wtx-footer-logo{
  width:145px;
  max-height:70px;
  object-fit:contain;
  background:#fff;
  border-radius:12px;
  padding:5px;
  margin-bottom:16px;
}

.wtx-site-footer h3,
.wtx-site-footer h4{color:#fff;margin-top:0}
.wtx-site-footer a{
  color:#cbd5e1;
  text-decoration:none;
  display:block;
  margin:7px 0;
}
.wtx-site-footer a:hover{color:#fff}
.wtx-copyright{
  border-top:1px solid rgba(255,255,255,.14);
  margin-top:36px;
  padding-top:22px;
  text-align:center;
  color:#94a3b8;
  font-size:14px;
}

.wtx-alert{
  border-radius:16px;
  padding:14px 18px;
  margin-bottom:20px;
  background:#ecfdf5;
  color:#166534;
  border:1px solid #bbf7d0;
  font-weight:700;
}

.wtx-mobile-whatsapp{
  display:none;
  position:fixed;
  right:16px;
  bottom:16px;
  z-index:120;
  background:var(--wtx-primary);
  color:#fff!important;
  text-decoration:none;
  border-radius:999px;
  padding:13px 18px;
  box-shadow:0 12px 30px rgba(0,0,0,.22);
  font-weight:900;
}

@media(max-width:980px){
  .wtx-grid-2,.wtx-grid-3,.wtx-grid-4,.wtx-hero-grid,.wtx-footer-grid,.wtx-filters{grid-template-columns:1fr}
  .wtx-menu{display:none}
  .wtx-nav-cta{display:none}
  .wtx-mobile-toggle{display:inline-flex}
  .wtx-brand img{width:126px}
  .wtx-brand-name strong{font-size:20px}
  .wtx-mobile-whatsapp{display:block}
}

@media(max-width:600px){
  .wtx-hero{padding:70px 0}
  .wtx-section{padding:58px 0}
  .wtx-cta{padding:30px 22px}
  .wtx-brand-name{display:none}
}
