@font-face{font-family:'Poppins';src:url(Poppins/Poppins-Light.ttf)}@font-face{font-family:'Poppins_Bold';src:url(Poppins/Poppins-Bold.ttf)}@font-face{font-family:'Font Awesome Brands';src:url(fontawesome/fa-brands-400.ttf)}:root{--brand:#db4a2b;--brand-dark:#c43f23;--ink:#111;--muted:#6b7280;--border:#e5e7eb;--bg:#fff;--soft:#fde8e3;--gray50:#f9fafb;--gray100:#f3f4f6;--container:1200px;--radius-xl:22px;--radius-lg:16px;--shadow:0 6px 18px rgba(17,17,17,.08)}main{width:100%;.container{max-width:var(--container);margin-inline:auto;padding:0 24px}
.section{padding:80px 0}
.brand-text{color:var(--brand)}
.hero .container #artisanLogo{
    max-height: 150px;
    max-width: 100%;
}
.hero .callout{
    align-content: center;
}
.hero .callout #magazine{
    width: 100%;
}


h1,h2,h3{line-height:1.2;margin:0 0 12px}
h1{font-size:clamp(32px,4vw,48px);font-weight:800}
h2{font-size:clamp(24px,3vw,32px);font-weight:800}
h3{font-size:20px;font-weight:700}
.lead{font-size:18px;color:var(--muted);max-width:60ch}
.big{font-size:18px}

.muted{color:var(--muted)}
.hint{color:#9ca3af;font-size:12px;margin-top:8px}
.stack>*+*{margin-top:10px}
.mt-4{margin-top:16px}

.grid2{display:grid;grid-template-columns:1fr;gap:28px}
.grid3{display:grid;grid-template-columns:1fr;gap:20px}
.align-center{align-items:center}
@media (min-width: 960px){
  .grid2{grid-template-columns:1fr 1fr}
  .grid3{grid-template-columns:repeat(3,1fr)}
}

.card{
  background:#fff;
  border:1px solid var(--border);
  border-radius:var(--radius-xl);
  padding:24px;
  box-shadow:0 1px 0 rgba(17,17,17,.02);
}

.brand-soft{
  background:linear-gradient(135deg, #fff, color-mix(in srgb, var(--brand) 8%, white));
  border:1px solid var(--border);
}
.fa-brands {
  font-family: 'Font Awesome Brands';
  font-weight: 400;
  margin-right: 6px;
  font-size: 1.2em;
  vertical-align: middle;
}
.fa-app-store-ios:before { content: "\f370"; }
.fa-google-play:before { content: "\f3ab"; }
.btn{
  display:inline-flex;align-items:center;justify-content:center;
  gap:8px;
  font-weight:700;
  font-size:14px;
  padding:12px 18px;
  border-radius:14px;
  text-decoration:none;
  border:1px solid transparent;
  transition:transform .05s ease, background .2s ease, border-color .2s ease, color .2s ease;
  box-shadow:0 1px 0 rgba(17,17,17,.02);
  white-space:nowrap;
}
.btn:hover{transform:translateY(-1px)}
.btn:active{transform:translateY(0)}

.btn-brand{background:var(--brand);color:#fff}
.btn-brand:hover{background:var(--brand-dark)}
.btn-dark{background:#111;color:#fff}
.btn-wide{padding-left: 35px; padding-right: 35px;}
.btn-dark:hover{background:#000}
.btn-ghost{background:#fff;color:var(--ink);border-color:var(--border);flex-grow: 1;}
.btn-ghost:hover{background:#f8fafc}

.actions{display:flex;gap:12px;flex-wrap:nowrap;margin-top:24px;flex-direction: row;}
.actions.wrap{flex-wrap:wrap}

.list{padding-left:18px;margin:0}
.list li{margin:6px 0}

.stats{display:flex;flex-wrap: wrap;gap:16px;margin-top:28px}
.stat{width: 33%;flex-grow: 1;border:1px solid var(--border);border-radius:16px;padding:14px 16px;background: #ffffff;}
.stat dt{font-size:11px;letter-spacing:.08em;text-transform:uppercase;color:#6b7280}
.stat dd{margin:4px 0 0;font-weight:800;font-size:20px}

@media (min-width: 640px){ .stats{grid-template-columns:repeat(4,1fr)} }

/* Header */
.site-header{
  position:sticky;top:0;z-index:50;
  background:rgba(255,255,255,.92);
  backdrop-filter:saturate(180%) blur(6px);
  border-bottom:1px solid var(--border);
}
.header-inner{display:flex;align-items:center;justify-content:space-between;height:64px}
.brand{display:flex;align-items:center;gap:12px;text-decoration:none;color:inherit}
.brand-mark{width:32px;height:32px;border-radius:10px;background:linear-gradient(45deg,#f07c62,var(--brand))}
.brand-name{font-weight:800}

.nav{display:none;gap:14px;align-items:center}
.nav a{color:#374151;text-decoration:none;font-weight:600;padding:8px 12px;border-radius:10px}
.nav a:hover{color:#000}
@media (min-width: 960px){ .nav{display:flex} }

.nav-toggle{
  display:inline-flex;flex-direction:column;gap:4px;
  background:#fff;border:1px solid var(--border);
  border-radius:10px;padding:8px;cursor:pointer;
}
.nav-toggle span{width:22px;height:2px;background:#111;display:block;border-radius:2px}
@media (min-width: 960px){ .nav-toggle{display:none} }

/* Mobile menu */
#nav.open{display:grid;grid-template-columns:1fr;gap:6px;padding:12px 0}
@media (max-width: 959px){
  .site-header .container{display:grid;grid-template-columns:auto auto;align-items:center;gap:12px}
  .nav{grid-column:1 / -1}
}

/* Hero */
.callout{position:relative;max-width:420px;justify-self:end}
.glow{position:absolute;inset:-12px;border-radius:26px;background: radial-gradient( circle at 30% 20%, color-mix(in srgb, var(--brand) 30%, transparent), transparent 60% );filter:blur(18px);}
.card-title{font-weight:700}
}h1,h2,h3,h4,h5{font-family:Poppins_Bold}body{font-family:Poppins;display:flex;flex-direction:column;align-items:center;margin:0;width:100%;overflow-x:hidden;background:url(https://plumb-connect.co.za/media/xbackg.png.pagespeed.ic.XkfrsCtUWj.png);background-repeat:no-repeat;background-position:right;background-size:cover}header{display:flex;justify-content:space-between;width:calc(100% - 12%);height:54px;background-color:#292929;position:fixed;top:0;padding:5px 6%;z-index:1000}logo{background:url(https://plumb-connect.co.za/media/xnewLogo.png.pagespeed.ic.-yOwbLn4sy.png);height:50px;background-size:contain;background-position:center;background-repeat:no-repeat;aspect-ratio: 4 / 1;cursor:pointer}header #Navbar{display:flex;flex-direction:row;flex-wrap:nowrap;align-items:center;justify-content:center;padding:0;padding-inline-start:0}header #Navbar li{color:#fff;text-decoration:none;list-style-type:none;font-family:Poppins_Bold;cursor:pointer;padding:0 15px}article[home]{padding:0 5%;max-width:700px}article #Download{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;height:calc(95vh - 65px);align-items:flex-end;margin-bottom:25px}article #Download #about{min-width:300px;width:50%;padding:25px}article #Download #about h2{font-size:48px;margin:0}article #Download #about p{font-size:25px;margin:0}article #Download picture{background: URL(../media/Phone.png),#FFFFFFFF;height:500px;background-size:contain;background-repeat:no-repeat;aspect-ratio: 6 / 13;box-shadow:8px 4px 11px 3px #a9a7a7;border-radius:25px}article #Download #links{width:90%;display:flex;margin-top:35px}article #Download #links button{aspect-ratio: 3/1;margin:0 5%;border:0}article #Download #links button#Google{width:42%;background:url(https://plumb-connect.co.za/media/Google1.svg);background-size:contain;background-repeat:no-repeat;cursor:pointer}article #Download #links button#Apple{width:38%;background:url(https://plumb-connect.co.za/media/Apple1.svg);background-size:contain;background-repeat:no-repeat;cursor:pointer}article #Sellpoints{margin:0;margin-top:45px;display:flex;flex-direction:row;flex-wrap:wrap;width:100%;justify-content:space-between;padding:0;padding-inline-start:0}article #Sellpoints li{width:30%;list-style-type:none;display:block;display:flex;flex-direction:column;align-items:center}article #Sellpoints li picture{background:url(https://plumb-connect.co.za/media/xIcon.png.pagespeed.ic.PsuEmLZe4L.png);background-size:contain;background-repeat:no-repeat;aspect-ratio: 1/1;width:60%;display:block;border-radius:15px}article #Sellpoints #point1 picture{background:url(https://plumb-connect.co.za/media/xdownloads.png.pagespeed.ic.5n8VUi9NeQ.png);background-size:contain;background-repeat:no-repeat}article #Sellpoints #point2 picture{background:url(https://plumb-connect.co.za/media/xestab.png.pagespeed.ic.dganwP1BV2.png);background-size:contain;background-repeat:no-repeat}article #Sellpoints #point3 picture{background:url(https://plumb-connect.co.za/media/xrating.png.pagespeed.ic.XdCQ06U0UY.png);background-size:contain;background-repeat:no-repeat}article #Sellpoints li p{margin:0}article #Sellpoints li h3{margin:2px 0}article{margin-top:65px;width:100%;display:flex;flex-direction:column;align-items:center;max-width:100%;padding:0}article #Support{width:100%}article .Category{max-width:100%;padding:5px 35px}article #SupportTicket{padding:5px 35px}article #SupportTicket p{margin:0}article #SupportTicket button{display:block;margin:0 auto;margin-top:25px;padding:10px 25px;background-color:#ffef5c;border-radius:5px;border-color:#ffef5c}article .Category .carousalControls{display:none}article .Category[active] .carousalControls{display:flex;flex-direction:row;width:100%;height:fit-content}article .carousal{display:flex;flex-direction:row;width:calc(100% - 120px);height:100%;overflow-x:scroll}article .left{display:flex;width:60px;background: #292929cc;justify-content:center;align-items:center;font-size:50px;font-weight:900;color:#39cadd;margin:15px 0;border-top-left-radius:15px;border-bottom-left-radius:15px}article .right{display:flex;width:60px;background: #292929cc;justify-content:center;align-items:center;font-size:50px;font-weight:900;color:#39cadd;margin:15px 0;border-top-right-radius:15px;border-bottom-right-radius:15px}article .Category .carousal .Problem{min-width:95%;padding:0 4%}article .Category .carousal .Problem picture{display:block;width:100%;height:350px}article .Category .carousal .Problem picture img{width:100%;height:100%;object-fit:contain}article .Category .carousal .Problem h4{margin-bottom:0}article .Category_Name{cursor:pointer}article .Category .carousal .Problem ul{margin-top:0;padding:0;padding-inline-start:0}article .Category .carousal .Problem ul li{list-style:none;display:flex;align-items:center}article .Category .carousal .Problem ul p{display:inline-block;width:calc(100% - 30px);margin:0}article .Category .carousal .Problem ul span{display:inline-block;width:30px}article .terms{padding:0 35px}article .terms h1,article .terms h2,article .terms h3,article .terms h4,article .terms h5{margin-bottom:0}article .terms p{margin-top:0}article #IOSForm{width:100%;height:950px}article #TicketForm{width:100%;height:1250px}#TermsConditions{width:80%;margin:0 auto}#QuizRules{width:80%;margin:0 auto}#QuizRules h1{font-size:30px;margin-top:60px}#QuizRules h2{font-size:20px;margin:30px 25px}#QuizRules h3{font-size:20px;margin:30px 25px}hr{margin:70px 0}footer{width:calc(100% - 50px);margin-top:15vh;padding:45px 25px;background-color:#292929;display:flex;flex-direction:row;justify-content:space-around}footer #siteinfo{display:flex;flex-direction:column;justify-content:space-between}footer #siteinfo #Copyright{color:#fff;font-family:Poppins;font-size:11px}footer #Quicklinks{color:#fff}footer #Quicklinks h2{font-size:20px;margin:0}footer #Quicklinks ul{padding:0;padding-inline-start:0}footer #Quicklinks li{cursor:pointer;list-style:none}@media (max-width:600px){article #Download{height:unset}article #Download #about{width:75%}article .Category{padding:0}article .carousal{width:100%}article .Category .carousal .Problem picture{height:unset}article .right{margin:0;width:40px}article .left{margin:0;width:40px}}@media (max-width:400px){article #Download{height:unset}article #Download #about{width:75%}article .Category{padding:0}article .Category[active] .carousalControls{align-items:center}article .carousal{width:100%}article .Category .carousal .Problem picture{height:unset}article .right{margin:0;height:30px;width:20px}article .left{margin:0;height:30px;width:20px}h3,h4,h5,h6{margin:0}p,li{margin:0;font-size:14px}}