:root{
  --dark-gray:#2f3136;
  --gray:#6b7280;
  --light-gray:#f4f5f7;
  --orange:#c75b12;
  --dark-orange:#a94708;
  --white:#ffffff;
  --black:#111827;
  --border:#e5e7eb;
  --shadow:0 12px 30px rgba(0,0,0,.10);
}
*{box-sizing:border-box;margin:0;padding:0}
body{font-family:Arial,Helvetica,sans-serif;color:var(--black);background:#fff;line-height:1.6}
a{text-decoration:none;color:inherit}
img{max-width:100%;display:block}
.container{width:min(1180px,92%);margin:auto}
.topbar{background:var(--dark-gray);color:#fff;padding:14px 0;position:sticky;top:0;z-index:1000;box-shadow:0 3px 14px rgba(0,0,0,.18)}
.nav{display:flex;align-items:center;justify-content:space-between;gap:24px}
.logo-wrap{display:flex;align-items:center;gap:12px;font-weight:700;letter-spacing:.4px}.logo{height:54px;width:150px;object-fit:contain;background:#fff;border-radius:6px;padding:5px}.logo-text{font-size:20px;color:#fff}.logo-text span{color:var(--orange)}
.menu{display:flex;align-items:center;gap:6px;list-style:none}.menu>li{position:relative}.menu a,.menu button{font:inherit;background:none;border:0;color:#fff;padding:12px 13px;cursor:pointer;border-radius:4px}.menu a:hover,.menu button:hover{background:rgba(255,255,255,.08);color:#ffb27a}.dropdown-content{display:none;position:absolute;top:100%;left:0;background:#fff;min-width:230px;border-radius:6px;box-shadow:var(--shadow);overflow:hidden}.dropdown-content a{display:block;color:var(--black);padding:12px 16px;border-bottom:1px solid var(--border)}.dropdown-content a:hover{background:#fff3eb;color:var(--orange)}.dropdown:hover .dropdown-content{display:block}.rfq-nav{background:var(--orange)!important;color:#fff!important}.rfq-nav:hover{background:var(--dark-orange)!important;color:#fff!important}
.mobile-toggle{display:none;color:#fff;background:none;border:0;font-size:28px}
.hero{background:linear-gradient(120deg,#fff 0%,#f8f8f8 50%,#fff2e7 100%);padding:70px 0}.hero-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:34px;align-items:center}.eyebrow{color:var(--orange);font-weight:700;text-transform:uppercase;font-size:13px;letter-spacing:1px}.hero h1{font-size:46px;line-height:1.12;margin:14px 0;color:#1f2937}.hero p{font-size:18px;color:#374151;margin-bottom:24px}.btn{display:inline-block;background:var(--orange);color:#fff;padding:12px 20px;border-radius:5px;font-weight:700;border:0;cursor:pointer}.btn:hover{background:var(--dark-orange)}.btn.outline{background:#fff;color:var(--orange);border:1px solid var(--orange);margin-left:10px}.hero-card{background:#fff;border:1px solid var(--border);border-radius:14px;padding:18px;box-shadow:var(--shadow)}
.slider{position:relative;overflow:hidden;border-radius:20px}.slides{display:flex;transition:transform .6s ease}.slide{min-width:100%;position:relative;background:#222;min-height:360px}.slide-bg{width:100%;height:360px;object-fit:fill;opacity:.42}.slide-content{position:absolute;inset:0;padding:34px;display:flex;flex-direction:column;justify-content:center;color:#fff;background:linear-gradient(90deg,rgba(47,49,54,.82),rgba(47,49,54,.15))}.brand-logo{width:160px;height:70px;object-fit:contain;background:#fff;border-radius:8px;padding:10px;margin-bottom:16px}.slide h2{font-size:32px;margin-bottom:8px}.slide p{max-width:590px}.slider-controls{position:absolute;bottom:18px;right:18px;display:flex;gap:8px}.slider-controls button{background:#fff;color:var(--orange);border:0;border-radius:50%;width:38px;height:38px;font-size:20px;cursor:pointer}
.section{padding:64px 0}.section.gray{background:var(--light-gray)}.section-title{text-align:center;margin-bottom:34px}.section-title h2{font-size:34px;color:#1f2937}.section-title p{color:#4b5563;max-width:760px;margin:8px auto 0}.grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}.card{background:#fff;border:1px solid var(--border);border-radius:12px;padding:20px;box-shadow:0 5px 20px rgba(0,0,0,.04)}.card-img{height:160px;width:100%;object-fit:fill;border-radius:8px;background:#eee;margin-bottom:16px}.card h3{color:#1f2937;margin-bottom:8px}.card p{color:#4b5563;font-size:15px}.brand-card{text-align:center}.brand-card img{height:85px;width:160px;object-fit:fill;margin:0 auto 16px;background:#fff;border:1px solid var(--border);border-radius:8px;padding:10px}.brand-card a{color:var(--orange);font-weight:700;display:inline-block;margin-top:10px}
.page-header{background:linear-gradient(120deg,var(--dark-gray),#41444b);color:#fff;padding:58px 0}.page-header h1{font-size:40px}.breadcrumb{color:#ffd0aa;margin-top:8px}.two-col{display:grid;grid-template-columns:1fr 1fr;gap:34px;align-items:start}.info-box{background:#fff;border-left:5px solid var(--orange);padding:22px;box-shadow:var(--shadow);border-radius:8px}.list{padding-left:18px;margin-top:10px}.list li{margin:8px 0}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:28px}.map-placeholder{height:330px;border:2px dashed #bbb;border-radius:10px;display:flex;align-items:center;justify-content:center;color:#6b7280;background:#fafafa;text-align:center;padding:20px}
.form-row{display:grid;grid-template-columns:1fr 1fr;gap:14px}.form-control{width:100%;padding:12px 13px;border:1px solid #d1d5db;border-radius:6px;margin-bottom:14px;font:inherit}.textarea{min-height:120px;resize:vertical}.modal{display:none;position:fixed;inset:0;background:rgba(0,0,0,.62);z-index:2000;align-items:center;justify-content:center;padding:20px}.modal.show{display:flex}.modal-box{background:#fff;border-radius:12px;max-width:760px;width:100%;max-height:92vh;overflow:auto;padding:26px;position:relative}.close-modal{position:absolute;right:18px;top:12px;background:none;border:0;font-size:32px;cursor:pointer;color:#555}.modal h2{color:#1f2937;margin-bottom:8px}.footer{background:var(--dark-gray);color:#fff;padding:42px 0 18px}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:28px}.footer h3{color:#fff;margin-bottom:12px}.footer p,.footer a{color:#d1d5db}.footer a{display:block;margin:6px 0}.copyright{text-align:center;border-top:1px solid rgba(255,255,255,.15);margin-top:28px;padding-top:16px;color:#d1d5db;font-size:14px}
@media(max-width:900px){.mobile-toggle{display:block}.menu{display:none;position:absolute;top:82px;left:0;right:0;background:var(--dark-gray);flex-direction:column;align-items:stretch;padding:12px}.menu.show{display:flex}.dropdown-content{position:static;display:none}.dropdown.open .dropdown-content{display:block}.hero-grid,.two-col,.contact-grid{grid-template-columns:1fr}.grid{grid-template-columns:repeat(2,1fr)}.hero h1{font-size:36px}.footer-grid{grid-template-columns:1fr}}
@media(max-width:560px){.grid,.form-row{grid-template-columns:1fr}.logo{width:120px}.hero h1{font-size:30px}.section-title h2{font-size:28px}.slide-content{padding:22px}.slide h2{font-size:26px}}

/* RFQ popup multiple line item styles */
.rfq-modal-box{max-width:980px}.rfq-lines-title{margin:12px 0;color:#1f2937}.rfq-table-wrap{overflow-x:auto;margin-bottom:12px}.rfq-table{width:100%;border-collapse:collapse;min-width:780px}.rfq-table th{background:var(--dark-gray);color:#fff;text-align:left;padding:10px;font-size:14px}.rfq-table td{border:1px solid var(--border);padding:8px;background:#fff}.rfq-table .form-control{margin-bottom:0}.remove-line{width:34px;height:34px;border:0;border-radius:4px;background:#fee2e2;color:#991b1b;font-size:22px;line-height:1;cursor:pointer}.remove-line:hover{background:#fecaca}.add-line{margin:2px 0 14px 0!important}.about-banner-section{padding-bottom:0}.about-banner{width:100%;height: 500px;object-fit:fill;border-radius:14px;box-shadow:var(--shadow);background:#e5e7eb}.section-image{width:100%;height:360px;object-fit:fill;border-radius:14px;box-shadow:var(--shadow);background:#e5e7eb}.about-page-header{background:linear-gradient(120deg,#2f3136,#4b4f57,#a94708)}
@media(max-width:700px){.about-banner,.section-image{height:240px}}


/* =========================
   Mobile-first responsive improvements
   ========================= */
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}
body{overflow-x:hidden}
button,input,textarea,select{font-size:16px}
.mobile-toggle{min-width:44px;min-height:44px;border-radius:6px;align-items:center;justify-content:center}
.mobile-toggle:focus,.menu a:focus,.menu button:focus,.btn:focus,.form-control:focus{outline:2px solid #ffb27a;outline-offset:2px}

@media(max-width:900px){
  .topbar{padding:10px 0}
  .nav{position:relative;gap:12px}
  .logo-wrap{max-width:calc(100% - 58px)}
  .logo{height:44px;width:112px;padding:4px}
  .logo-text{font-size:17px;white-space:nowrap}
  .mobile-toggle{display:inline-flex}
  .menu{top:100%;margin-top:10px;border-top:1px solid rgba(255,255,255,.12);box-shadow:0 16px 30px rgba(0,0,0,.25);max-height:calc(100vh - 78px);overflow:auto}
  .menu li{width:100%}
  .menu a,.menu button{width:100%;text-align:left;padding:14px 16px;min-height:46px}
  .dropdown-content{box-shadow:none;border-radius:0;background:#3a3d44;margin-left:0}
  .dropdown-content a{color:#fff;border-bottom:1px solid rgba(255,255,255,.10);padding-left:30px;background:#3a3d44}
  .dropdown-content a:hover{background:#444852;color:#ffb27a}
  .hero{padding:38px 0}
  .hero-grid{gap:22px}
  .hero p{font-size:16px}
  .btn{width:auto;min-height:44px;display:inline-flex;align-items:center;justify-content:center;margin-top:8px}
  .btn.outline{margin-left:0;margin-right:8px}
  .hero-card{padding:10px;border-radius:12px}
  .slide,.slide-bg{min-height:320px;height:320px}
  .slide-content{background:linear-gradient(180deg,rgba(47,49,54,.88),rgba(47,49,54,.55));justify-content:flex-end}
  .brand-logo{width:132px;height:58px}
  .section{padding:46px 0}
  .page-header{padding:42px 0}
  .page-header h1{font-size:32px}
}

@media(max-width:560px){
  .container{width:min(100% - 28px,1180px)}
  .logo{width:94px;height:40px}
  .logo-text{font-size:15px}
  .hero h1{font-size:28px}
  .hero p{font-size:15px}
  .btn{width:100%;margin-left:0;margin-right:0;margin-top:10px;text-align:center}
  .slide,.slide-bg{min-height:300px;height:300px}
  .slide-content{padding:18px}
  .slide h2{font-size:24px}
  .slide p{font-size:14px}
  .brand-logo{width:120px;height:52px;margin-bottom:10px}
  .slider-controls{bottom:10px;right:10px}
  .slider-controls button{width:42px;height:42px}
  .grid{gap:16px}
  .card{padding:16px}
  .card-img{height:145px}
  .section-title h2{font-size:26px}
  .page-header h1{font-size:28px}
  .footer{padding:34px 0 16px}
  .modal{padding:10px;align-items:flex-start;overflow:auto}
  .modal-box{margin:8px 0;padding:20px 14px;border-radius:10px;max-height:none;overflow:visible}
  .close-modal{right:12px;top:8px}
  .form-row{gap:0}
  .rfq-table-wrap{overflow:visible}
  .rfq-table{min-width:0;border-collapse:separate;border-spacing:0 12px}
  .rfq-table thead{display:none}
  .rfq-table,.rfq-table tbody,.rfq-table tr,.rfq-table td{display:block;width:100%}
  .rfq-table tr{border:1px solid var(--border);border-radius:10px;padding:10px;background:#fff;box-shadow:0 5px 18px rgba(0,0,0,.05)}
  .rfq-table td{border:0;padding:5px;background:transparent}
  .rfq-table td:nth-child(1)::before{content:'Part Number / Product';display:block;font-weight:700;font-size:13px;margin-bottom:4px;color:#374151}
  .rfq-table td:nth-child(2)::before{content:'Brand';display:block;font-weight:700;font-size:13px;margin-bottom:4px;color:#374151}
  .rfq-table td:nth-child(3)::before{content:'Qty';display:block;font-weight:700;font-size:13px;margin-bottom:4px;color:#374151}
  .rfq-table td:nth-child(4)::before{content:'Target Delivery';display:block;font-weight:700;font-size:13px;margin-bottom:4px;color:#374151}
  .remove-line{width:100%;height:42px;margin-top:4px}
  .map-placeholder{height:240px}
}


/* Update requested: home page slider/banner at 80% website width */
.hero-grid
{
    display: block;
}

.hero-grid > div:first-child
{
    max-width: 980px;
    margin-bottom: 30px;
}

.hero-card
{
    width: 80%;
    margin: 0 auto;
}

.slider
{
    width: 100%;
}

.slide
{
    min-height: 430px;
}

.slide-bg
{
    height: 430px;
}

@media(max-width: 900px)
{
    .hero-card
    {
        width: 100%;
    }

    .slide,
    .slide-bg
    {
        min-height: 340px;
        height: 340px;
    }
}

@media(max-width: 560px)
{
    .slide,
    .slide-bg
    {
        min-height: 300px;
        height: 300px;
    }
}

/* Requested updates: top contact, home slider first section, services on home */
.top-contact
{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 2px;
    margin-left: auto;
    margin-right: 12px;
    font-size: 13px;
    line-height: 1.3;
}

.top-contact a
{
    color: #ffffff;
    white-space: nowrap;
}

.top-contact a:hover
{
    color: #ffb27a;
}

.home-slider-section
{
    background: #bbb;
    padding: 28px 0 34px;
}

.home-slider-wrap
{
    width: 100%;
    margin: 0 auto;
}

.home-slider-section .slider
{
    width: 100%;
    border-radius: 0;
    box-shadow: var(--shadow);
}

.home-slider-section .slide,
.home-slider-section .slide-bg
{
    min-height: 470px;
    height: 470px;
}

.home-rfq-center
{
    display: flex;
    justify-content: center;
    margin-top: 22px;
}

.home-rfq-center .btn
{
    min-width: 180px;
}

@media(max-width: 900px)
{
    .top-contact
    {
        display: none;
    }

    .home-slider-section .slide,
    .home-slider-section .slide-bg
    {
        min-height: 360px;
        height: 360px;
    }
}

@media(max-width: 560px)
{
    .home-slider-section
    {
        padding: 18px 0 28px;
    }

    .home-slider-section .slide,
    .home-slider-section .slide-bg
    {
        min-height: 310px;
        height: 310px;
    }
}

/* Latest update: keep slider banner images fully visible inside slider */
.home-slider-section .slider
{
    background: #ffffff;
    border-radius: 0;
    overflow: hidden;
}

.home-slider-section .slide
{
    background: #bbb;
    min-height: 470px;
    height: 470px;
}

.home-slider-section .slide-bg
{
    width: 100%;
    height: 100%;
    object-fit: fill;
    object-position: center center;
    opacity: 1;
    background: #ffffff;
}

.home-slider-section .slide-content
{
    position: absolute;
    top: 18px;
    left: 22px;
    right: auto;
    bottom: auto;
    width: auto;
    height: auto;
    padding: 0;
    display: block;
    background: transparent;
    color: var(--black);
}

.home-slider-section .slide-content h2,
.home-slider-section .slide-content p
{
    display: none;
}

.home-slider-section .brand-logo
{
    width: 170px;
    height: 98px;
    object-fit: fill;
    object-position: left center;
    background: rgba(255, 255, 255, 0.94);
    border-radius: 8px;
    padding: 4px;
    margin: 0;
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.16);
}

.home-slider-section .slide-content .btn,
.home-slider-section .slide-content .open-rfq
{
    display: none !important;
}

@media(max-width: 900px)
{
    .home-slider-section .slide
    {
        min-height: 360px;
        height: 360px;
    }

    .home-slider-section .brand-logo
    {
        width: 170px;
        height: 75px;
    }
}

@media(max-width: 560px)
{
    .home-slider-section .slide
    {
        min-height: 260px;
        height: 260px;
    }

    .home-slider-section .slide-content
    {
        top: 10px;
        left: 10px;
    }

    .home-slider-section .brand-logo
    {
        width: 130px;
        height: 58px;
        padding: 7px;
    }
}
