/* *{
    margin: 0;
    padding: 0;
    box-sizing: border-box;

} */

html, body {
    height: 100%;
    margin: 0;
}

body {
    font-family: Arial, sans-serif;
    padding: 0;
    background-color: #f9f9f9;
    display: flex;
    flex-direction: column;
}

main {
    flex: 1;
}

header { background: #111; color: #fff; padding: 1rem 0;  }

header .container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 1rem;
}

.logo {
  max-height: 75px;
}

/* nav { text-align: center; margin-top: 0.5rem; } */

nav a { color: #fff; margin-left: 1.5rem; text-decoration: none; font-weight: bold; }

.hero {
    background: url('/images/Color\ logo\ -\ no\ background-NoSlogan.png') center center/contain no-repeat;
    background-color: #000;
    height: 40vh;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-shadow: 1px 1px 3px #000;
}

.hero .overlay {
    background: rgba(0, 0, 0, 0.5);
    padding: 2rem;
    border-radius: 10px;
}

.hero h1 {
    font-size: 2.5rem;
    margin: 0;
}

.section p {
    max-width: 700px;
    margin: 1rem auto;
    line-height: 1.6;
}
.hero-socials {
    position: absolute;
    top: 10px;
    right: 20px;
    z-index: 999;
    background: transparent;
    width: 28px;
    height: 28px;
}

.section { padding: 2rem 1rem; text-align: center; }

.products { 
    display: flex; 
    flex-wrap: wrap; 
    justify-content: center; 
    gap: 2rem; 
    margin-top: 1rem;
}

.product {
    max-width: 300px;
    border: 1px solid #ccc;
    padding: 1rem;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); }

.product img { width: 100%; height: auto; border-radius: 4px;}

footer {
    text-align: center;
    padding: 1rem;
    background: #eee;
    font-size: 0.9rem;
    color: #555;
}

/* html, body{
    height: 100%;
    font-family: Glory, Verdana, sans-serif;
}

:root{
    scroll-behavior: smooth;
    
    --mainColour1: #181818;
    --mainColour2: #323232;
    --mainColour3: #4b4b4b;

    --fontColour1: #F1580c;
    --fontColour2: #F5793b;
    --fontColour3: #f79a6b;

    --titleFont: Glory;
    --mainFont: 'Roboto Condensed', sans-serif;
}

h2{
    margin: 0.83em 0;
}

header{
    height: 250px;
    font-family: Glory;
    display: flex;
    background-color: var(--mainColour3);
}

.banner{
    display: flex;
    background-color: var(--mainColour3);
    color: var(--mainColour1);
    width: 100%;
    min-height: 200px;
    background-position: center;
}

.banner-left{
    display: flex;
    width: 25%;
    padding: 10px;
    justify-content: space-around;
}

.banner-logo{
    max-height: 95%;
    max-width: 95%;
    margin: auto;
}

.banner-text{
    width: 100%;
    text-align: center;
    display: block;
    font-size: 20px;
    line-height: 5em;
    margin: auto;
    color: var(--fontColour2);
}
.nav-list{
    display: flex;
}

.nav-item{
    list-style-type: none;
    margin: auto;
    padding: 15px;
    width: 50%;
    background-color: var(--mainColour1);
    color: var(--fontColour1);
    text-decoration: none;
    font-size: 20px;
    text-align: center;
}

.nav-item:hover{
    background-color: var(--mainColour3);
    color: var(--fontColour3);
}

.active
{
    background-color: var(--fontColour1);
    color: var(--mainColour1);
    
}

nav{
    background: var(--mainColour3);
    width: 100%
}

main{
    min-height: 100%;
    font-size: 18px;
    display: flex;
}

.section-left{
    min-width: 10%;
    min-height: 100%;
    background-color: var(--mainColour3);
    position: relative;
}

.page-nav{
    position: sticky;
    top: 0;
    margin:20px 0;
}

.page-nav-item{
    padding:10px 20px;
    list-style: none;
    text-decoration: none;
}

.links{
    text-decoration: none;
    color: var(--fontColour1)
}

.links:after{
    color: var(--fontColour1)
}

.links:hover{
    color: var(--fontColour3)
}

.links:active{
    color: var(--mainColour1)
}


.section-centre{
    min-height: 100%;
    min-width: 80%;
    margin: 20px;
    background-color: #f79a6b06;
}

.section-right{
    min-height: calc(100vh - 525px);
    min-width: 10%;
    background-color: var(--mainColour3);
}

p{
    line-height: 2em;
}

.fa-li{
    line-height: 1.6em;
    padding-top: 0.7em;
    display: flex; 
    justify-content: center;
    align-items: center;
    color: var(--fontColour1);
    --fa-display: flex;
    --fa-animation-duration: 3s;
    --fa-animation-iteration-count: 1;
}

.item-one{
    --fa-animation-delay: 1s;
}

.item-two{
    --fa-animation-delay: 4s;
}

.item-three{
    --fa-animation-delay: 7s;
}

.item-four{
    --fa-animation-delay: 10s;
}

.item-five{
    --fa-animation-delay: 13s;
}

.why-us li{
    list-style-position: inside;
    line-height: 1.6em;
}

.on-offer{
    list-style-position: inside;
    line-height: 1.6em;
}

.on-offer li{
    list-style-position: inside;
    line-height: 1.6em;
    
}

.li-head{
    line-height: 2em;
    color: var(--mainColour3);
    font-weight: bold;
    font-size: larger;
}

.li-content{
    margin-left: 20px;
}

footer {
    width: 100%;
    background-color: var(--mainColour3);
    color: var(--fontColour1);
    min-height: 225px;
    display:flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    line-height: 3em;
    font-size:medium;
    font-weight: bold;
    margin-top: auto;
}

.flex-wrap{
    display: flex;
    min-height: 100vh;
    flex-direction: column;
    justify-content: flex-start;
}

.container{
    flex-grow: 1;
} */