/* JoshTech UI additions */
.jt-theme-toggle{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;border:0;border-radius:12px;background:#171b2d;color:#fff;cursor:pointer;margin:0 8px;font-size:17px;transition:.25s;box-shadow:0 8px 20px rgba(0,0,0,.08)}
.jt-theme-toggle:hover{transform:translateY(-1px);background:#e8a82e}
.color-palate{display:none!important}
.jt-products-section{padding:95px 0;background:#fff}
.jt-products-section .sec-title_heading{margin-bottom:12px}
.jt-products-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;margin-top:42px}
.jt-product-card{background:#fff;border:1px solid #edf0f4;border-radius:18px;overflow:hidden;box-shadow:0 12px 35px rgba(20,30,50,.08);height:100%;display:flex;flex-direction:column;transition:.25s}
.jt-product-card:hover{transform:translateY(-5px);box-shadow:0 18px 45px rgba(20,30,50,.13)}
.jt-product-image{height:245px;background:#f6f7f9;display:flex;align-items:center;justify-content:center;overflow:hidden}
.jt-product-image img{width:100%;height:100%;object-fit:cover}
.jt-product-body{padding:22px;display:flex;flex-direction:column;flex:1}
.jt-product-category{font-size:12px;text-transform:uppercase;letter-spacing:1px;color:#e8a82e;font-weight:700}
.jt-product-title{font-size:22px;margin:8px 0 9px;color:#171b2d;font-weight:700}
.jt-product-description{color:#6c7481;line-height:1.7;margin:0 0 18px}
.jt-product-meta{display:flex;justify-content:space-between;align-items:center;margin-top:auto;gap:12px}
.jt-product-price{font-weight:800;font-size:18px;color:#171b2d}
.jt-product-quote{border:0;border-radius:8px;background:#e8a82e;color:#111;padding:10px 15px;font-weight:700;text-decoration:none}
.jt-empty-products{text-align:center;padding:35px;color:#737b88}
body.jt-dark{background:#0e1117;color:#e8edf5}
body.jt-dark .header-lower,body.jt-dark .main-header,body.jt-dark .header-top{background:#121720!important;color:#e8edf5}
body.jt-dark .jt-products-section,body.jt-dark .jt-product-card,body.jt-dark .welcome-one,body.jt-dark .service-one,body.jt-dark .project-one{background:#0e1117!important;color:#e8edf5}
body.jt-dark .jt-product-card{border-color:#27303d;box-shadow:0 15px 35px rgba(0,0,0,.25)}
body.jt-dark .jt-product-title,body.jt-dark .jt-product-price,body.jt-dark .sec-title_heading,body.jt-dark h1,body.jt-dark h2,body.jt-dark h3,body.jt-dark h4,body.jt-dark h5,body.jt-dark h6{color:#f4f7fb!important}
body.jt-dark .jt-product-description,body.jt-dark .text,body.jt-dark p{color:#aeb8c7}
body.jt-dark .jt-product-image{background:#171d27}
body.jt-dark .main-menu .navigation > li > a{color:#f4f7fb!important}
body.jt-dark .footer-style-one,body.jt-dark footer{background:#080b10!important}
@media(max-width:991px){.jt-products-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.jt-theme-toggle{width:42px;height:42px}}
@media(max-width:600px){.jt-products-section{padding:65px 0}.jt-products-grid{grid-template-columns:1fr}.jt-product-image{height:220px}.jt-theme-toggle{margin:0 5px;width:40px;height:40px}}


/* JoshTech header logo sizing */
.main-header .logo-box .logo img{width:128px;height:auto;max-width:128px;display:block}
.mobile-menu .nav-logo img{width:138px;height:auto;max-width:138px}
.footer-logo img{width:170px;height:auto;max-width:170px}

/* Product catalogue: all published products, swipeable on phones */
@media(max-width:600px){
  .jt-products-grid{
    display:flex;
    flex-wrap:nowrap;
    overflow-x:auto;
    overflow-y:hidden;
    gap:16px;
    margin-left:-4px;
    margin-right:-4px;
    padding:4px 4px 18px;
    scroll-snap-type:x mandatory;
    -webkit-overflow-scrolling:touch;
    scrollbar-width:none;
  }
  .jt-products-grid::-webkit-scrollbar{display:none}
  .jt-product-card{
    flex:0 0 84%;
    min-width:84%;
    scroll-snap-align:start;
    scroll-snap-stop:normal;
  }
  .jt-product-image{height:220px}
}

.jt-cac-section{padding:95px 0;background:#f7f8fa}.jt-cac-card{background:#fff;border:1px solid #e5e7eb;border-radius:18px;padding:18px;box-shadow:0 18px 50px rgba(20,30,50,.10);text-align:center}.jt-cac-card img{width:100%;max-height:760px;object-fit:contain;display:block}.jt-cac-meta{display:flex;flex-direction:column;gap:6px;margin:20px 0 24px;color:#475569}.jt-cac-meta strong{color:#171b2d;font-size:18px}.jt-cac-meta span{font-size:14px}
body.jt-dark .jt-cac-section{background:#0b1018}.jt-dark .jt-cac-card{background:#121923;border-color:#27303d}.jt-dark .jt-cac-meta,.jt-dark .jt-cac-meta strong{color:#dbe4f0}
@media(max-width:600px){.jt-cac-section{padding:65px 0}.jt-cac-card{padding:10px}.jt-cac-card img{max-height:600px}}
