:root{
    --ink:#121212;
    --charcoal:#232323;
    --accent:#16416C;
    --accent-dark:#1769bb;
    --paper:#ffffff;
    --grey-line:#e6e6e6;
    --grey-text:#5b5b5b;
    --page-max:1680px;
    --gutter:40px;
    --body-font: "Plus Jakarta Sans", sans-serif;
  }

  *{box-sizing:border-box;margin:0;padding:0;}
  html{scroll-behavior:smooth;}
  body{
    font-family:var(--body-font);
    color:var(--ink);
    background:var(--paper);
    font-size: 16px;
    line-height: 28px;
  }
  img{max-width:100%;display:block;}
  a{text-decoration:none;color:inherit;}
  button{font-family:inherit;cursor:pointer;border:none;background:none;}
  :focus-visible{outline:3px solid var(--accent);outline-offset:2px;}
  .container{	width:1480px;margin:0 auto;}

  /* ============ HEADER ============ */
  header{    position: sticky;
    top: 0;
    z-index: 999;
    background-color: #fff;
     padding: 10px 0px;}
  .site-header{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:24px;
    
  }
  .hilite-text{    font-size: 20px;
    font-weight: 600;}

  .brand-cluster{
    display:flex;
    align-items:center;
    gap:16px;
    flex-shrink:0;
  }
 
  .brand-divider{
    width:1px;
    height:100px;
    background:var(--grey-line);
  }

  .main-nav{
    display:flex;
    align-items:center;
    gap:4px;
    flex-wrap:wrap;
    background:#f0f0f0;
    border-radius:5px;
    padding:6px;
  }
  .main-nav a{
    padding:10px 15px;
    font-size:12px;
    font-weight:700;
   
    color:var(--ink);
    border-radius:5px;
    transition:background .2s ease, color .2s ease, box-shadow .2s ease;
    white-space:nowrap;
  }
  .main-nav a:hover{background:rgba(255,255,255,.6);}
  .nav-close{display:none;}
  .nav-item-dropdown{position:relative;}
  .nav-drop-toggle{display:flex;align-items:center;gap:4px;}
  .nav-drop-toggle svg{width:12px;height:12px;transition:transform .2s ease;}
  .nav-dropdown{
    display:none;
    position:absolute;
    top:100%;
    left:0;
    min-width:220px;
    background:#fff;
    box-shadow:0 10px 30px rgba(0,0,0,.12);
    border-radius:6px;
    padding:8px;
    flex-direction:column;
    z-index:20;
  }
  .nav-item-dropdown:hover .nav-dropdown{display:flex;}
  .nav-item-dropdown:hover .nav-drop-toggle svg{transform:rotate(180deg);}
  .nav-dropdown a{padding:10px 12px;font-size:12px;white-space:nowrap;}
  .main-nav a.is-active{
    background:#ffffff;
    box-shadow:0 2px 6px rgba(0,0,0,.08);
  }

  .header-actions{
    display:flex;
    align-items:center;
    gap:14px;
    flex-shrink:0;
  }

  .quote-btn{
    display:flex;
    align-items:center;
    gap:8px;
    background: var(--accent);
    color: #fff;
    padding: 5px 20px 5px 5px;
    border-radius:5px;
    font-weight:700;
    font-size:12px;
    letter-spacing:.03em;
    transition:transform .2s ease, background .2s ease;
  }
  .quote-btn svg{width: 43px;height: 43px;flex-shrink:0;background-color: var(--ink);color: #fff;padding: 11px;border-radius: 4px;}
  .quote-btn:hover{background:#000;transform:translateY(-1px);}
.quote-btn:hover svg{ background-color:var(--accent)}
  .search-box{
    display:flex;
    align-items:center;
    border:1px solid var(--grey-line);
    border-radius:6px;
    overflow:hidden;
    background:var(--paper);
  }
  .search-box input{
    border:none;
    padding:11px 14px;
    font-size:13px;
    width:170px;
    color:var(--grey-text);
    background:transparent;
    height: 53px;
  }
  .search-box input:focus{outline:none;}
  .search-box button{
    background: transparent;
    padding: 10px 15px;
    display:flex;
    align-items:center;
    transition:background .2s ease;
  }
  .search-box button:hover{/* background:var(--accent-dark); */}
  .search-box svg{width: 20px;height: 20px;color: var(--accent);}

  .nav-toggle{
    display:none;
    flex-direction:column;
    gap:5px;
    padding:6px;
  }
  .nav-toggle span{width:26px;height:3px;background:var(--ink);border-radius:2px;}

  /* ============ HERO ============ */
  .hero-wrap, .logo-slide{
    padding:0 var(--gutter) 0px;

    margin:0 auto;
  }
  .hero{
    position:relative;
    height:calc(712px - var(--header-h, 100px) - 20px);
    min-height:460px;
    overflow:hidden;
    background:var(--ink);
    border-radius:8px;
  }
  .hero-slide{
    position:absolute;
    inset:0;
    opacity:0;
    transition:opacity 1.1s ease;
    background-size:cover;
    background-position:center;
  }
  .hero-slide.is-active{opacity:1;}
  .hero-slide::after{
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(90deg, rgba(10,10,10,.72) 0%, rgba(10,10,10,.42) 45%, rgba(10,10,10,.15) 100%);
  }

  .hero-slide[data-slide="0"]{
    background-image:url(../images/slider.jpg);
  }
  .hero-slide[data-slide="1"]{
    background-image:url(../images/slider2.jpg);
  }
  .hero-slide[data-slide="2"]{
    background-image:url(../images/slider3.jpg);
  }


  .hero-content{
    position:relative;
    z-index:5;
    max-width:760px;
    height:100%;
    display:flex;
    flex-direction:column;
    justify-content:center;
    padding:0 60px;
    color:#fff;
  }

  .hero-eyebrow-space{height:4px;}

  .hero-title{
    font-size:56px;
    line-height:1.08;
    font-weight:800;
    margin-bottom:22px;
    letter-spacing:-.01em;
  }
  .hero-title span{
    display:block;
    opacity:0;
    transform:translateY(24px);
  }
  .hero-slide.is-active .hero-title span:nth-child(1){
    animation:riseIn .7s ease .25s forwards;
  }
  .hero-slide.is-active .hero-title span:nth-child(2){
    animation:riseIn .7s ease .45s forwards;
  }

  .hero-desc{
    font-size:16px;
    line-height:1.7;
    color:#dcdcdc;
    max-width:560px;
    margin-bottom:34px;
    opacity:0;
    transform:translateY(16px);
  }
  .hero-slide.is-active .hero-desc{
    animation:riseIn .7s ease .65s forwards;
  }
  .hero-desc b{color:#fff;}

  .hero-cta{
    display:inline-flex;
    align-items:center;
    gap:14px;
    background: var(--paper);
    color:var(--ink);
    padding: 5px 20px 5px 5px;
    border-radius:4px;
    font-weight:800;
    font-size: 12px;
    letter-spacing:.03em;
    width:fit-content;
    opacity:0;
    transform:translateY(16px);
    transition:transform .25s ease, background .25s ease;
  }
  .hero-slide.is-active .hero-cta{
    animation:riseIn .7s ease .85s forwards;
  }
  .hero-cta:hover{background:var(--accent-dark);transform:translateY(-2px); }

  .hero-cta .arrow-badge{
    width: 43px;
    height: 43px;
    border-radius: 5px;
    background: var(--accent);
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
  }
  .hero-cta .arrow-badge svg{width:14px;height:14px;}
  .hero-cta:hover .arrow-badge{ background-color: var(--ink); color: var(--paper);}

  

  @keyframes riseIn{
    to{opacity:1;transform:translateY(0);}
  }

  @media (prefers-reduced-motion: reduce){
    .hero-title span,.hero-desc,.hero-cta{animation:none !important;opacity:1 !important;transform:none !important;}
    .hero-slide{transition:none;}
  }

  /* dots */
  .hero-dots{
    position:absolute;
    left:60px;
    bottom:34px;
    z-index:6;
    display:flex;
    gap:10px;
  }
  .hero-dots button{
    width:11px;height:11px;
    border-radius:50%;
    background:rgba(255,255,255,.4);
    transition:background .25s ease, transform .25s ease;
  }
  .hero-dots button.is-active{
    background:var(--accent);
    transform:scale(1.15);
  }

  /* arrows */
  .hero-arrow{
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    z-index:6;
    width:44px;height:44px;
    border-radius:50%;
    background:rgba(255,255,255,.12);
    color:#fff;
    display:flex;align-items:center;justify-content:center;
    transition:background .2s ease;
  }
  .hero-arrow:hover{background:rgba(255,255,255,.28);}
  .hero-arrow svg{width:18px;height:18px;}
  .hero-arrow.prev{left:24px;}
  .hero-arrow.next{right:24px;}

  /* ============ PRODUCT SEARCH ============ */
  .sldr-btm-frm{ padding: 20px 0px;}
  .finder{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:32px;
    flex-wrap:wrap;
    
  }
  .finder-copy{
    font-size:26px;
    font-weight:800;
    line-height:1.3;
    max-width:340px;
    flex-shrink:0;
  }
  .finder-controls{
    display:flex;
    align-items:center;
    gap:14px;
    
    flex:1;
    justify-content:flex-end;
  }
  .finder-field{
    position:relative;
        flex: 0 0 30%;
  }
  .finder-field select,
  .finder-field input{
    width:100%;
    appearance:none;
    border:1px solid var(--grey-line);
    border-radius:8px;
    padding:8px 40px 8px 18px;
    font-size:14px;
    color:var(--grey-text);
    background:var(--paper);
    /* font-family:inherit; */
    height: 52px;
  }
  .finder-field select:focus,
  .finder-field input:focus{outline:none;border-color:var(--accent);}
  .finder-field svg{
    position:absolute;
    right:16px;
    top:50%;
    transform:translateY(-50%);
    width:16px;height:16px;
    color:var(--grey-text);
    pointer-events:none;
  }
  .finder-submit{
    width:52px;height:52px;
    flex-shrink:0;
    background:var(--accent);
    border-radius:8px;
    display:flex;
    align-items:center;
    justify-content:center;
    transition:background .2s ease, transform .2s ease;
  }
  .finder-submit:hover{background: var(--ink);transform:translateY(-1px);}
  .finder-submit svg{width:20px;height:20px;color: var(--paper);}

  /* ============ LOGO MARQUEE ============ */
  .marquee-band{
    background:#f4f4f4;
    padding:36px 0;
    overflow:hidden;
    position:relative;
  }
  .marquee-band::before,
  .marquee-band::after{
    content:"";
    position:absolute;
    top:0;bottom:0;
    width:120px;
    z-index:2;
    pointer-events:none;
  }
  .marquee-band::before{left:0;background:linear-gradient(90deg,#f4f4f4, rgba(244,244,244,0));}
  .marquee-band::after{right:0;background:linear-gradient(270deg,#f4f4f4, rgba(244,244,244,0));}
  .marquee-track{
    display:flex;
    align-items:center;
    gap:40px;
    width:max-content;
    animation:scrollLogos 32s linear infinite;
  }
  .marquee-band:hover .marquee-track{animation-play-state:paused;}
  .marquee-track img{
   
    width:auto;
    
  }
  .marquee-track img:hover{opacity:1;}
  @keyframes scrollLogos{
    from{transform:translateX(0);}
    to{transform:translateX(-50%);}
  }
  @media (prefers-reduced-motion: reduce){
    .marquee-track{animation:none;}
  }

  /* ============ ABOUT / COMPANY OVERVIEW ============ */
  .about-section{
    position:relative;
    padding:90px 0;
    background-image:
      linear-gradient(90deg, rgba(0,0,0,.035) 1px, transparent 1px),
      linear-gradient(0deg, rgba(0,0,0,.035) 1px, transparent 1px);
    background-size:56px 56px;
    background-position:center top;
    -webkit-mask-image:radial-gradient(ellipse 100% 100% at 50% 50%, #000 55%, transparent 100%);
            mask-image:radial-gradient(ellipse 100% 100% at 50% 50%, #000 55%, transparent 100%);
  }
  .about-inner{
    max-width:var(--page-max);
    margin:0 auto;
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:70px;
    align-items:center;
        margin-bottom: 70px;
  }
  .about-media{
    background:var(--paper);
    border:1px solid var(--grey-line);
    border-radius:20px;
    padding:14px;
    box-shadow:0 24px 48px rgba(0,0,0,.08);
  }
  .about-media img{
    width:100%;

    border-radius:12px;
  }
  .about-stats{
    margin-top:14px;
    background:var(--ink);
    border-radius:12px;
    display:flex;
    padding:26px 10px;
  }
  .about-stats .stat{
    flex:1;
    text-align:center;
    position:relative;
  }
  .about-stats .stat + .stat::before{
    content:"";
    position:absolute;
    left:0;top:8px;bottom:8px;
    width:1px;
    background:rgba(255,255,255,.15);
  }
  .about-stats .num{
    font-size:34px;
    font-weight:800;
    color: #fff ;
    line-height:1;
    margin-bottom:8px;
  }
  .about-stats .label{
    font-size:13px;
    color:#cfcfcf;
  }

  .about-eyebrow{
    display:flex;
    align-items:center;
    gap:10px;
    color: #ff0000;
    font-weight: 500;
    font-size: 12px;
    letter-spacing: .09em;
    margin-bottom:18px;
  }
  .about-eyebrow .dot{
    width:11px;
    height:11px;
    background:var(--accent);
    border-radius: 1px;
  }
  .heading{
    font-size:34px;
    line-height:1.25;
    font-weight:700;
    margin-bottom:24px;
  }
.text-center{text-align:center}
  .about-copy p{
    
   
    margin-bottom:18px;
    
  }
  .banner{
    position:relative;
    height:260px;
    display:flex;
    align-items:center;
    background:url(../images/banner.jpg) center/cover no-repeat;
    border-radius:18px;
    color:#fff;
  }
  .banner h2{font-size:36px;margin:0 0 10px;    line-height: normal;}
  .banner .breadcrumb ul{display:flex;gap:8px;list-style:none;margin:0;padding:0;font-size:13px;color:rgba(255,255,255,.8);}
  .banner .breadcrumb a{color:rgba(255,255,255,.8);}
  .banner .breadcrumb a:hover{color:var(--accent);}
  .banner .breadcrumb li:not(:last-child)::after{content:"/";margin-left:8px;color:rgba(255,255,255,.5);}

  .pad{padding:80px 0;}

  .mvv-intro{max-width:720px;margin:0 auto 50px;text-align:center;}
  .mvv-intro .about-eyebrow{justify-content:center;}

  .mvv-grid{display:grid;grid-template-columns:1fr 1fr;gap:28px;}
  .mvv-card{
    display:grid;
    grid-template-columns:64px 1fr;
    gap:24px;
    padding:36px;
    border-radius:12px;
    background:#f6f6f6;
    border-left:3px solid var(--accent);
    align-content:start;
  }
  .mvv-card:nth-child(3){grid-column:1 / -1;max-width:640px;margin:0 auto;}

  @media (max-width:900px){
    .mvv-grid{grid-template-columns:1fr;}
    .mvv-card:nth-child(3){max-width:none;}
  }
  .mvv-card h3{font-size:22px;margin:0 0 12px;color:var(--ink);}
  .mvv-card p{font-size:15px;line-height:1.75;color:var(--grey-text);margin:0;}
  .mvv-icon{
    width:64px;height:64px;
    display:flex;align-items:center;justify-content:center;
    border-radius:50%;
    background:var(--ink);
    color:#fff;
    flex-shrink:0;
  }
  .mvv-icon svg{width:30px;height:30px;}

  .chairman-wrap{
    display:grid;
    grid-template-columns:380px 1fr;
    gap:56px;
    align-items:center;
  }
  .chairman-photo{aspect-ratio:4/5;border-radius:12px;overflow:hidden;}
  .chairman-photo img{width:100%;height:100%;object-fit:cover;display:block;}
  .chairman-copy p{font-size:15px;line-height:1.8;color:var(--grey-text);margin:0 0 20px;}
  .chairman-sign{font-family:"Plus Jakarta Sans", cursive;font-size:22px;font-style:italic;color:var(--ink);}

  @media (max-width:860px){
    .chairman-wrap{grid-template-columns:1fr;}
    .chairman-photo{max-width:320px;margin:0 auto;}
  }

  .about-divider{
    height:1px;
    background:var(--grey-line);
    margin:22px 0 26px;
   
  }
  .about-cta{
    display:inline-flex;
    align-items:center;
    gap:14px;
    background:var(--ink);
    color:#fff;
    padding: 5px 20px 5px 5px;
    border-radius:6px;
    font-weight: 700;
    font-size: 12px;
    letter-spacing:.03em;
    transition:transform .2s ease, background .2s ease;
    text-transform: uppercase;
  }
  .about-cta .arrow-badge{
    width: 43px;
    height: 43px;
    border-radius: 5px;
    background:var(--accent);
    color:var(--white);
    display:flex;
    align-items:center;
    justify-content:center;
    flex-shrink:0;
  }
  .about-cta .arrow-badge svg{width: 20px;
    height: 20px;}
  .about-cta:hover{background: var(--accent);transform:translateY(-2px);}
.about-cta:hover .arrow-badge { background-color:var(--ink); color:var(--paper)}
  @media (max-width: 980px){
    .about-inner{grid-template-columns:1fr;}
    .finder{justify-content:flex-start;}
    .finder-controls{justify-content:flex-start;width:100%;}
    .finder-field{flex:1;min-width:160px;}
  }
  @media (max-width: 640px){
    .about-copy h2{font-size:28px;}
    .about-stats{flex-wrap:wrap;}
    .about-stats .stat{flex:0 0 50%;margin-bottom:16px;}
  }

  /* ============ PRODUCT SOLUTIONS CAROUSEL ============ */
  .solutions-section{
    position:relative;
    background:#f6f6f6;
    padding:80px 0 90px;
    overflow:hidden;
  }
  .solutions-doodle{
    position:absolute;
    top:-40px;
    left:-60px;
    width:520px;
    height:420px;
    opacity:.5;
    pointer-events:none;
  }
  .solutions-head{
    position:relative;
    z-index:2;
    max-width:1600px;
    margin:0 auto;
    padding:0 40px;
    display:flex;
    justify-content:space-between;
    align-items:flex-end;
    gap:40px;
    flex-wrap:wrap;
    margin-bottom:44px;
  }
  .solutions-heading .about-eyebrow{margin-bottom:14px;}
  .solutions-heading h2{
 
    max-width:520px;
  }
  .solutions-side{
    display:flex;
    align-items:flex-end;
    gap:28px;
    flex-wrap:wrap;
  }
  .solutions-side p{
    font-size:15px;
    line-height:1.7;
    color:var(--grey-text);
    max-width:340px;
  }
  .solutions-nav{
    display:flex;
    gap:10px;
    flex-shrink:0;
  }
  .solutions-nav button{
    width:46px;height:46px;
    border-radius:8px;
    border:1px solid var(--grey-line);
    background:#fff;
    display:flex;align-items:center;justify-content:center;
    transition:background .2s ease, border-color .2s ease;
  }
  .solutions-nav button:hover{background:var(--ink);border-color:var(--ink);color:#fff;}
  .solutions-nav button svg{width:18px;height:18px;}

  .solutions-track{
    position:relative;
    z-index:2;
    display:flex;
    gap:24px;
    overflow-x:auto;
    scroll-snap-type:x mandatory;
    padding:0 40px;
    max-width:1600px;
    margin:0 auto;
    scrollbar-width:none;
  }
  .solutions-track::-webkit-scrollbar{display:none;}

  .solution-card{
    position:relative;
    flex:0 0 auto;
    width:420px;
    height:520px;
    border-radius:16px;
    overflow:hidden;
    scroll-snap-align:start;
    background-size:cover;
    background-position:center;
  }
  .solution-card::after{
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(0deg, rgba(0,0,0,.78) 0%, rgba(0,0,0,.35) 35%, rgba(0,0,0,0) 60%);
  }
  .solution-card .icon-mark{
    position:absolute;
    top:22px;
    right:22px;
    z-index:2;
    width:44px;height:44px;
    border-radius:50%;
    background:rgba(255,255,255,.14);
    backdrop-filter:blur(4px);
    display:flex;align-items:center;justify-content:center;
  }
  .solution-card .icon-mark svg{width:22px;height:22px;color:#fff;}
  .solution-card .card-copy{
    position:absolute;
    left:0;right:0;bottom:0;
    z-index:2;
    padding:26px 88px 26px 26px;
    color:#fff;
  }
  .solution-card .card-copy h3{
    font-size:21px;
    font-weight:800;
    margin-bottom:8px;
  }
  .solution-card .card-copy p{
    font-size:13.5px;
    line-height:1.6;
    color:#e4e4e4;
  }
  .solution-card .card-arrow{
    position:absolute;
    right:22px;
    bottom:24px;
    z-index:3;
    width:46px;height:46px;
    border-radius:8px;
    background:var(--accent);
    color:var(--ink);
    display:flex;align-items:center;justify-content:center;
    transition:background .2s ease, transform .2s ease;
  }
  .solution-card .card-arrow:hover{background:var(--accent-dark);transform:translateX(3px);}
  .solution-card .card-arrow svg{width:18px;height:18px;}

  @media (max-width: 640px){
    .solution-card{width:82vw;height:440px;}
    .solutions-head{margin-bottom:28px;}
  }

  /* ============ PRODUCTS CAROUSEL ============ */
  .products-section{
    position:relative;
    padding:90px 0;
    overflow:hidden;
    background-color: #f5f5f5;
    background-image: url(../images/bg1.png);
    background-position: left center;
    background-repeat: no-repeat;
  }
  .products-section::before{
    content:"";
    position:absolute;
    top:20px;left:-60px;
    width:340px;height:340px;
    border:1px solid rgba(0,0,0,.07);
    border-radius:40px;
    transform:rotate(18deg);
    pointer-events:none;
  }
  .products-section::after{
    content:"";
    position:absolute;
    top:110px;left:20px;
    width:220px;height:220px;
    border:1px solid rgba(0,0,0,.06);
    border-radius:28px;
    transform:rotate(-10deg);
    pointer-events:none;
  }
  .products-head{
    position:relative;
    z-index:2;
    max-width:var(--page-max);
    margin:0 auto 44px;
    display:flex;
    justify-content:space-between;
    align-items:flex-end;
    gap:40px;
    flex-wrap:wrap;
  }

  .products-head-right{
    display:flex;
    align-items:center;
    gap:24px;
    flex-wrap:wrap;
  }
  .products-head-right p{

    line-height: 1.7;
    color: var(--grey-text);
    max-width: 470px;
    font-weight: 500;
  }
  .carousel-nav{
    display:flex;
    gap:10px;
    flex-shrink:0;
        justify-content: flex-end;
    margin-bottom: 20px;
  }
  .carousel-arrow{
    width:44px;height:44px;
    border:1px solid var(--grey-line);
    border-radius:8px;
    background:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    transition:background .2s ease, border-color .2s ease, transform .2s ease;
  }
  .carousel-arrow svg{width:18px;height:18px;color:var(--ink);}
  .carousel-arrow:hover{background:var(--ink);border-color:var(--ink);}
  .carousel-arrow:hover svg{color:var(--accent);}
  .carousel-arrow:active{transform:scale(.94);}

  .carousel-viewport{
    position:relative;
    z-index:2;
    /* max-width:var(--page-max); */
    margin: 0;
    overflow-x:auto;
    scroll-snap-type:x mandatory;
    scrollbar-width:none;
    -ms-overflow-style:none;
  }
  .carousel-viewport::-webkit-scrollbar{display:none;}
  .carousel-track{
    display:flex;
    gap:24px;
    width:max-content;
  }
  .product-card{
    position:relative;
    flex: 0 0 660px;
    height: 430px;
    border-radius:18px;
    overflow:hidden;
    background-size:cover;
    background-position:center;
    scroll-snap-align:start;
    /* -webkit-transition: all 300ms ease-in-out;-moz-transition: all 300ms ease-in-out;transition: all 300ms ease-in-out; */
    transition: background-position .5s ease;
  }
.product-card:hover{background-position: center top;}
  .product-card::before{
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(180deg, rgba(0,0,0,0) 45%, rgba(0,0,0,.75) 100%);
  }
  .product-card-panel{
    position:absolute;
    left:16px;right:16px;bottom:16px;
    z-index:2;
    background:rgba(18,18,18,.55);
    backdrop-filter:blur(6px);
    -webkit-backdrop-filter:blur(6px);
    border-radius:12px;
    padding:20px 78px 20px 22px;
    color:#fff;
    -webkit-transition: all 300ms ease-in-out;-moz-transition: all 300ms ease-in-out;transition: all 300ms ease-in-out;
  }
  .product-card-panel h3{
    font-size:19px;
    font-weight:800;
    margin-bottom:8px;
    -webkit-transition: all 300ms ease-in-out;-moz-transition: all 300ms ease-in-out;transition: all 300ms ease-in-out;
  }
  .product-card-panel p{
    font-size:13px;
    line-height:1.6;
    color:#dcdcdc;
    -webkit-transition: all 300ms ease-in-out;-moz-transition: all 300ms ease-in-out;transition: all 300ms ease-in-out;
  }
  .product-card-btn{
    position:absolute;
    right:28px;
    bottom:28px;
    z-index:3;
    width:48px;height:48px;
    border-radius:8px;
    background:var(--accent);
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    transition:background .2s ease, transform .2s ease;
  }
  .product-card-btn svg{width:18px;height:18px;}
  .product-card-btn:hover{background:var(--accent-dark);transform:translateY(-2px);}
.product-card:hover .product-card-panel{ background-color: var(--accent);}
.product-card:hover .product-card-panel h3, .product-card:hover .product-card-panel p{ color: #fff;}
.product-card:hover .product-card-btn{ background-color: #000; color: #fff;}


  .product-card[data-tone="1"]{ background-image: url(../images/ser-1.jpg); }
  .product-card[data-tone="2"]{background-image: url(../images/ser-2.jpg);}
  .product-card[data-tone="3"]{background-image: url(../images/ser-3.jpg);}
  .product-card[data-tone="4"]{background-image: url(../images/ser-1.jpg);}
  .product-card[data-tone="5"]{background-image: url(../images/ser-2.jpg);}
  .product-card[data-tone="6"]{background-image: url(../images/ser-3.jpg);}

  @media (max-width: 640px){
    .product-card{flex-basis:300px;height:400px;}
    .products-head h2{font-size:28px;}
  }

  /* ============ INDUSTRIES WE SERVE ============ */
  .industries-section{
    padding: 100px 0;
    background:var(--paper);
  }
  .industries-head{
    /* max-width:900px; */
    margin:0 auto 56px;
    text-align:center;
  }
  .industries-head .about-eyebrow{justify-content:center;}

  .industries-grid{
    /* max-width:var(--page-max); */
    /* margin:0 auto; */
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:24px;
  }
  .industry-card{
    background: #f5f5f5;
    border-radius: 5px;
    padding:20px;
    display:flex;
    align-items:center;
    gap:28px;
    -webkit-transition: all 300ms ease-in-out;-moz-transition: all 300ms ease-in-out;transition: all 300ms ease-in-out;
  }
  .industry-card:hover{ background-color: var(--ink);}
  .industry-card .thumb{
    flex: 0 0 271px;
    height: 184px;
    border-radius: 5px;
    background-size:cover;
    background-position:center;
    overflow: hidden;
  }
.industry-card .thumb img{-webkit-transition: all 300ms ease-in-out;-moz-transition: all 300ms ease-in-out;transition: all 300ms ease-in-out;}
.industry-card:hover .thumb img{-moz-transform: scale(1.1, 1.1);-ms-transform: scale(1.1, 1.1); -webkit-transform: scale(1.1, 1.1);transform: scale(1.1, 1.1);}

  .industry-card h3{
    font-size: 22px;
    font-weight: 600;
    margin-bottom:10px;
    -webkit-transition: all 300ms ease-in-out;-moz-transition: all 300ms ease-in-out;transition: all 300ms ease-in-out;
  }
  .industry-card p{
   -webkit-transition: all 300ms ease-in-out;-moz-transition: all 300ms ease-in-out;transition: all 300ms ease-in-out;
  
    color: var(--ink);
    font-weight: 500;
  }
.industry-card:hover h3, .industry-card:hover p { color: #fff;}



  .industry-card[data-tone="1"] .thumb{background-image:linear-gradient(150deg,#9aa2ab 0%,#575e66 55%,#2a2e33 100%);}
  .industry-card[data-tone="2"] .thumb{background-image:linear-gradient(150deg,#8fa3ad 0%,#4a5960 55%,#22282c 100%);}
  .industry-card[data-tone="3"] .thumb{background-image:linear-gradient(150deg,#7d8a86 0%,#454f4c 55%,#1e2321 100%);}
  .industry-card[data-tone="4"] .thumb{background-image:linear-gradient(150deg,#918676 0%,#4c453a 55%,#211e19 100%);}

  @media (max-width: 860px){
    .industries-grid{grid-template-columns:1fr;}
   
    .industry-card .thumb{flex-basis:auto;}
  }

  /* ============ CTA BANNER ============ */
  .cta-section{
    padding:0;
  }
  .cta-banner{
    position:relative;
    max-width:var(--page-max);
    margin:0 auto;
    border-radius: 10px;
    overflow:hidden;
    background-image: url(../images/bg2.jpg);
    background-position: center;
    background-repeat: no-repeat;
    min-height: 450px;
    display:flex;
    opacity:0;
    transform:translateY(28px);
    transition:opacity .8s ease, transform .8s ease;
  }
  .cta-banner::after{ position: absolute; content: ''; width: 100%; height: 100%; left: 0px; top: 0px; background-color: rgba(0, 0, 0, .4);}
  .cta-banner.is-visible{opacity:1;transform:translateY(0);}

  .cta-copy{
    position:relative;
    z-index:2;
    padding:60px 50px;
    color:#fff;
    /* max-width:420px; */
  }
  .cta-copy h2{
    font-size:34px;
    font-weight:800;
    line-height:1.25;
  }

  .cta-signal{
    position:absolute;
    right:14%;
    top:18%;
    z-index:2;
    width:120px;
    height:120px;
    pointer-events:none;
  }
  .cta-signal svg{width:100%;height:100%;}
  .cta-signal .ring{
    transform-origin:center;
    animation:signalPulse 2.6s ease-out infinite;
    opacity:0;
  }
  .cta-signal .ring:nth-child(2){animation-delay:.5s;}
  .cta-signal .ring:nth-child(3){animation-delay:1s;}
  @keyframes signalPulse{
    0%{opacity:.9; transform:scale(.75);}
    70%{opacity:0; transform:scale(1.25);}
    100%{opacity:0; transform:scale(1.25);}
  }

  .cta-card{
    position: absolute;
    z-index:2;
    margin-left:auto;
    background: var(--ink);
    color:#fff;
    max-width:420px;
    padding:34px 34px 26px;
    align-self:stretch;
    display:flex;
    flex-direction:column;
    justify-content:center;
    gap:22px;
    right: 0;
    bottom: 0px;
    border-radius: 12px;
    border: 5px solid var(--paper);
  }
  .cta-card p{
    font-size:15px;
    line-height:1.7;
    color:#e2e2e2;
  }
  .cta-quote-btn{
    display:inline-flex;
    align-items:center;
    gap:10px;
    background: var(--paper);
    color:var(--ink);
    padding: 5px 20px 5px 5px;
    border-radius: 5px;
    font-weight: 700;
    font-size: 12px;
    letter-spacing:.03em;
    width:fit-content;
    transition:background .2s ease, transform .2s ease;
  }
  .cta-quote-btn svg{width: 43px;height: 43px;background-color: var(--accent);padding: 12px;border-radius: 5px;}
  .cta-quote-btn:hover{background: var(--accent);transform:translateY(-2px);}
.cta-quote-btn:hover svg{background-color: var(--ink);color: var(--paper);}
  @media (max-width: 860px){
    .cta-banner{flex-direction:column;}
    .cta-card{margin-left:0;width:100%;}
    .cta-signal{display:none;}
  }

  /* ============ FEATURE BOXES ============ */
  .features-section{
    padding: 80px 0px;
  }
  .features-grid{
    max-width:var(--page-max);
    margin:0 auto;
    display:grid;
    grid-template-columns:repeat(4, 1fr);
    gap:20px;
  }
  .feature-card{
    border-radius: 10px;
    padding:26px;
    min-height: 330px;
    display:flex;
    flex-direction:column;
    justify-content:space-between;
    color: #fff;
    position: relative;
    overflow: hidden;
  }
  .feature-card div {position: relative; z-index: 1;}
  .feature-card:after{ position: absolute; content: ''; width: 100%; height: 0%; left: 0px; bottom: 0px; z-index: 0;
   background-color: #000; -webkit-transition: all 300ms ease-in-out;-moz-transition: all 300ms ease-in-out;transition: all 300ms ease-in-out;}
  .feature-card:hover:after{ height: 100%;}
.feature-card:hover .feature-icon{ background-color: var(--accent);}



  .feature-card[data-tone="orange"]{background:var(--accent);/* color:var(--ink); */}
  .feature-card[data-tone="dark"]{background:var(--ink);}
  .feature-icon{
    width: 97px;
    height: 97px;
    border: 1.5px solid var(--paper);
    border-radius:10px;
    display:flex;
    align-items:center;
    justify-content: center;
    /* opacity:.95; */
    margin-left: auto;
    -webkit-transition: all 300ms ease-in-out;-moz-transition: all 300ms ease-in-out;transition: all 300ms ease-in-out;
  }
  .feature-icon svg{width:30px;height:30px;}
  .feature-card h3{
    font-size: 20px;
    font-weight: 700;
    margin:20px 0 10px;
  }

  .feature-card[data-tone="dark"] p{color:#fff;}
  .feature-card p{
    font-size: 14px;
    line-height:1.7;
  }
.feature-card[data-tone="dark"]:hover:after{ background: var(--accent);}
.feature-card[data-tone="dark"]:hover .feature-icon{ background: var(--ink);}




  @media (max-width: 980px){
    .features-grid{grid-template-columns:1fr 1fr;}
  }
  @media (max-width: 560px){
    .features-grid{grid-template-columns:1fr;}
  }

  /* ============ TESTIMONIALS ============ */
  .testimonials-section{
    padding:100px 0;
  }
  .testimonial-wrap{
    position:relative;
    max-width:var(--page-max);
    margin:0 auto;
    height: 640px;
  }
  .testimonial-media{
    position:absolute;
    left:0;
    top:0;
    width: 44%;
    height:100%;
    border-radius: 10px;
    overflow:hidden;
    background-size:cover;
    background-position:center;
    opacity:0;
    transition:opacity .8s ease;
    background-color: var(--ink);
  }
.testimonial-media img{ opacity:.6}
  .testimonial-media.is-active{opacity:1;}
  .testimonial-media:after{ position: absolute; content: ''; width: 100%; height: 100%; left: 0px; top:0px; background-color: rgba(0, 0, 0, .3);}

  .testimonial-card{
    position:absolute;
    left: 32%;
    right:0;
    top:11%;
    bottom:11%;
    background:#f4f4f4;
    border-radius: 10px;
    padding:46px 56px;
    display:flex;
    flex-direction:column;
    justify-content:center;
   
  }
  .quote-badge{
    position:absolute;
    top: 45px;
    right: 45px;
    width:64px;
    height:64px;
    background:#fff;
    border-radius:14px;
    display:flex;
    align-items:center;
    justify-content:center;
    box-shadow:0 10px 24px rgba(0,0,0,.08);
  }
  .quote-badge svg{width: 34px;height: 34px;color:var(--accent);}

  .testimonial-card .about-eyebrow{margin-bottom:16px;}
  .testimonial-card h2{
    /* font-size:32px; */
    /* font-weight:800; */
    margin-bottom:24px;
  }

  .testimonial-copy-stack{
    position:relative;
    min-height:190px;
  }
  .testimonial-copy{
    position:absolute;
    inset:0;
    opacity:0;
    transform:translateY(10px);
    transition:opacity .6s ease, transform .6s ease;
    display:flex;
    flex-direction:column;
    justify-content:flex-start;
  }
  .testimonial-copy.is-active{
    position:relative;
    opacity:1;
    transform:translateY(0);
  }
  .testimonial-copy p{

    color:#333;
   
  }
  .testimonial-divider{
    height:1px;
    background:var(--grey-line);
    margin:26px 0 20px;
    
  }
  .testimonial-name{font-size:16px;font-weight:800;}
  .testimonial-role{font-size:13.5px;color:var(--grey-text);margin-top:4px;}

  .testimonial-dots{
    display:flex;
    gap:10px;
    margin-top:28px;
  }
  .testimonial-dots button{
    width:10px;height:10px;
    border-radius:50%;
    background:var(--grey-line);
    transition:background .25s ease, transform .25s ease;
  }
  .testimonial-dots button.is-active{
    background:var(--accent);
    transform:scale(1.2);
  }

  @media (max-width: 900px){
    .testimonial-wrap{height:auto;}
    .testimonial-media{position:relative;width:100%;height:280px;}
    .testimonial-card{
      position:relative;
      left:0;right:0;top:0;bottom:0;
      margin-top:-40px;
      padding:36px 28px;
    }
    .quote-badge{top:-20px;right:28px;}
  }

  /* ============ NEWS & BLOGS ============ */
  .news-section{
    padding:0 0 110px;
  }
  .news-head{
    max-width:var(--page-max);
    margin:0 auto 34px;
    display:flex;
    justify-content:space-between;
    align-items:flex-end;
    gap:24px;
    flex-wrap:wrap;
  }
  .news-head h2{
    font-size:34px;
    font-weight:800;
  }
  .news-view-all{
    display:flex;
    align-items:center;
    gap:0;
    border-radius:8px;
    overflow:hidden;
    flex-shrink:0;
  }
  .news-view-all .arrow-part{
    background:var(--accent);
    width:50px;height:50px;
    display:flex;align-items:center;justify-content:center;
    transition:background .2s ease;
  }
  .news-view-all .arrow-part svg{width:18px;height:18px;color:var(--ink);}
  .news-view-all .label-part{
    background:var(--ink);
    color:#fff;
    height:50px;
    padding:0 22px;
    display:flex;
    align-items:center;
    font-weight:800;
    font-size:13px;
    letter-spacing:.04em;
    white-space:nowrap;
  }
  .news-view-all:hover .arrow-part{background:var(--accent-dark);}

  .news-grid{
    max-width:var(--page-max);
    margin:0 auto;
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:24px;
  }
  .news-card{
    position:relative;
    height: 452px;
    border-radius:18px;
    overflow:hidden;
    background:var(--ink);
  }
  .news-card-img{
    position:absolute;
    inset:0;
    background-size:cover;
    background-position:center;
    transition:transform .6s ease;
  }
  .news-card:hover .news-card-img{transform:scale(1.08);}
  .news-card::after{
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(180deg, rgba(0,0,0,0) 55%, rgba(0,0,0,.15) 100%);
    pointer-events:none;
  }
  .news-card-info{
    position:absolute;
    left:16px;right:16px;bottom:16px;
    z-index:2;
    background:#fff;
    border-radius:12px;
    padding:22px 26px;
  }
  .news-date{
    font-size:12px;
    font-weight:700;
    letter-spacing:.06em;
    color:var(--grey-text);
    margin-bottom:10px;
  }
  .news-title{
    font-size: 20px;
    font-weight: 500;
    line-height:1.4;
    text-transform: uppercase;
  }

  .news-card[data-tone="1"] .news-card-img{background-image:linear-gradient(160deg,#4f9fd6 0%,#2c6ea3 45%,#12314a 100%);}
  .news-card[data-tone="2"] .news-card-img{background-image:linear-gradient(160deg,#a8a49c 0%,#5c584f 45%,#252320 100%);}

  @media (max-width: 860px){
    .news-grid{grid-template-columns:1fr;}
  }
  @media (max-width: 560px){
    .news-card{height:360px;}
  }

  /* ============ FOOTER ============ */
  .site-footer{
    background:#f4f4f4;
    padding: 56px 0 30px;
  }
  .footer-inner{
    max-width:var(--page-max);
    margin:0 auto;
  }
  .footer-contact-grid{
    display:grid;
    grid-template-columns:repeat(3, 1fr);
    gap:20px;
    margin-bottom:50px;
  }
  .footer-contact-card{
    background:#fff;
    border-radius:16px;
    padding:26px 28px;
  }
  .footer-contact-label{
    display:flex;
    align-items:center;
    justify-content:space-between;
    font-size:12px;
    font-weight: 700;
    /* letter-spacing:.06em; */
    color:var(--ink);
    margin-bottom:20px;
  }
  .footer-contact-label svg{width:20px;height:20px;color:var(--accent);flex-shrink:0;}
  .footer-contact-card .value{
    font-size: 16px;
    line-height:1.6;
    color:var(--grey-text);
    font-weight: 500;
  }
  .footer-contact-card .value.strong {
  
    color:var(--ink);
    font-size: 12px;
  }
    .footer-contact-card .value.strong a{
    font-weight:800;
    color:var(--ink);
    font-size: 20px;
    display: block;
  }

.footer-contact-card .value.strong a:hover{ color: var(--accent);}
  .footer-main-row{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:32px;
    flex-wrap:wrap;
    padding-bottom:34px;
  }
  .footer-logo img{height:60px;width:auto;}
  .footer-menu{
    display:flex;
    align-items:center;
    gap:10px;
    flex-wrap:wrap;
    font-size: 12px;
    font-weight:700;
  }
  .footer-menu a{color:var(--ink);}
  .footer-menu a:hover{color:var(--accent-dark);}
  .footer-menu .sep{color: #3e3e3e;}

  .footer-callback h4{
    font-size: 20px;
    font-weight: 700;
    margin-bottom:14px;
  }
  .footer-callback-form{
    display:flex;
    border-radius:8px;
    overflow:hidden;
    border:1px solid var(--grey-line);
    background:#fff;
  }
  .footer-callback-form input{
    border:none;
    padding:14px 16px;
    font-size:14px;
    width:230px;
    font-family:inherit;
    color:var(--grey-text);
  }
  .footer-callback-form input:focus{outline:none;}
  .footer-callback-form button, .footer-callback-form .frm-btn-style{
    background:var(--accent);
    color: var(--paper);
    font-weight: 700;
    font-size: 18px;
    padding:0 26px;
    transition:background .2s ease;
  }
  .footer-callback-form button:hover, .footer-callback-form .frm-btn-style:hover{
    background:var(--accent-dark);
  }

  .footer-divider{
    height:1px;
    background:var(--grey-line);
  }
  .footer-bottom-row{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:20px;
    flex-wrap:wrap;
    padding-top:26px;
  }
  .footer-copy{
  
    color:var(--grey-text);
  }
  .footer-social{
    display:flex;
    gap:10px;
  }
  .footer-social a{
    width:38px;height:38px;
    border-radius:8px;
    background:#5a5a5a;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    transition:background .2s ease;
  }
  .footer-social a:hover{background:var(--ink);}
  .footer-social svg{width:17px;height:17px;}

  @media (max-width: 860px){
    .footer-contact-grid{grid-template-columns:1fr;}
    .footer-main-row{flex-direction:column;align-items:flex-start;}
    .footer-callback-form input{width:100%;}
    .footer-callback{width:100%;}
    .footer-callback-form{width:100%;}
    .footer-bottom-row{flex-direction:column;align-items:flex-start;}
  }

  /* ============ WHATSAPP BUTTON ============ */
  .whatsapp-fab{
    position:fixed;
    right:24px;
    bottom:92px;
    z-index:100;
    width:56px;height:56px;
    border-radius:50%;
    background:#25D366;
    display:flex;
    align-items:center;
    justify-content:center;
    box-shadow:0 8px 24px rgba(0,0,0,.24);
    transition:transform .2s ease, background .2s ease;
  }
  .whatsapp-fab svg{width:28px;height:28px;color:#fff;}
  .whatsapp-fab:hover{background:#1ebe57;transform:translateY(-2px);}

  @media (max-width: 640px){
    .whatsapp-fab{width:50px;height:50px;right:18px;bottom:84px;}
  }

  /* phone button */
  .phone-fab{
    position:fixed;
    right:24px;
    bottom:24px;
    z-index:100;
    display:flex;
    align-items:center;
    background:var(--ink);
    color:#fff;
    border-radius:8px;
    overflow:hidden;
    box-shadow:0 8px 24px rgba(0,0,0,.28);
  }
  .phone-fab .icon{
    background:var(--accent);
    color:var(--white);
    width:52px;
    height:52px;
    display:flex;
    align-items:center;
    justify-content:center;
    flex-shrink:0;
    position:relative;
  }
  .phone-fab .icon svg{width:20px;height:20px;position:relative;z-index:2;}
  .phone-fab .icon::before{
    content:"";
    position:absolute;
    inset:0;
    border-radius:50%;
    background:rgba(0,0,0,.15);
    transform:scale(0);
    transition:transform .4s ease;
  }
  .phone-fab:hover .icon::before{transform:scale(1);}
  .phone-fab .icon svg{
    animation:ringIdle 2.6s ease-in-out infinite;
  }
  @keyframes ringIdle{
    0%,80%,100%{transform:rotate(0);}
    82%{transform:rotate(-12deg);}
    84%{transform:rotate(10deg);}
    86%{transform:rotate(-8deg);}
    88%{transform:rotate(4deg);}
    90%{transform:rotate(0);}
  }
  .phone-fab .number{
    padding:0;
    font-weight:700;
    font-size:15px;
    max-width:0;
    white-space:nowrap;
    overflow:hidden;
    transition:max-width .35s ease, padding .35s ease;
  }
  .phone-fab:hover .number{
    max-width:220px; padding:0 18px 0 14px;
  }
  .phone-fab:hover{background:#000;}
.scrollwrap{width: calc(50vw + 732px);overflow: hidden;}
.product-pg-wrap{
    display: flex;
    gap: 25px 4%;
}
.prdct-pg-box{
    flex: 0 0 48%;
}
.subheading{
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 15px;
}
.cust-pro-wrap{
    display: flex;
    gap: 15px 1%;
    flex-wrap: wrap;
    margin-bottom: 30px;
}
.cust-pro-box{
    flex: 0 0 19.2%;
    border: 1px solid #e2e2e2;
}
.optnl-pro-wrap{
    display: flex;
    gap: 20px 4%;
    align-items: center;
    margin-bottom: 30px;
    border: 1px solid #e2e2e2;
    padding: 50px;
    border-radius: 15px;
}
.optnl-pro-box{
    flex: 0 0 48%;
    width: 100%;
}
.optnl-pro-box img{ width:100%; border-radius: 15px;}

/* Fence Carousel Styles */
.fence-image-carousel {
    position: relative;
    width: 100%;
}

.fence-carousel-nav {
    position: absolute;
    top: 50%;
    left: 15px;
    right: 15px;
    display: flex;
    justify-content: space-between;
    z-index: 10;
    pointer-events: none;
    margin-top: -22px;
}

.fence-carousel-nav .carousel-arrow {
    pointer-events: all;
}

.fence-carousel-viewport {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    width: 100%;
}

.fence-carousel-track {
    display: flex;
    transition: transform 0.4s ease;
    width: 100%;
}

.fence-carousel-track img {
    flex: 0 0 100%;
    width: 100%;
    height: auto;
    display: block;
}

/* ============ CONTACT PAGE ============ */
.contact-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: start;
}

.contact-details {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.contact-details .heading {
    margin-bottom: 10px;
}

.contact-details > p {
    font-size: 15px;
    color: var(--grey-text);
    margin-bottom: 0;
}

.contact-info-cards {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.contact-info-card {
    display: flex;
    gap: 20px;
    padding: 20px;
    background: #f9f9f9;
    border-radius: 12px;
    border: 1px solid #e2e2e2;
    transition: all 0.3s ease;
}

.contact-info-card:hover {
    background: #fff;
    border-color: var(--accent);
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

.contact-icon {
    flex-shrink: 0;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(204, 167, 91, 0.1);
    border-radius: 10px;
    color: var(--accent);
}

.contact-icon svg {
    width: 24px;
    height: 24px;
}

.contact-card-content h3 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 8px;
    color: var(--ink);
}

.contact-card-content p {
    font-size: 14px;
    color: var(--grey-text);
    margin: 0;
    line-height: 22px;
}

.contact-card-content a {
    color: var(--accent);
    font-weight: 600;
    text-decoration: none;
    transition: color 0.2s ease;
}

.contact-card-content a:hover {
    color: var(--accent-dark);
}

/* Contact Form */
.contact-form-wrapper {
    display: flex;
    flex-direction: column;
    gap: 30px;
    background: #f9f9f9;
    padding: 40px;
    border-radius: 15px;
    border: 1px solid #e2e2e2;
}

.contact-form-wrapper .heading {
    margin-bottom: 10px;
    margin-top: 0;
}

.contact-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.form-group {
    display: flex;
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    padding: 14px 16px;
    font-family: inherit;
    font-size: 14px;
    border: 1px solid #ddd;
    border-radius: 8px;
    background: #fff;
    color: var(--ink);
    transition: all 0.3s ease;
    resize: vertical;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
    color: #999;
}

.contact-form input:focus,
.contact-form textarea:focus {
    outline: none;
    border-color: var(--accent);
    box-shadow: 0 0 0 3px rgba(204, 167, 91, 0.1);
}

.submit-btn {
    align-self: flex-start;
    padding: 14px 40px !important;
    background: var(--accent) !important;
    color: #fff !important;
    font-weight: 700 ;
    font-size: 14px!important;
    border: none!important;
    border-radius: 8px!important;
    cursor: pointer!important;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.submit-btn:hover {
    background: var(--accent-dark)!important;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(204, 167, 91, 0.3);
}

.submit-btn:active {
    transform: translateY(0);
}

p{ margin:0 0 30px}

.list{padding: 0px;margin: 0 0 25px;display: flex;width: 100%;flex-direction: column;}
.list li{list-style: none;padding-left: 22px;margin-bottom: 6px;position: relative;}
.list li:after{position: absolute;content: '';width: 6px;height: 6px;border: 2px solid var(--accent);left: 0px;top: 8px;border-radius: 50px;}
.list li a{ color: #3a4455; }
hr {margin:40px  0 60px 0;height:1px;border:0;border-top:1px solid #c1c1c1;border-bottom:1px solid #c1c1c1;width:100%;position:relative;}
.map{ margin-top: 50px;}

.hover-effect{width:100%;display: block;position:relative;overflow:hidden; border-radius: 12px;}
.hover-effect i{width:50px;height:50px;background-color:var(--primary-color);color:var(--white);position:absolute;left:50%;top:-100px;z-index:1;line-height:50px;
text-align:center;margin:0 0 0 -25px;-webkit-transition: all 300ms ease-in-out;-moz-transition: all 300ms ease-in-out;transition: all 300ms ease-in-out;}
.hover-effect:hover i{top:50%;margin:-25px 0 0 -25px;}
.hover-effect:hover i:hover{background-color:var(--secondary-color);}
.hover-effect img {display:block;-webkit-transition: all 300ms ease-in-out;-moz-transition: all 300ms ease-in-out;transition: all 300ms ease-in-out;width:100%;}
.hover-effect:hover img {-moz-transform: scale(1.1, 1.1);-ms-transform: scale(1.1, 1.1); -webkit-transform: scale(1.1, 1.1);transform: scale(1.1, 1.1);}

/* Layout Wrapper */
.shop-layout-container {
  display: grid;
  grid-template-columns: 280px 1fr; /* Left Sidebar: 280px | Right Grid: Remaining space */
  gap: 30px;
  align-items: start;
  margin: 0 auto;
}

/* Sidebar Card Styling */
.sidebar-category-card {
    background-color: #fcfcfc;
    border: 1px solid #eeeeee;
    border-radius: 0;
    padding: 24px 20px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
    position: sticky;
    top: 130px;
}

.category-card-title {
  font-size: 1.1rem;
  font-weight: 700;
  color: #222222;
  /* text-transform: uppercase; */
  margin: 0 0 16px 0;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--accent); /* Matches primary orange highlight */
}

.category-menu-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.category-menu-list li {
  margin-bottom: 4px;
}

.category-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 4px 12px;
  color: #555555;
  text-decoration: none;
  font-size: 0.95rem;
  border-radius: 6px;
  transition: all 0.2s ease-in-out;
}

.category-count {
  font-size: 0.85rem;
  color: #999999;
}

.category-item:hover,
.category-item.active {
  background-color: #ffffff;
  color: #e67e22;
  font-weight: 600;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}

.category-item:hover .category-count,
.category-item.active .category-count {
  color: #e67e22;
}

/* Responsive adjustment for screens under 992px */
@media (max-width: 991px) {
  .shop-layout-container {
    grid-template-columns: 1fr; /* Stack sidebar above grid on smaller screens */
  }
}


/* Layout Container */
.product-grid-inn {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

/* Base Card Styling */
.product-card-inn {
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
}

/* Image Wrapper with Marble Texture Background */
.product-card-inn .image-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
  border: 1px solid #eee;
}

.product-card-inn .image-wrapper .hover-effect  {
  border-radius: 0;
}

.product-card-inn .product-image {
  max-width: 100%;
  display: block;
  transition: transform 0.3s ease;
}

.product-card-inn:hover .product-image {
  transform: scale(1.05);
}

/* Floating Wishlist Heart Button */
.wishlist-btn {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #ffffff;
  border: 1px solid #e5e5e5;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  transition: background-color 0.2s ease, border-color 0.2s ease;
  z-index: 1;
}

.wishlist-btn svg {
  width: 16px;
  height: 16px;
  stroke: #444444;
}

.wishlist-btn:hover {
  background-color: #f9f9f9;
  border-color: #cccccc;
}

/* Card Content Details */
.product-info {
  padding-top: 18px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e0e0e0;
}

.product-title {
  font-size: 20px;
  font-weight: 800;
  color: #1a1a1a;
  letter-spacing: 0.5px;
  margin-bottom: 14px;
  text-transform: uppercase;
}

.view-details {
  font-size: 0.75rem;
  font-weight: 700;
  color: #1a1a1a;
  text-decoration: none;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  display: inline-block;
  transition: color 0.2s ease;
}

.view-details:hover {
  color: var(--accent);
}
















  /************************************* 1330px *************************************/
@media only screen and (max-width: 1500px) {
.container{ width:95%;}

}


@media only screen and (max-width: 1460px) {
.site-header{gap:5px}
.header-actions { gap: 5px;}
.main-nav a { padding: 10px 10px;}
.brand-cluster .logo{        width: 190px;}
.product-card { flex: 0 0 500px;}
.testimonial-media { width: 54%;}
}

@media only screen and (max-width: 1280px) {
    .logo-slide{ padding: 0px; border-radius: 0px; }
.hero{ border-radius: 0px;}
.finder-field {
  
    flex: 0 0 25%;}
.products-head{ gap:0px}
    .main-nav a {
        padding: 10px 6px;
    }
    .brand-cluster .logo {
        width: 170px;
    }
  .footer-copy {
    font-size: 15px;}
  .news-title {
    font-size: 18px;}

}



/************************************* 1024px *************************************/
@media only screen and (max-width: 1024px) {
.container{ width:90%;}
.industries-grid {
   grid-template-columns: 1fr;}
   .features-grid {
 grid-template-columns: repeat(2, 1fr);}
 .scrollwrap { width: 100% !important; padding: 0;}
 .finder {
 
    align-items: stretch;
 
   
    flex-direction: column;
    text-align: center;}
  .finder-copy {
    max-width: 100%;}
      .finder-field {
        flex: 0 0 29.95%;
    }
  .about-inner { grid-template-columns: 1fr;}
}

  @media (max-width: 1180px){
    .main-nav{
      display:flex;
      position:fixed;
      top:0;
      right:0;
      height:100vh;
      width:300px;
      max-width:82vw;
      background:#fff;
      flex-direction:column;
      align-items:stretch;
      gap:0;
      padding:90px 10px 20px;
      box-shadow:-8px 0 30px rgba(0,0,0,.18);
      transform:translateX(100%);
      transition:transform .3s ease;
      z-index:1001;
      overflow-y:auto;
    }
    .main-nav.is-open{transform:translateX(0);}
    .main-nav a{
      padding:16px 10px;
      border-bottom:1px solid #eee;
      width:100%;
    }
    .main-nav a.is-active{box-shadow:none;}

    .nav-close{
      display:flex;
      align-items:center;
      justify-content:center;
      position:absolute;
      top:20px;
      right:20px;
      width:36px;
      height:36px;
      border:none;
      background:#f4f4f4;
      border-radius:50%;
      color:var(--ink);
      cursor:pointer;
    }
    .nav-item-dropdown{position:static;}
    .nav-dropdown{
      position:static;
      display:none;
      box-shadow:none;
      padding:0 0 0 16px;
    }
    .nav-item-dropdown.is-open .nav-dropdown{display:flex;}
    .nav-item-dropdown.is-open .nav-drop-toggle svg{transform:rotate(180deg);}
    .nav-dropdown a{border-bottom:none;padding:12px 10px;}

    .nav-toggle{display:flex;}
    .nav-toggle.is-active span:nth-child(1){transform:translateY(8px) rotate(45deg);}
    .nav-toggle.is-active span:nth-child(2){opacity:0;}
    .nav-toggle.is-active span:nth-child(3){transform:translateY(-8px) rotate(-45deg);}

    .nav-overlay{
      display:none;
      position:fixed;
      inset:0;
      background:rgba(0,0,0,.45);
      z-index:1000;
    }
    .nav-overlay.is-open{display:block;}

    .hero-title{font-size:42px;}
    .product-grid-inn {
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
  }


 @media (max-width: 980px){
  .cust-pro-box {
    flex: 0 0 32.66666%;}
  .optnl-pro-wrap{ flex-direction: column;}
  .contact-wrapper {
    grid-template-columns: 1fr;
    gap: 40px;
  }
 }
 @media (max-width: 991px){
.sidebar-category-card{position: inherit;}
}
 @media (max-width: 800px){
  .site-header{ flex-wrap: wrap;}
  .brand-divider {  height: 52px;}
  .header-actions {
        justify-content: space-between;
        flex: 0 0 100%;
        border-top: 1px solid #e2e2e2;
        padding-top: 9px;
        margin-top: 9px;
    }
  .site-header{ padding: 10px 0px;}
  .hero-title{ margin-top: 0px;}
  .testimonial-media{ display: none;}
  .heading br{ display: none;}
  .product-pg-wrap{ flex-direction: column;}
 }
  
  @media (max-width: 640px){

  
    .hero-wrap{padding:0 16px 16px;}
    .hero{height:calc(100vh - var(--header-h, 90px) - 16px);border-radius:18px;}
    .hero-content{padding:0 24px;}
    .hero-title{font-size:32px;}
    .hero-desc{font-size:14px;}
    .hero-arrow{display:none;}

    .quote-btn{padding:12px;}
    .header-actions .quote-btn svg { display: none;}
  .search-box input { width: 155px; height: 40px;}
      .quote-btn {
        padding: 7px 12px;
    }
    .finder-controls{ flex-wrap: wrap;}
        .finder-field {
        flex: 0 0 48.6%;
    }
    .about-stats .num {
    font-size: 22px;}
    .about-stats{ justify-content: center;}
    .about-stats .stat:nth-child(3)::before{
display: none;
    }
    .heading {
    font-size: 28px;}
    .contact-form-wrapper {
      padding: 24px;
    }
        .product-grid-inn {
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
  }


  @media (max-width: 575px){
        .product-grid-inn {
  grid-template-columns: repeat(1, 1fr);
}
body { font-size: 14px;}
    .cust-pro-box {
        flex: 0 0 49.5%;
    }
    .banner h2 {
    font-size: 26px;}
    .banner {
  height: 160px;}
  .pad {
    padding: 50px 0;
}
.optnl-pro-wrap{ padding: 15px;}
.subheading {
    font-size: 20px;}
  }
  
  @media (max-width: 480px){
     .industry-card{flex-direction:column;align-items:stretch;}
     .industry-card { align-items: flex-start;
   
    flex-direction: column;
 align-items: stretch;
 flex-direction: column;}
.industry-card .thumb img{ width: 100%;}
.finder-controls { align-items: stretch;flex-direction: column;}
.industries-head { margin: 0 auto 35px;}
.cta-copy h2 { font-size: 28px;}
    .features-grid {
        grid-template-columns: 1fr;
    }
        .brand-cluster .logo {
        width: 130px;}
        .grp-log0{width: 95px;}
            .products-head h2 {
        font-size: 25px;
    }
    .industries-section { padding: 65px 0;}
    .cta-copy {
   
    padding: 22px 30px;}
        .cta-copy h2 {
        font-size: 22px;
    }
    .footer-contact-card .value.strong { font-size: 15px;}
  }
 @media (max-width: 360px){
  .brand-cluster {
   
    gap: 6px;}
        .search-box input {
        width: 134px;}
            .banner h2 {
        font-size: 20px;
    }
    .banner .breadcrumb ul {

    gap: 5px;}
    .banner .breadcrumb li:not(:last-child)::after {
 
    margin-left: 5px;}
 }
  