/* =========================================================
   GraftexBD Premium — Design System
   ========================================================= */

:root{
	--gfx-primary:#ff6b16;
	--gfx-primary-dark:#e0570a;
	--gfx-primary-light:#fff1e8;
	--gfx-dark:#1a1c22;
	--gfx-dark-2:#24262e;
	--gfx-text:#2b2d33;
	--gfx-text-light:#6b6f7b;
	--gfx-border:#e8e9ee;
	--gfx-grey-bg:#f6f7fa;
	--gfx-white:#ffffff;
	--gfx-blue:#2f6fed;
	--gfx-success:#1fa971;
	--gfx-danger:#e0433c;
	--gfx-radius:14px;
	--gfx-radius-sm:8px;
	--gfx-shadow:0 6px 24px rgba(20,20,30,.08);
	--gfx-shadow-lg:0 16px 48px rgba(20,20,30,.14);
	--gfx-rail-width:64px;
	--gfx-font:'Inter','Hind Siliguri',sans-serif;
	--gfx-font-head:'Poppins','Hind Siliguri',sans-serif;
}

*,*::before,*::after{box-sizing:border-box;}
html{scroll-behavior:smooth;}
/* Accessible focus ring for keyboard users only — invisible to mouse/touch,
   so it doesn't clutter the premium look but still meets a11y needs. */
a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{
	outline:2.5px solid var(--gfx-primary);outline-offset:2px;border-radius:4px;
}
body{
	margin:0;
	overflow-x:hidden;
	font-family:var(--gfx-font);
	color:var(--gfx-text);
	background:var(--gfx-white);
	font-size:15.5px;
	line-height:1.6;
	-webkit-font-smoothing:antialiased;
}
img{max-width:100%;height:auto;display:block;}
a{color:inherit;text-decoration:none;}
ul{margin:0;padding:0;list-style:none;}
h1,h2,h3,h4{font-family:var(--gfx-font-head);font-weight:700;line-height:1.2;margin:0 0 .5em;color:var(--gfx-dark);}
p{margin:0 0 1em;color:var(--gfx-text-light);}
button{font-family:inherit;cursor:pointer;}
input,select,textarea{font-family:inherit;}

.gfx-container{max-width:1280px;margin:0 auto;padding:0 24px;}

/* ---------- Buttons ---------- */
.gfx-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:13px 26px;border-radius:999px;font-weight:600;font-size:14.5px;border:2px solid transparent;transition:.22s cubic-bezier(.4,0,.2,1);white-space:nowrap;}
.gfx-btn-primary{background:var(--gfx-primary);color:#fff;box-shadow:0 8px 20px rgba(255,107,22,.28);}
.gfx-btn-primary:hover{background:var(--gfx-primary-dark);transform:translateY(-2px);box-shadow:0 12px 26px rgba(255,107,22,.36);}
.gfx-btn-outline{border-color:var(--gfx-dark);color:var(--gfx-dark);}
.gfx-btn-outline:hover{background:var(--gfx-dark);color:#fff;}
.gfx-btn-light{background:#fff;color:var(--gfx-primary-dark);}
.gfx-btn-light:hover{background:var(--gfx-primary-light);}
.gfx-btn-outline-light{border-color:rgba(255,255,255,.6);color:#fff;}
.gfx-btn-outline-light:hover{background:rgba(255,255,255,.15);}
.gfx-btn-lg{padding:16px 32px;font-size:15.5px;}
.gfx-btn-block{width:100%;}
.gfx-link-arrow{display:inline-flex;align-items:center;gap:8px;color:var(--gfx-primary-dark);font-weight:600;font-size:14px;}
.gfx-link-arrow i{transition:.2s;}
.gfx-link-arrow:hover i{transform:translateX(4px);}

/* =========================================================
   TOP BAR
   ========================================================= */
.gfx-topbar{background:var(--gfx-dark);color:#c7c9d1;font-size:12.5px;}
.gfx-topbar-inner{display:flex;justify-content:space-between;align-items:center;padding:8px 24px;flex-wrap:wrap;gap:6px;}
.gfx-topbar-left span,.gfx-topbar-right span{margin-right:18px;}
.gfx-topbar-left i,.gfx-topbar-right i{color:var(--gfx-primary);margin-right:5px;}
.gfx-topbar a{color:#e8e9ee;}
.gfx-topbar a:hover{color:var(--gfx-primary);}

/* =========================================================
   HEADER
   ========================================================= */
.gfx-header{background:#fff;box-shadow:0 1px 0 var(--gfx-border);position:sticky;top:0;z-index:200;}
.gfx-header-main{display:flex;align-items:center;gap:28px;padding:16px 24px;}
.gfx-logo-text{font-family:var(--gfx-font-head);font-size:24px;font-weight:800;color:var(--gfx-dark);white-space:nowrap;}
.gfx-logo-mark{color:var(--gfx-primary);}
.gfx-logo-accent{color:var(--gfx-primary);}
.custom-logo{max-height:56px;width:auto;}

.gfx-search{flex:1;display:flex;max-width:640px;border:2px solid var(--gfx-border);border-radius:999px;overflow:hidden;background:var(--gfx-grey-bg);}
.gfx-search input{flex:1;border:0;background:transparent;padding:13px 20px;font-size:14.5px;outline:none;}
.gfx-search button{background:var(--gfx-primary);color:#fff;border:0;width:48px;flex-shrink:0;font-size:16px;}
.gfx-search button:hover{background:var(--gfx-primary-dark);}

.gfx-header-actions{display:flex;align-items:center;gap:10px;margin-left:auto;}
.gfx-header-action{display:flex;align-items:center;gap:10px;padding:8px 14px;border-radius:999px;font-weight:600;font-size:13.5px;white-space:nowrap;}
.gfx-header-action i{font-size:19px;color:var(--gfx-primary);}
.gfx-header-action small{display:block;font-weight:400;color:var(--gfx-text-light);font-size:11px;}
.gfx-header-action:hover{background:var(--gfx-grey-bg);}
.gfx-cart-link{position:relative;}
.gfx-cart-count{position:absolute;top:2px;left:24px;background:var(--gfx-primary);color:#fff;font-size:10px;font-weight:700;border-radius:50%;width:17px;height:17px;display:flex;align-items:center;justify-content:center;}

/* ---------- Nav bar ---------- */
.gfx-navbar{background:var(--gfx-dark);}
.gfx-navbar-inner{display:flex;align-items:stretch;}
.gfx-allcat-btn{background:var(--gfx-primary);color:#fff;border:0;padding:0 22px;font-weight:700;font-size:14px;display:flex;align-items:center;gap:10px;white-space:nowrap;}
.gfx-allcat-btn:hover{background:var(--gfx-primary-dark);}
.gfx-main-menu{display:flex;align-items:stretch;flex-wrap:wrap;}
.gfx-main-menu>li{position:relative;display:flex;align-items:stretch;}
.gfx-main-menu>li>a{display:flex;align-items:center;gap:6px;padding:0 18px;color:#e8e9ee;font-size:13.8px;font-weight:600;}
.gfx-main-menu>li>a:hover{color:var(--gfx-primary);background:rgba(255,255,255,.04);}
.gfx-main-menu>li>a i{font-size:10px;opacity:.7;}

.gfx-dropdown{position:absolute;top:100%;left:0;background:#fff;min-width:240px;box-shadow:var(--gfx-shadow-lg);border-radius:0 0 12px 12px;padding:10px 0;display:grid;grid-template-columns:1fr;opacity:0;visibility:hidden;transform:translateY(8px);transition:.18s ease;z-index:150;}
.gfx-has-dropdown:hover .gfx-dropdown,
.gfx-has-dropdown:focus-within .gfx-dropdown{opacity:1;visibility:visible;transform:translateY(0);}
.gfx-dropdown a{padding:10px 20px;color:var(--gfx-text);font-size:14px;font-weight:500;}
.gfx-dropdown a:hover{background:var(--gfx-primary-light);color:var(--gfx-primary-dark);}

/* =========================================================
   LEFT RAIL (persistent, desktop) — icon-only, tooltip on hover.
   Full names only appear in the drawer after clicking the hamburger.
   ========================================================= */
.gfx-rail{
	position:fixed;left:0;top:0;bottom:0;width:var(--gfx-rail-width);
	background:#ffffff;border-right:1px solid var(--gfx-border);z-index:250;
	display:flex;flex-direction:column;align-items:center;
	padding:18px 0;gap:4px;overflow-y:auto;
}
.gfx-rail-hamburger{
	width:46px;height:46px;border-radius:50%;background:var(--gfx-primary);color:#fff;
	border:0;font-size:17px;display:flex;align-items:center;justify-content:center;
	margin-bottom:12px;flex-shrink:0;transition:.2s;box-shadow:0 6px 16px rgba(255,107,22,.4);
}
.gfx-rail-hamburger:hover{background:var(--gfx-primary-dark);transform:scale(1.06);}
.gfx-rail-item{
	width:100%;padding:12px 4px;display:flex;flex-direction:column;align-items:center;
	color:var(--gfx-text-light);text-align:center;border-radius:10px;margin-bottom:2px;position:relative;
}
.gfx-rail-item i{font-size:19px;flex-shrink:0;}
.gfx-rail-item span{
	/* Icon-only rail: label hidden visually, still readable by screen readers via title/aria-label */
	position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0;
}
.gfx-rail-item:hover{background:var(--gfx-primary-light);color:var(--gfx-primary-dark);}

/* =========================================================
   DRAWER (All Categories mega menu)
   ========================================================= */
.gfx-drawer-overlay{position:fixed;inset:0;background:rgba(15,16,20,.55);z-index:390;opacity:0;visibility:hidden;transition:.25s;}
.gfx-drawer-overlay.is-open{opacity:1;visibility:visible;}
.gfx-drawer{
	position:fixed;top:0;left:0;bottom:0;width:280px;max-width:78vw;background:#ffffff;z-index:400;
	transform:translateX(-105%);transition:transform .3s cubic-bezier(.4,0,.2,1);
	display:flex;flex-direction:column;box-shadow:var(--gfx-shadow-lg);
}
.gfx-drawer.is-open{transform:translateX(0);}
.gfx-drawer-head{display:flex;align-items:center;justify-content:space-between;padding:18px 22px;border-bottom:1px solid var(--gfx-border);flex-shrink:0;}
.gfx-drawer-head button{background:var(--gfx-grey-bg);border:0;width:34px;height:34px;border-radius:50%;font-size:15px;color:var(--gfx-text);}
.gfx-drawer-body{overflow-y:auto;padding:14px 10px 30px;flex:1;}
.gfx-drawer-link{display:flex;align-items:center;gap:12px;padding:13px 16px;border-radius:10px;font-weight:600;font-size:14.5px;color:var(--gfx-text);}
.gfx-drawer-link i{width:20px;text-align:center;color:var(--gfx-primary);}
.gfx-drawer-link:hover{background:var(--gfx-primary-light);color:var(--gfx-primary-dark);}
.gfx-drawer-home{margin-bottom:6px;}
.gfx-drawer-divider{height:1px;background:var(--gfx-border);margin:10px 12px;}

.gfx-drawer-accordion{margin-bottom:2px;}
.gfx-drawer-acc-head{width:100%;display:flex;align-items:center;gap:12px;background:transparent;border:0;padding:13px 16px;border-radius:10px;font-weight:700;font-size:14.5px;color:var(--gfx-text);}
.gfx-drawer-acc-head i:first-child{width:20px;text-align:center;color:var(--gfx-primary);}
.gfx-acc-caret{margin-left:auto;font-size:11px;transition:.2s;}
.gfx-drawer-acc-head:hover{background:var(--gfx-grey-bg);}
.gfx-drawer-accordion.is-open .gfx-acc-caret{transform:rotate(180deg);}
.gfx-drawer-acc-body{max-height:0;overflow:hidden;transition:max-height .25s ease;padding-left:12px;}
.gfx-drawer-accordion.is-open .gfx-drawer-acc-body{max-height:900px;}
.gfx-drawer-acc-body a{display:block;padding:10px 16px 10px 40px;font-size:13.8px;color:var(--gfx-text-light);border-radius:8px;}
.gfx-drawer-acc-body a:hover{background:var(--gfx-primary-light);color:var(--gfx-primary-dark);}

/* =========================================================
   LAYOUT: shift page content right of the rail on desktop

   NOTE on the 980px breakpoint (not the more obvious 1024px):
   Android Chrome's "Request Desktop Site" mode ignores the page's own
   <meta name="viewport"> tag entirely and always forces a virtual
   viewport of min-width:980px — it does not go up to 1024px, and no JS
   can override this. If our desktop/mobile switch sat at 1024/1025px,
   Chrome's desktop-site mode (980px) would still match the *mobile*
   media queries, producing a half-mobile/half-desktop layout. Keeping
   the switch at 979/980px means Chrome's forced desktop-site viewport
   reliably gets the real desktop layout. Do not raise this back to
   1024/1025 — that reintroduces the bug on Android "Desktop site" mode.
   ========================================================= */
@media (min-width:980px){
	body{padding-left:var(--gfx-rail-width);}
	.gfx-navbar{display:none;} /* rail + drawer replace the extra nav row on desktop */
	.gfx-header-main{padding-top:20px;padding-bottom:20px;}
}
@media (max-width:979px){
	.gfx-rail{display:none;}
}

/* =========================================================
   HERO
   ========================================================= */
.gfx-hero{background:linear-gradient(135deg,#fff7f2 0%,#fff 55%);padding:64px 0;overflow:hidden;}
.gfx-hero-inner{display:grid;grid-template-columns:1.1fr .9fr;gap:48px;align-items:center;}
.gfx-eyebrow{display:inline-flex;align-items:center;gap:8px;background:var(--gfx-primary-light);color:var(--gfx-primary-dark);font-weight:700;font-size:12.5px;padding:8px 16px;border-radius:999px;margin-bottom:18px;}
.gfx-hero-copy h1{font-size:42px;margin-bottom:20px;}
.gfx-hero-copy h1 span{color:var(--gfx-primary);}
.gfx-hero-copy p{font-size:16px;max-width:520px;margin-bottom:28px;}
.gfx-hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin-bottom:36px;}
.gfx-hero-trust{display:flex;gap:34px;}
.gfx-hero-trust strong{display:block;font-family:var(--gfx-font-head);font-size:24px;color:var(--gfx-dark);}
.gfx-hero-trust span{display:block;font-size:12.5px;color:var(--gfx-text-light);}

.gfx-hero-art{position:relative;height:420px;}
.gfx-hero-glow{position:absolute;inset:10%;background:radial-gradient(circle,rgba(255,107,22,.25),transparent 70%);border-radius:50%;filter:blur(10px);}
.gfx-hero-card{position:absolute;background:#fff;border-radius:var(--gfx-radius);box-shadow:var(--gfx-shadow-lg);padding:20px 26px;display:flex;flex-direction:column;align-items:center;gap:10px;font-weight:700;font-size:13px;color:var(--gfx-dark);animation:gfxFloat 5s ease-in-out infinite;}
.gfx-hero-card i{font-size:30px;color:var(--gfx-primary);}
.gfx-hero-card-1{top:6%;left:8%;}
.gfx-hero-card-2{top:42%;right:2%;animation-delay:1.2s;}
.gfx-hero-card-3{bottom:6%;left:22%;animation-delay:2.4s;}
@keyframes gfxFloat{0%,100%{transform:translateY(0);}50%{transform:translateY(-14px);}}

/* =========================================================
   SECTIONS (generic)
   ========================================================= */
.gfx-section{padding:64px 0;}
.gfx-section-grey{background:var(--gfx-grey-bg);}
.gfx-section-dark{background:var(--gfx-dark);}
.gfx-section-dark p{color:#9296a3;}
.gfx-section-head{text-align:center;max-width:560px;margin:0 auto 40px;}
.gfx-section-head h2{font-size:30px;letter-spacing:-.3px;}
.gfx-section-head p{font-size:14.5px;}
.gfx-section-head-light h2{color:#fff;}
.gfx-section-head-row{display:flex;justify-content:space-between;align-items:flex-end;text-align:left;max-width:none;margin-bottom:30px;}
.gfx-section-head-row p{margin:0;}

/* Category grid */
/* Category row: single line on every screen size — swipe on touch devices,
   arrow buttons on desktop (mouse). */
.gfx-cat-slider{position:relative;}
.gfx-cat-grid{
	display:flex;flex-wrap:nowrap;gap:16px;overflow-x:auto;scroll-behavior:smooth;
	scroll-snap-type:x proximity;padding-bottom:6px;
	-ms-overflow-style:none;scrollbar-width:none;
}
.gfx-cat-grid::-webkit-scrollbar{display:none;}
.gfx-cat-card{
	flex:0 0 148px;scroll-snap-align:start;
	background:#fff;border:1px solid var(--gfx-border);border-radius:var(--gfx-radius);padding:22px 12px;text-align:center;transition:.2s;
}
.gfx-cat-card:hover{border-color:var(--gfx-primary);box-shadow:var(--gfx-shadow);transform:translateY(-4px);}
.gfx-cat-card-icon{width:52px;height:52px;border-radius:16px;background:var(--gfx-primary-light);color:var(--gfx-primary);display:flex;align-items:center;justify-content:center;font-size:20px;margin:0 auto 12px;transition:.22s cubic-bezier(.4,0,.2,1);}
.gfx-cat-card:hover .gfx-cat-card-icon{background:var(--gfx-primary);color:#fff;transform:scale(1.06);}
.gfx-cat-card span{font-weight:600;font-size:13px;color:var(--gfx-dark);display:block;}
.gfx-cat-nav{
	position:absolute;top:50%;transform:translateY(-50%);width:40px;height:40px;border-radius:50%;
	background:#fff;border:1.5px solid var(--gfx-border);color:var(--gfx-dark);box-shadow:var(--gfx-shadow);
	display:flex;align-items:center;justify-content:center;z-index:5;font-size:14px;
}
.gfx-cat-nav:hover{background:var(--gfx-primary);color:#fff;border-color:var(--gfx-primary);}
.gfx-cat-nav-prev{left:-20px;}
.gfx-cat-nav-next{right:-20px;}
/* Mobile/tablet: rely on natural touch swipe, hide the click arrows */
@media (max-width:979px){
	.gfx-cat-nav{display:none;}
	.gfx-cat-card{flex-basis:128px;}
}

/* Services grid */
.gfx-services-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;}
.gfx-service-card{background:var(--gfx-dark-2);border-radius:var(--gfx-radius);padding:30px 24px;position:relative;transition:.2s;}
.gfx-service-card:hover{background:var(--gfx-primary);transform:translateY(-4px);}
.gfx-service-icon{width:52px;height:52px;border-radius:14px;background:rgba(255,107,22,.15);color:var(--gfx-primary);display:flex;align-items:center;justify-content:center;font-size:21px;margin-bottom:18px;}
.gfx-service-card:hover .gfx-service-icon{background:rgba(255,255,255,.2);color:#fff;}
.gfx-service-card h3{color:#fff;font-size:16px;margin:0;}
.gfx-service-arrow{position:absolute;top:26px;right:22px;color:#6b6f7b;}
.gfx-service-card:hover .gfx-service-arrow{color:#fff;}

/* Bulk CTA */
.gfx-bulk-cta{background:var(--gfx-primary);padding:44px 0;}
.gfx-bulk-cta-inner{display:flex;align-items:center;gap:28px;}
.gfx-bulk-cta-icon{width:70px;height:70px;border-radius:18px;background:rgba(255,255,255,.18);color:#fff;font-size:28px;display:flex;align-items:center;justify-content:center;flex-shrink:0;}
.gfx-bulk-cta-copy{flex:1;}
.gfx-bulk-cta-copy h2,.gfx-bulk-cta-copy p{color:#fff;}
.gfx-bulk-cta-copy p{opacity:.92;margin:0;}

/* Action cards */
.gfx-action-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;}
.gfx-action-card{background:#fff;border:1px solid var(--gfx-border);border-radius:var(--gfx-radius);padding:28px 22px;transition:.22s cubic-bezier(.4,0,.2,1);}
.gfx-action-card:hover{box-shadow:var(--gfx-shadow-lg);border-color:var(--gfx-primary);transform:translateY(-4px);}
.gfx-action-card:hover i{transform:scale(1.08);}
.gfx-action-card i{transition:.22s cubic-bezier(.4,0,.2,1);}
.gfx-action-card i{font-size:26px;color:var(--gfx-primary);margin-bottom:14px;}
.gfx-action-card h3{font-size:16px;margin-bottom:6px;}
.gfx-action-card p{font-size:13.2px;margin:0;}

/* Partner cards */
.gfx-partner-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px;}
.gfx-partner-card{background:#fff;border-radius:var(--gfx-radius);padding:36px;text-align:center;box-shadow:var(--gfx-shadow);}
.gfx-partner-card i{font-size:34px;color:var(--gfx-primary);margin-bottom:16px;}

/* Contact strip */
.gfx-contact-strip-inner{display:flex;align-items:center;justify-content:space-between;gap:24px;background:var(--gfx-dark);border-radius:var(--gfx-radius);padding:42px 46px;}
.gfx-contact-strip-inner h2,.gfx-contact-strip-inner p{color:#fff;}
.gfx-contact-strip-inner p{margin:0;}

/* =========================================================
   FOOTER
   ========================================================= */
.gfx-footer{background:var(--gfx-dark-2);color:#c7c9d1;margin-top:0;}
.gfx-footer-cta{background:var(--gfx-primary);}
.gfx-footer-cta-inner{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:30px 0;flex-wrap:wrap;}
.gfx-footer-cta-inner h3{color:#fff;margin-bottom:4px;font-size:19px;}
.gfx-footer-cta-inner p{color:rgba(255,255,255,.9);margin:0;}
.gfx-footer-cta-actions{display:flex;gap:12px;flex-wrap:wrap;}
.gfx-footer-grid{display:grid;grid-template-columns:1.6fr 1fr 1fr 1fr 1.2fr;gap:30px;padding:54px 24px 36px;}
.gfx-footer-col h4{color:#fff;font-size:15px;margin-bottom:18px;}
.gfx-footer-col ul li{margin-bottom:11px;}
.gfx-footer-col a{font-size:13.6px;color:#c7c9d1;}
.gfx-footer-col a:hover{color:var(--gfx-primary);}
.gfx-footer-about p{font-size:13.6px;color:#9296a3;margin:14px 0 20px;}
.gfx-footer-logo{color:#fff;display:block;margin-bottom:4px;}
.gfx-footer-social{display:flex;flex-wrap:wrap;gap:10px;}
.gfx-footer-social a{width:36px;height:36px;border-radius:50%;background:rgba(255,255,255,.08);display:flex;align-items:center;justify-content:center;}
.gfx-footer-social a:hover{background:var(--gfx-primary);color:#fff;}
.gfx-footer-contact li{display:flex;align-items:flex-start;gap:10px;font-size:13.6px;color:#c7c9d1;}
.gfx-footer-contact i{color:var(--gfx-primary);margin-top:3px;}
.gfx-footer-bottom{border-top:1px solid rgba(255,255,255,.08);}
.gfx-footer-bottom-inner{display:flex;justify-content:space-between;padding:18px 24px;font-size:12.5px;color:#8b8f9c;flex-wrap:wrap;gap:6px;}
.gfx-footer-bottom-inner i{color:var(--gfx-primary);}

.gfx-whatsapp-float{position:fixed;right:22px;bottom:22px;width:58px;height:58px;border-radius:50%;background:#25d366;color:#fff;display:flex;align-items:center;justify-content:center;font-size:27px;box-shadow:0 8px 24px rgba(37,211,102,.45);z-index:300;}
.gfx-whatsapp-float:hover{transform:scale(1.08);}

/* =========================================================
   FORM PAGES (Upload Design / Get a Quote / Track Order / Agent / Franchise / Contact)
   ========================================================= */
.gfx-page-hero{background:var(--gfx-dark);padding:52px 0;text-align:center;}
.gfx-page-hero h1{color:#fff;font-size:30px;margin-bottom:8px;}
.gfx-page-hero p{color:#9296a3;margin:0;}
.gfx-page-hero-partner{background:linear-gradient(120deg,var(--gfx-dark) 0%,#3a2213 100%);}

.gfx-form-page{display:grid;grid-template-columns:1.6fr 1fr;gap:32px;padding:52px 0 70px;align-items:start;}
.gfx-form-wrap{background:#fff;border:1px solid var(--gfx-border);border-radius:var(--gfx-radius);padding:34px;box-shadow:var(--gfx-shadow);}
.gfx-form{display:flex;flex-direction:column;gap:18px;}
.gfx-form-row{display:grid;grid-template-columns:1fr 1fr;gap:18px;}
.gfx-form label{display:flex;flex-direction:column;gap:8px;font-size:13.5px;font-weight:600;color:var(--gfx-dark);}
.gfx-form input,.gfx-form select,.gfx-form textarea{border:1.5px solid var(--gfx-border);border-radius:var(--gfx-radius-sm);padding:12px 14px;font-size:14px;font-weight:400;color:var(--gfx-text);outline:none;transition:.15s;}
.gfx-form input:focus,.gfx-form select:focus,.gfx-form textarea:focus{border-color:var(--gfx-primary);}
.gfx-form-success{background:#e9f9f1;color:var(--gfx-success);border:1px solid #bdeed7;padding:14px 18px;border-radius:var(--gfx-radius-sm);margin-bottom:20px;font-weight:600;font-size:14px;}
.gfx-form-side h3{font-size:17px;}
.gfx-checklist li{display:flex;gap:10px;align-items:flex-start;margin-bottom:13px;font-size:13.8px;color:var(--gfx-text-light);}
.gfx-checklist i{color:var(--gfx-success);margin-top:3px;}
.gfx-checklist a{color:var(--gfx-primary-dark);font-weight:600;}

.gfx-track-result{margin-top:22px;padding:20px;border-radius:var(--gfx-radius-sm);background:var(--gfx-grey-bg);}
.gfx-track-status strong{color:var(--gfx-primary-dark);}
.gfx-track-notfound{background:#fdecea;color:var(--gfx-danger);}
.gfx-track-notfound a{color:var(--gfx-danger);font-weight:700;text-decoration:underline;}

.gfx-services-detail-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;margin-top:20px;}
.gfx-service-detail-card{background:#fff;border:1px solid var(--gfx-border);border-radius:var(--gfx-radius);padding:28px;scroll-margin-top:110px;}
.gfx-service-detail-card h2{font-size:18px;}
.gfx-services-page{padding:50px 0;}

/* Basic page/post */
.gfx-basic-page{padding:50px 0;}
.gfx-page-title{font-size:28px;}
.gfx-post-thumb{margin-bottom:24px;border-radius:var(--gfx-radius);overflow:hidden;}

/* =========================================================
   RESPONSIVE
   ========================================================= */
@media (max-width:979px){
	.gfx-header-main{flex-wrap:wrap;}
	.gfx-search{order:3;flex-basis:100%;max-width:none;}
	.gfx-navbar{display:block;}
	.gfx-main-menu{display:none;} /* mobile uses drawer instead of inline dropdown menu */
	.gfx-navbar-inner{justify-content:flex-start;}
	.gfx-hero-inner{grid-template-columns:1fr;}
	.gfx-hero-art{height:280px;order:-1;}

	.gfx-services-grid{grid-template-columns:repeat(2,1fr);}
	.gfx-action-grid{grid-template-columns:repeat(2,1fr);}
	.gfx-footer-grid{grid-template-columns:1fr 1fr;}
	.gfx-form-page{grid-template-columns:1fr;}
	.gfx-services-detail-grid{grid-template-columns:1fr;}

	/* Mobile optimization: inputs under 16px make iOS Safari auto-zoom
	   the page on focus. Bump to 16px on mobile/tablet only — desktop
	   sizing above is untouched. */
	.gfx-search input,
	.gfx-form input,
	.gfx-form select,
	.gfx-form textarea{font-size:16px;}

	/* Mobile optimization: comfortable ~44px tap targets for icon-only
	   controls that are cramped on touch screens. */
	.gfx-allcat-btn{min-height:48px;}
	.gfx-header-action{min-width:44px;min-height:44px;}
}

@media (max-width:979px){
	/* Drawer quick-links (Upload Design, Get a Quote, Track Order, Agent,
	   Franchise, Contact): compact 2-column icon grid on mobile/tablet
	   instead of one long vertical list. */
	.gfx-drawer-quicklinks{
		display:grid;grid-template-columns:1fr 1fr;gap:10px;
	}
	.gfx-drawer-quicklinks .gfx-drawer-link{
		flex-direction:column;gap:8px;text-align:center;padding:16px 8px;
		background:var(--gfx-grey-bg);border-radius:12px;font-size:12.5px;
	}
	.gfx-drawer-quicklinks .gfx-drawer-link i{font-size:19px;width:auto;}
}

@media (max-width:680px){
	.gfx-topbar-left{display:none;}
	.gfx-topbar-inner{justify-content:center;}
	.gfx-header-main{gap:14px;padding:14px 16px;}
	.gfx-header-action span{display:none;}
	.gfx-header-action{padding:10px;}
	.gfx-navbar-inner{padding:0 16px;}
	.gfx-container{padding:0 16px;}
	.gfx-hero{padding:40px 0;}
	.gfx-hero-copy h1{font-size:28px;}
	.gfx-hero-trust{gap:20px;flex-wrap:wrap;}
	.gfx-hero-art{height:220px;}
	.gfx-hero-card{padding:14px 18px;font-size:12px;}
	.gfx-hero-card i{font-size:24px;}

	.gfx-services-grid{grid-template-columns:1fr;}
	.gfx-action-grid{grid-template-columns:1fr;}
	.gfx-partner-grid{grid-template-columns:1fr;}
	/* Mobile-only footer layout: PC/tablet keep the original 5-separate-
	   column footer above (unchanged). Only below 680px does it become a
	   plain 2-column (2x2-style) grid — About is no longer full-width,
	   it just sits in the grid like every other column, flowing in
	   normal HTML order: (About, Products) / (Services, Quick Links) /
	   (Contact alone on the last row). No HTML change needed. */
	.gfx-footer-grid{
		grid-template-columns:1fr 1fr;gap:22px 16px;padding:40px 16px 24px;
	}
	.gfx-footer-cta-inner{flex-direction:column;text-align:center;}
	.gfx-bulk-cta-inner{flex-direction:column;text-align:center;}
	.gfx-contact-strip-inner{flex-direction:column;text-align:center;}
	.gfx-form-row{grid-template-columns:1fr;}
	.gfx-section{padding:44px 0;}
	.gfx-section-head-row{flex-direction:column;align-items:flex-start;gap:10px;}
	.gfx-drawer{width:260px;max-width:80vw;}
}
