@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@400;500;600;700;900&family=Barlow+Condensed:wght@700;900&display=swap');
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}

:root{
  --steel:#1a2332;--steel-mid:#2e3f52;--steel-light:#4a5f75;
  --orange:#e85d20;--orange-dark:#b84615;--orange-light:#f5855a;
  --cream:#f7f4ef;--cream-dark:#ede9e2;
  --text:#111827;--text-muted:#4b5563;--text-light:#9ca3af;
  --white:#ffffff;--border:rgba(0,0,0,0.1);
  --contectno : +91 96649 98862; --emcontectno:+91 96649 98862;
}

html{scroll-behavior:smooth}
body{font-family:'Barlow','Arial Narrow',Arial,sans-serif;background:var(--white);color:var(--text);line-height:1.6;font-size:16px}

/* NAV */
nav{position:sticky;top:0;z-index:100;background:var(--steel);display:flex;align-items:center;justify-content:space-between;padding:0 5%;height:64px;border-bottom:3px solid var(--orange)}
.nav-logo{display:flex;align-items:center;gap:10px;text-decoration:none;cursor:pointer}
.nav-logo-icon{width:124px;height:50px;background:var(--steel);border-radius:4px;display:flex;align-items:center;justify-content:center}
.nav-logo-icon svg{width:22px;height:22px;fill:white}
.nav-logo-text{color:white;font-family:'Barlow Condensed','Arial Narrow',Arial,sans-serif;font-weight:500;font-size:20px;letter-spacing:.5px;line-height:1.1}
.nav-logo-text span{color:var(--orange)}
.nav-links{display:flex;align-items:center;gap:2rem;list-style:none}
.nav-links a{color:rgba(255,255,255);text-decoration:none;font-size:14px;font-weight:500;letter-spacing:.3px;transition:color .2s;cursor:pointer}
.nav-links a:hover,.nav-links a.active{color:var(--orange-light)}
.nav-cta{background:var(--orange);color:white!important;padding:8px 18px;border-radius:3px;font-weight:600!important}
.nav-cta:hover{background:var(--orange-dark)!important}

/* BUTTONS */
.btn-primary{background:var(--orange);color:white;padding:13px 26px;border-radius:3px;font-weight:700;font-size:15px;text-decoration:none;letter-spacing:.2px;transition:background .2s;display:inline-block;cursor:pointer;border:none;font-family:inherit}
.btn-primary:hover{background:var(--orange-dark)}
.btn-ghost{border:1.5px solid rgba(255,255,255,.3);color:var(--steel-mid);padding:13px 26px;border-radius:3px;font-weight:600;font-size:15px;text-decoration:none;transition:border-color .2s,color .2s;display:inline-block;cursor:pointer}
.btn-ghost:hover{border-color:var(--orange-light);color:var(--orange-light)}
.btn-outline{border:1.5px solid var(--orange);color:var(--orange);padding:10px 22px;border-radius:3px;font-weight:600;font-size:14px;text-decoration:none;display:inline-block;cursor:pointer;transition:all .2s}
.btn-outline:hover{background:var(--orange);color:white}
.btn-white{background:white;color:var(--orange-dark);padding:14px 28px;border-radius:3px;font-weight:700;font-size:15px;text-decoration:none;white-space:nowrap;transition:background .2s;display:inline-block}
.btn-white:hover{background:var(--cream)}

/* SECTION */
section{padding:72px 5%}
.section-label{font-size:12px;font-weight:700;letter-spacing:2px;text-transform:uppercase;color:var(--orange);margin-bottom:10px}
.section-title{font-family:'Barlow Condensed','Arial Narrow',Arial,sans-serif;font-weight:600;font-size:40px;line-height:1.05;color:var(--text);margin-bottom:16px}
.section-desc{font-size:16px;color:var(--text-muted);max-width:520px;line-height:1.7}

/* HERO */
.hero{background:var(--steel);padding:80px 5% 0;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:end;min-height:540px;overflow:hidden;position:relative}
.hero::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:repeating-linear-gradient(90deg,transparent,transparent 60px,rgba(255,255,255,.015) 60px,rgba(255,255,255,.015) 61px);pointer-events:none}
.hero-eyebrow{color:var(--orange);font-family:'Barlow Condensed','Arial Narrow',Arial,sans-serif;font-weight:700;font-size:13px;letter-spacing:2.5px;text-transform:uppercase;margin-bottom:16px}
.hero h1{font-family:'Barlow Condensed','Arial Narrow',Arial,sans-serif;font-weight:700;font-size:64px;line-height:1;color:white;letter-spacing:-.5px;margin-bottom:20px}
.hero h1 em{font-style:normal;color:var(--orange)}
.hero-desc{color:rgba(255,255,255,.65);font-size:17px;line-height:1.65;margin-bottom:32px;max-width:480px}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:40px}
.hero-stats{display:flex;gap:32px}
.hero-stat-num{color:white;font-family:'Barlow Condensed','Arial Narrow',Arial,sans-serif;font-weight:700;font-size:36px;line-height:1}
.hero-stat-label{color:rgba(255,255,255,.5);font-size:12px;letter-spacing:.5px;margin-top:2px;margin-bottom: 20px;}
.hero-visual{align-self:end;display:flex;justify-content:center}
.hero-image{width: 110%;max-width: 1028px;aspect-ratio: 1440 / 628;}
.pump-illustration{width:100%;max-width:420px}

@media (max-width: 768px) {
  .hero-image {
    /* Optional: change the aspect ratio on mobile so it isn't too short/narrow */
    aspect-ratio: 4 / 3; 
  }
}


/* TRUST BAR */
.trust-bar{background:var(--cream);border-bottom:1px solid var(--cream-dark);padding:16px 5%;display:flex;align-items:center;gap:2.5rem;overflow-x:auto}
.trust-item{display:flex;align-items:center;gap:8px;white-space:nowrap;color:var(--text-muted);font-size:13.5px;font-weight:500}
.trust-item svg{width:18px;height:18px;flex-shrink:0}

/* SERVICES GRID */
.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.5px;background:var(--cream-dark);border:1.5px solid var(--cream-dark);border-radius:6px;overflow:hidden;margin-top:40px}
.service-card{background:var(--white);padding:32px 28px;transition:background .2s}
.service-card:hover{background:var(--cream)}
.service-icon{width:48px;height:48px;background:var(--steel);border-radius:4px;display:flex;align-items:center;justify-content:center;margin-bottom:18px}
.service-icon svg{width:26px;height:26px}
.service-card h3{font-family:'Barlow Condensed','Arial Narrow',Arial,sans-serif;font-weight:700;font-size:20px;color:var(--text);margin-bottom:10px}
.service-card p{font-size:14.5px;color:var(--text-muted);line-height:1.65;margin-bottom:16px}
.service-link{font-size:13px;font-weight:700;color:var(--orange);text-decoration:none;letter-spacing:.3px;text-transform:uppercase;cursor:pointer}
.service-link:hover{color:var(--orange-dark)}

/* HOME PARTS SECTION */
.parts-section{background:var(--cream)}
.parts-header{display:flex;justify-content:space-between;align-items:flex-end;flex-wrap:wrap;gap:1rem;margin-bottom:36px}
.parts-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem}
.part-card{background:white;border:1px solid var(--cream-dark);border-radius:6px;overflow:hidden;transition:box-shadow .2s,transform .15s;cursor:pointer}
.part-card:hover{transform:translateY(-2px);box-shadow:0 8px 24px rgba(0,0,0,.1)}
.part-img{background:var(--cream-dark);height:130px;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}
.part-img svg{width:64px;height:64px;opacity:.7}
.part-badge{position:absolute;top:8px;right:8px;background:var(--orange);color:white;font-size:11px;font-weight:700;padding:3px 8px;border-radius:2px;letter-spacing:.3px}
.part-body{padding:16px}
.part-name{font-weight:600;font-size:14px;color:var(--text);margin-bottom:4px}
.part-sku{font-size:12px;color:var(--text-light);margin-bottom:10px}
.part-price{font-family:'Barlow Condensed','Arial Narrow',Arial,sans-serif;font-weight:600;font-size:22px;color:var(--steel)}
.part-price span{font-size:13px;font-weight:500;color:var(--text-muted)}

/* PROCESS */
.process-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:0;margin-top:48px}
.process-step{padding:28px 24px;border-left:3px solid var(--cream-dark)}
.process-step:first-child{border-left:3px solid var(--orange)}
.step-num{font-family:'Barlow Condensed','Arial Narrow',Arial,sans-serif;font-weight:600;font-size:48px;color:var(--cream-dark);line-height:1;margin-bottom:12px}
.process-step:first-child .step-num{color:rgba(232,93,32,.25)}
.process-step h3{font-family:'Barlow Condensed','Arial Narrow',Arial,sans-serif;font-weight:700;font-size:19px;margin-bottom:8px}
.process-step p{font-size:14px;color:var(--text-muted);line-height:1.6}

/* BRANDS */
.brands-section{background:var(--steel);padding:48px 5%;text-align:center}
.brands-label{color:rgba(255,255,255,.4);font-size:12px;letter-spacing:2px;text-transform:uppercase;font-weight:600;margin-bottom:28px}
.brands-row{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:2rem 3.5rem}
.brand-name{font-family:'Barlow Condensed','Arial Narrow',Arial,sans-serif;font-weight:700;font-size:22px;color:rgba(255,255,255,.25);letter-spacing:1.5px;text-transform:uppercase;transition:color .2s;cursor:default}
.brand-name:hover{color:rgba(255,255,255,.6)}

/* CLIENT LOGOS */
.clients-section{background:var(--cream);padding:64px 5%}
.clients-logo-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:1.5px;background:var(--cream-dark);border:1.5px solid var(--cream-dark);border-radius:8px;overflow:hidden;margin-top:40px}
.client-logo-card{background:white;padding:28px 20px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;transition:background .2s}
.client-logo-card:hover{background:var(--cream)}
.client-logo-icon{width:52px;height:52px;border-radius:6px;display:flex;align-items:center;justify-content:center;font-family:'Barlow Condensed','Arial Narrow',Arial,sans-serif;font-weight:600;font-size:16px;letter-spacing:.5px}
.client-logo-name{font-size:13px;font-weight:600;color:var(--text-muted);text-align:center;letter-spacing:.3px}
.client-feedback-strip{margin-top:40px;display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.25rem}
.testimonial-card{background:white;border-radius:6px;padding:28px;border-left:4px solid var(--orange)}
.testimonial-stars{color:var(--orange);font-size:14px;margin-bottom:12px;letter-spacing:2px}
.testimonial-text{font-size:15px;line-height:1.7;color:var(--text);margin-bottom:20px;font-style:italic}
.testimonial-author{font-weight:600;font-size:14px;color:var(--text)}
.testimonial-role{font-size:13px;color:var(--text-muted)}

/* INDUSTRIES */
.industries-section{padding:72px 5%;background:var(--steel)}
.industries-section .section-title{color:white}
.industries-section .section-desc{color:rgba(255,255,255,.6)}
.industries-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:1rem;margin-top:40px}
.industry-card{background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.1);border-radius:8px;padding:24px 20px;transition:background .2s,border-color .2s}
.industry-card:hover{background:rgba(232,93,32,.12);border-color:rgba(232,93,32,.4)}
.industry-icon{width:40px;height:40px;background:var(--orange);border-radius:4px;display:flex;align-items:center;justify-content:center;margin-bottom:14px}
.industry-icon svg{width:22px;height:22px}
.industry-card h4{color:white;font-family:'Barlow Condensed','Arial Narrow',Arial,sans-serif;font-weight:700;font-size:17px;margin-bottom:6px}
.industry-card p{color:rgba(255,255,255,.5);font-size:13px;line-height:1.5}

/* AFTER-SERVICE */
.afterservice-section{padding:72px 5%;background:var(--cream)}
.afterservice-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem;margin-top:40px}
.afterservice-card{background:white;border:1px solid var(--cream-dark);border-radius:8px;padding:28px;position:relative;overflow:hidden}
.afterservice-card::before{content:'';position:absolute;top:0;left:0;width:4px;height:100%;background:var(--orange)}
.afterservice-card h4{font-family:'Barlow Condensed','Arial Narrow',Arial,sans-serif;font-weight:700;font-size:19px;margin-bottom:10px;color:var(--text)}
.afterservice-card p{font-size:14px;color:var(--text-muted);line-height:1.65}
.afterservice-badge{display:inline-block;background:rgba(232,93,32,.1);color:var(--orange);font-size:11px;font-weight:700;padding:3px 10px;border-radius:2px;letter-spacing:.5px;margin-bottom:12px;text-transform:uppercase}

/* CTA BAND */
.cta-band{background:var(--orange);padding:56px 5%;display:flex;align-items:center;justify-content:space-between;gap:2rem;flex-wrap:wrap}
.cta-band h2{font-family:'Barlow Condensed','Arial Narrow',Arial,sans-serif;font-weight:500;font-size:36px;color:white;line-height:1.1;max-width:520px}
.cta-band p{color:rgba(255,255,255,.8);margin-top:8px;font-size:16px}

/* CONTACT */
.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;margin-top:40px}
.contact-info h3{font-family:'Barlow Condensed','Arial Narrow',Arial,sans-serif;font-weight:700;font-size:20px;margin-bottom:18px}
.contact-item{display:flex;gap:12px;margin-bottom:20px;align-items:flex-start}
.contact-item-icon{width:36px;height:36px;background:var(--steel);border-radius:4px;flex-shrink:0;display:flex;align-items:center;justify-content:center}
.contact-item-icon svg{width:18px;height:18px}
.contact-item-text strong{display:block;font-size:14px;font-weight:600;color:var(--text);margin-bottom:2px}
.contact-item-text span{font-size:14px;color:var(--text-muted)}
.contact-form{display:flex;flex-direction:column;gap:14px}
.form-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.form-field{display:flex;flex-direction:column;gap:6px}
.form-field label{font-size:13px;font-weight:600;color:var(--text)}
.form-field input,.form-field select,.form-field textarea{padding:10px 14px;border:1.5px solid var(--cream-dark);border-radius:4px;font-size:14px;font-family:inherit;color:var(--text);background:white;transition:border-color .2s;outline:none}
.form-field input:focus,.form-field select:focus,.form-field textarea:focus{border-color:var(--orange)}
.form-field textarea{resize:vertical;min-height:100px}
.btn-submit{background:var(--steel);color:white;border:none;padding:13px 24px;border-radius:3px;font-weight:700;font-size:15px;cursor:pointer;transition:background .2s;font-family:inherit}
.btn-submit:hover{background:var(--orange)}

/* FOOTER */
footer{background:var(--steel);color:rgba(255,255,255,.5);padding:48px 5% 28px}
.footer-top{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;margin-bottom:40px}
.footer-brand p{font-size:14px;line-height:1.7;margin-top:12px;max-width:280px}
.footer-col h4{color:rgba(255,255,255,.85);font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:1.5px;margin-bottom:14px}
.footer-col ul{list-style:none}
.footer-col li{margin-bottom:8px}
.footer-col a{color:rgba(255,255,255,.45);text-decoration:none;font-size:14px;transition:color .2s;cursor:pointer}
.footer-col a:hover{color:var(--orange-light)}
.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:20px;display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:1rem;font-size:13px}
.footer-bottom a{color:rgba(255,255,255,.4);text-decoration:none}
.footer-bottom a:hover{color:var(--orange-light)}
.emergency-badge{background:var(--orange);color:white;font-size:14px;font-weight:500;padding:6px 14px;border-radius:3px;letter-spacing:.5px}

/* ===== PRODUCTS PAGE ===== */
.page-hero{background:var(--steel);padding:56px 5%;position:relative;overflow:hidden}
.page-hero::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:repeating-linear-gradient(90deg,transparent,transparent 60px,rgba(255,255,255,.015) 60px,rgba(255,255,255,.015) 61px);pointer-events:none}
.page-hero h1{font-family:'Barlow Condensed','Arial Narrow',Arial,sans-serif;font-weight:600;font-size:52px;color:white;margin-bottom:12px}
.page-hero h1 em{font-style:normal;color:var(--orange)}
.page-hero p{color:rgba(255,255,255,.6);font-size:16px;max-width:560px;line-height:1.65}
.breadcrumb{display:flex;align-items:center;gap:8px;margin-bottom:16px}
.breadcrumb span{font-size:13px;color:rgba(255,255,255,.4)}
.breadcrumb a{font-size:13px;color:rgba(255,255,255,.5);text-decoration:none;cursor:pointer}
.breadcrumb a:hover{color:var(--orange-light)}

.products-tab-bar{background:white;border-bottom:2px solid var(--cream-dark);padding:0 5%;display:flex;gap:0;position:sticky;top:64px;z-index:50}
.products-tab{padding:18px 28px;font-weight:700;font-size:15px;color:var(--text-muted);cursor:pointer;border-bottom:3px solid transparent;margin-bottom:-2px;transition:color .2s,border-color .2s;white-space:nowrap}
.products-tab.active{color:var(--orange);border-bottom-color:var(--orange)}
.products-tab:hover{color:var(--text)}

.products-content-section{padding:0px 5% 5%}
.products-content-section h2{font-family:'Barlow Condensed','Arial Narrow',Arial,sans-serif;font-weight:600;font-size:36px;color:var(--text);margin-bottom:8px}
.products-content-section p.section-sub{font-size:15px;color:var(--text-muted);max-width:600px;line-height:1.65;margin-bottom:36px}
.products-content-section.alt-bg{background:var(--cream)}

.product-catalog-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1.25rem}
.prod-card{background:white;border:1px solid var(--cream-dark);border-radius:8px;overflow:hidden;transition:box-shadow .2s,transform .15s;cursor:pointer}
.prod-card:hover{transform:translateY(-3px);box-shadow:0 10px 30px rgba(0,0,0,.1)}
.prod-img-box{height:160px;background:var(--steel);display:flex;align-items:center;justify-content:center;position:relative}
.prod-img-box svg{width:80px;height:80px}
.prod-img-box .prod-badge{position:absolute;top:10px;left:10px;background:var(--orange);color:white;font-size:11px;font-weight:700;padding:3px 10px;border-radius:2px;letter-spacing:.3px}
.prod-img-box .prod-badge.compat{background:var(--steel-light)}
.prod-body{padding:18px}
.prod-brand{font-size:11px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;color:var(--orange);margin-bottom:4px}
.prod-name{font-weight:700;font-size:15px;color:var(--text);margin-bottom:6px;line-height:1.3}
.prod-desc{font-size:13px;color:var(--text-muted);line-height:1.55;margin-bottom:12px}
.prod-meta{display:flex;justify-content:space-between;align-items:center}
.prod-price{font-family:'Barlow Condensed','Arial Narrow',Arial,sans-serif;font-weight:600;font-size:20px;color:var(--steel)}
.prod-price small{font-size:12px;font-weight:500;color:var(--text-muted)}
.prod-sku{font-size:11px;color:var(--text-light)}

/* ===== SERVICES PAGE ===== */
.pump-categories-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem;margin-top:40px}
.pump-cat-card{background:white;border:1px solid var(--cream-dark);border-radius:10px;overflow:hidden;transition:box-shadow .2s,transform .15s}
.pump-cat-card:hover{transform:translateY(-3px);box-shadow:0 12px 32px rgba(0,0,0,.1)}
/* .pump-cat-img{height:180px;background:var(--steel);display:flex;align-items:center;justify-content:center;position:relative} */
.pump-cat-img{height:180px;background:var(--cream-dark);display:flex;align-items:center;justify-content:center;position:relative}
.pump-cat-img svg{width:90px;height:90px}
.pump-range-badge{position:absolute;bottom:12px;left:12px;background:rgba(0,0,0,.5);color:white;font-size:11px;font-weight:700;padding:4px 10px;border-radius:2px;letter-spacing:.3px;backdrop-filter:blur(2px)}
.pump-cat-body{padding:22px}
.pump-cat-tag{display:inline-block;background:rgba(232,93,32,.1);color:var(--orange);font-size:11px;font-weight:700;padding:3px 10px;border-radius:2px;letter-spacing:.5px;margin-bottom:10px;text-transform:uppercase}
.pump-cat-body h3{font-family:'Barlow Condensed','Arial Narrow',Arial,sans-serif;font-weight:700;font-size:22px;margin-bottom:8px;color:var(--text)}
.pump-cat-body p{font-size:14px;color:var(--text-muted);line-height:1.6;margin-bottom:14px}
.pump-specs{display:flex;gap:12px;flex-wrap:wrap}
.pump-spec{font-size:12px;color:var(--text-muted);background:var(--cream);padding:4px 10px;border-radius:3px;font-weight:500}

@media(max-width:768px){
  .hero{grid-template-columns:1fr;padding-bottom:40px;min-height:auto}
  .hero h1{font-size:44px}
  .hero-visual{display:none}
  .nav-links{display:none}
  .contact-grid,.form-row{grid-template-columns:1fr}
  .footer-top{grid-template-columns:1fr 1fr}
  .cta-band{text-align:center;justify-content:center}
  .products-tab-bar{overflow-x:auto}
}


/* HAMBURGER MENU BUTTON */
.menu-toggle { display: none; background: none; border: none; cursor: pointer; padding: 8px; }
.menu-toggle svg { width: 28px; height: 28px; fill: white; }

/* SLIDE DRAWER MENU */
.drawer-overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.6); z-index: 200; opacity: 0; pointer-events: none; transition: opacity 0.3s ease; }
.drawer-overlay.open { opacity: 1; pointer-events: auto; }
.drawer { position: fixed; top: 0; right: -280px; width: 280px; height: 100%; background: var(--steel); z-index: 201; padding: 24px; display: flex; flex-direction: column; gap: 1.5rem; transition: right 0.3s cubic-bezier(0.4, 0, 0.2, 1); box-shadow: -4px 0 15px rgba(0,0,0,0.3); }
.drawer-overlay.open .drawer { right: 0; }
.drawer-header { display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid rgba(255,255,255,0.1); padding-bottom: 15px; }
.drawer-close { background: none; border: none; cursor: pointer; }
.drawer-close svg { width: 24px; height: 24px; fill: rgba(255,255,255,0.7); }
.drawer-links { list-style: none; display: flex; flex-direction: column; gap: 1.25rem; }
.drawer-links a { color: rgba(255,255,255,0.9); text-decoration: none; font-size: 16px; font-weight: 600; display: block; padding: 8px 0; border-bottom: 1px solid rgba(255,255,255,0.05); cursor: pointer; }
.drawer-links a:hover { color: var(--orange-light); }
.drawer .nav-cta { text-align: center; margin-top: 10px; display: block; }

@media(max-width:768px){
  /* ... your other mobile styles ... */
  .nav-links { display: none; } /* Hides desktop links */
  .menu-toggle { display: block; } /* Shows hamburger button */
}