/*
body {
  font-family: "Helvetica Neue", Inter, Arial, sans-serif; 
  margin: 0;
  padding: 2rem 1rem; /* top/bottom 2rem, left/right 1rem for small screens */
  line-height: 1.4;
  font-weight: 300;
} */



body {
  font-family: "Helvetica Neue", Inter, Arial, sans-serif; 
  margin: 0;
  padding: 2rem 1rem; /* top/bottom 2rem, left/right 1rem for small screens */
  line-height: 1.4;
  font-weight: 300;
}


/* Normal body styling */
body {
  font-family: sans-serif;
  margin: 0;
  padding: 0;
  background: #fff; /* or any background color */
}

/* Rotated square background using font character */
body::before {
  content: "■"; /* Or "●", "#", etc. */
  position: fixed;
  top: -30vw;
  left: -80vw;
  font-size: 320vw;
  color: rgba(0, 0, 0, 0.05); /* Light and subtle */
  transform: rotate(45deg);
  z-index: -1;
  pointer-events: none;
  user-select: none;
}

hr {
background-color: black;
height: 2px;

}

p {
	font-family: "Helvetica Neue", Inter, Arial, sans-serif; 
	font-size: 15px;
	font-weight: 300;
	color: black;
	line-height: 1.4;;	

}

.container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0;
}



summary {
  font-weight: 600;
  font-size: 1.1rem;
  margin: 0 auto;
  margin-left:0%;
  padding: 0.5em 0;
  max-width: 100%;
  background: #45673f;
  color: white;
}

/*
summary {
    font-weight: 600;
    font-size: 1.1rem;
    color: white;
    margin: 0 auto;
    margin-left: 0%;
    padding: 0.5em 0;
    max-width: 30%;
    background: #45a234;
}
*/


.CButton {
	background-color:#44c767;
	border-radius:3px;
	border:1px solid #18ab29;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:17px;
	padding:2px 20px;
	text-decoration:none;
	text-shadow:0px 1px 0px #2f6627;
}
.CButton:hover {
	background-color:#5cbf2a;
}
.CButton:active {
	position:relative;
	top:1px;
}


.top-right {
  position: absolute;
  top: 6rem;
  right: 8rem;
  border-radius: 5px; /* Optional, for styling */
}


nav ul.hidden {
  display: none;
}
nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.identity {
  margin-top: 5rem;
}

/* .identity h1 {
 
  margin: 0;
  font-family: "Helvetica Neue",Inter,Ariel,sans-serif; 
  font-size: 43px; 
  font-style: normal; 
  font-variant: normal; 
  font-weight: 700; 
  line-height: 1.2; 
  color: #222222;  
} */

 .identity h1 {
 
  margin: 0;
  font-family: "Helvetica Neue",Inter,Ariel,sans-serif; 
  font-size: 43px; 
  font-style: normal; 
  font-variant: normal; 
  font-weight: 700; 
  line-height: 1.2; 
  color: black;  
} 


  margin: 0;
  font-family: 'Inter',Inter,Ariel,sans-serif; 
  font-size: 83px; 
  font-style: normal; 
  font-variant: normal; 
  font-weight: 700; 
  line-height: 1.2; 
  color: #222222;  
} 


.footer {
  margin-top: 5rem;
  text-align: left;
}
.no-underline {
  text-decoration: none;
  color: #000000; 
  font-size: 16px;
}

.co2 {
color: #45673f;
font-weight: 500;
 }
 
/* .identity h2 {

  margin: 0;
  font-family: "Inter",Helvetica Neue,Ariel,sans-serif; 
  font-size: 1.41rem; 
  font-style: normal; 
  font-variant: normal; 
  font-weight: 400; 
  line-height: 1.2; 
  color: #222222;  
 
} */

.identity h2 {

  margin: 0;
  font-family: "Helvetica Neue",Inter,Ariel,sans-serif; 
  font-size: 20.96px; 
  font-style: normal; 
  font-variant: normal; 
  font-weight: 200; 
  line-height: 1.2; 
  color: #222222;  
 
} 

h1 {
font-family: "Helvetica Neue",Inter,Ariel,sans-serif; 
  font-size: 35px; 
  font-style: normal; 
  font-variant: normal; 
  font-weight: bold; 
  line-height: 1.2; 
  color: #222222;  
}


h2 {
font-family: "Helvetica Neue",Inter,Ariel,sans-serif; 
  font-size: 20.96px; 
  font-style: normal; 
  font-variant: normal; 
  font-weight: bold; 
  line-height: 1.2; 
  color: #222222;  
}
.h5 {
 font-family: "Helvetica Neue", Inter, Arial, sans-serif;
 font-size: 20;
 line-height: 1.4;
 font-weight: 300;
}

h6 {
font-family: "Helvetica Neue",Inter,Ariel,sans-serif; 
  font-size: 20px; 
  font-style: normal; 
  font-variant: normal; 
  font-weight: normal; 
  margin-top: 1px;
  margin-bottom: 1px;
  color: #222222;  
}

.footerfont {

  font-family: "Helvetica Neue", Inter, Arial, sans-serif;
  margin: 0;
  font-size: 10;
  padding: 2rem 1rem; /* top/bottom 2rem, left/right 1rem for small screens */
  line-height: 1.4;
  font-weight: 300;
}


/* Ensure top-right nav stays fixed */
nav.top-right {
  position: absolute;
  top: 70px;
  right: 160px;
  z-index: 1000;
}

/* Hamburger button */
#menuToggle {
  font-size: 3.5rem;
  background: none;
  border: none;
  cursor: pointer;
  margin-top: 63px;
}

.clients {
font-weight: 500;
}

/* Menu styling */
#mainMenu {
  font-family: "Helvetica Neue",Inter,Ariel,sans-serif;
  font-size: 14px;
  position: absolute;
  top: 160px; /* just below the ☰ button */
  right: 10px;
  background: black;
  color: white;
  padding: 1rem;
  border-radius: 6px;
  list-style: none;
  display: none;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  width: 230px;
  opacity: 0.8;
}

/* Show menu when active */
#mainMenu.show {
  display: block;
}

/* Style links inside menu */
#mainMenu li {
  margin-bottom: 0.5rem;
}

#mainMenu li a {
  color: white;
  text-decoration: none;
}

#mainMenu li a:hover {
  text-decoration: underline;
}


@media (max-width: 768px) {
  nav.top-right {
    top: 10px;
    right: 10px;
  }

  #menuToggle {
    font-size: 2rem;
  }

  #mainMenu {
    width: 80vw;
    top: 50px;
    right: 10px;
    font-size: 1rem;
    background: black;
  }

  #mainMenu li {
    margin: 0.75rem 0;
  }

  #mainMenu li a {
    font-size: 1rem;
    padding: 0.25rem 0;
    display: inline-block;
  }
}

@media (min-width: 768px) {
  body {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

@media (min-width: 1024px) {
  body {
    padding-left: 8rem;
    padding-right: 8rem;
  }
}

.corner-badge {
  position: absolute;
  top: 0;
  right: 0;
  width: 200px;
  height: 150px;
  overflow: hidden;
  z-index: 999;
  pointer-events: none;
}

.corner-badge span {
  position: absolute;
  display: block;
  width: 237px;
  padding: 8px 0;
  background-color: #5bc848;
  color: #fff;
  font-weight: 600;
  text-align: center;
  transform: rotate(45deg);
  top: 30px;
  right: -60px;
  font-size: 0.8rem;
  pointer-events: auto;
}

@media (max-width: 400px) {
  .container {
    margin: auto;
    padding: 10%;
    margin-top: 90px;
  }
 
} 
      
  







    



