/* IMPORTS */


<link rel="stylesheet" href="media/styles/style_reset.css">
<link rel="stylesheet" href="media/styles/style_responsive.css">


<link rel="stylesheet" href="media/styles/style_typefaces.css">
<link rel="stylesheet" href="media/styles/style_links.css">

<link rel="stylesheet" href="media/styles/style_print.css">

/* ROOT CSS */
:root {
	/* Minimalist style variables */
	--primary-color: #2a9d8f;
	--secondary-color: #264653;
	--text-color: #333;
	--bg-color: #f4f4f4;
	--border-radius: 16px;
	--transition: 0.3s;

	/* CSS HEX */
	/* 
      --pcp_green: #9bc73c;
      --pcp_lime: #bfd532;
      --pcp_black: #17153e;
      --pcp_green_lite: #d3ddac;
      --pcp_green_dark: #2d391d;
      --pcp_purple: #635e9a;
      --pcp_red_dull: #ae4153;
 */


}


body {
	background: linear-gradient(to bottom, black, #008800);

	background-color: var(--bg-color);
	font-family: Arial, sans-serif;
	color: var(--text-color);
	font-size: 14px;
	line-height: 1.6;
	padding: 32px;
	display: flex;
	justify-content: center;
}

h1 {
	color: var(--secondary-color);
	font-size: 2rem;
	margin-bottom: 1rem;
}

.container {
	width: 100%;
	max-width: 960px;
	text-align: center;
	background-color: #ffffff;
	padding: 16px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.button-container {
	margin: 20px 0;
}

.button {
	display: inline-block;
	background-color: var(--primary-color);
	color: #ffffff;
	border: none;
	padding: 8px;
	cursor: pointer;
	font-weight: bold;
	transition: background-color var(--transition);
}

.button:hover {
	background-color: #21867a;
}

p {
	margin: 16px 0;
}

ul {
	list-style-type: disc;
	padding-left: 1.2em;
	text-align: left;
	margin: 16px 0;
}

ul li {
	margin-bottom: 8px;
}


/* HEADER LOGO */


.business_name {
	font-size: 3rem;
	font-weight: 400;
	color: #ffffff;
	letter-spacing: 1px;
	text-shadow:
		0px 1px 0 #dddddd,
		0px 2px 0 #bbbbbb,
		0px 3px 0 #999999,
		0px 4px 0 #222222,
		0px 5px 0 #111111,
		0px 6px 4px rgba(0, 0, 0, 0.4);
}


.green-panel {

	background: #121214;
	background: linear-gradient(40deg, rgba(18, 18, 20, 1) 1%,
			rgba(15, 77, 46, 1) 18%,
			rgba(18, 135, 76, 1) 35%,
			rgba(9, 82, 45, 1) 60%,
			rgba(15, 77, 46, 1) 38%);

	/* 
background: linear-gradient(
		to bottom,
		#2fa34b 0%,
		#0a2f18 100%
	);
    
 */
	padding: 8px;
	color: #333;
	box-shadow: 0 0px 4px rgba(0, 0, 0, 0.15);


}


/* ACCORDION */


/* Accordion container */
.accordion {
	margin-bottom: 1em;
}

/* Hide checkboxes */
.accordion>input[type="checkbox"] {
	position: absolute;
	left: -100vw;
}

/* Accordion label / handle */
.accordion label {
	display: block;
	padding: 8px;
	background: #efefef;
	color: #333;
	cursor: pointer;
	font-weight: normal;
	transition: background 0.1s ease;
		border-radius:4px;


}

.accordion label:hover,
.accordion label:focus {
	background: #f9f9f9;
}

/* Accordion content */
.accordion .content {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.1s ease, padding 0.1s ease;
	background: #fff;
/* 
	border: 0.2em solid #ddd;
 */
	border-top: none;
	padding: 8px;
	box-sizing: border-box;
	border-radius:4px;
}

/* Expand content when checkbox is checked */
.accordion>input[type="checkbox"]:checked~.content {
	max-height: 100%;
	padding: 8px;
	overflow: visible;
}

/* Optional: handle styling inside h2 */
.accordion .handle {
	margin: 0;
	font-size: 1em;
	line-height: 1.2em;
}


/* CSS GRIDS */

/* services */


.services-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 0.35em;
	max-width: 100%;
	margin: 1em auto;
}

.services-grid div {
	padding: 8px;
	border: 1px solid #eee;
	border-radius: 8px;
	text-align: center;
	font-weight: 500;
	box-shadow: 0 4px 4px rgba(0, 0, 0, 0.15);
	background-color: #EDEDED;
	color: #000000;
	transition: transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease;
}

/* 
.services-grid div:hover {
	transform: scale(1.04);
	box-shadow: 0 8px 12px rgba(0,0,0,0.2);
	background-color: #bbeebb;
}
 */


/* opening hours */


.hours-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 12px;
	max-width: 400px;
	margin: 40px auto;

}

.hours-grid div {
	padding: 8px;
	border: 1px solid #ccc;
	text-align: center;
	box-shadow: 0 4px 4px rgba(0, 0, 0, 0.15);

}

.label {
	font-weight: bold;
	background-color: #f5f5f5;
}

/* 
.hours-grid div:hover {
	transform: scale(1.04);
	box-shadow: 0 8px 12px rgba(0,0,0,0.2);
	background-color: #f9f9f9;
}
 */


/* social buttons */

.social-media-buttons {
	display: grid;
	padding: 8px;
	border: 1px solid #cdcdcd;


	grid-template-columns: repeat(3, 1fr);
	justify-items: center;
	align-items: center;
}


/* Store Locations Shop Address */

.address-container {
	display: inline-block;
	padding: 8px;
	border: 1px solid #ededed;
	background-color: #f9f9f9;
	box-shadow: 0 4px 4px rgba(0, 0, 0, 0.15);
	text-align: center;
	width: 80%;
	  border-radius: 25px;

}

.address-grid {
	display: grid;
	grid-template-rows: repeat(2, auto);
	row-gap: 0.25em;
	font-weight: 500;
}

.address-container:hover {
	transform: translateY(-5px);
	box-shadow: 0 4px 4px rgba(0, 0, 0, 0.35);
	background-color: #cbedcb;

}






/* contact card style */
.contact-card {
	padding: 24px;
	border: 1px solid #ccc;
	display: inline-block;
	background-color: #f9f9f9;
	font-weight: 500;
	text-align: center;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
	transition: transform 0.2s ease, box-shadow 0.2s ease;
	border-radius: 25px;
}

.contact-card a {
	color: #007acc;
	/* Link color */
	text-decoration: none;
	font-size: 1em;
}

.contact-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 4px 4px rgba(0, 0, 0, 0.35);
	background-color: #cbedcb;

}


/* padders */


.p-1 {
	padding: 1em 0;
}

.p-2 {
	padding: 2em 0;
}

.p-3 {
	padding: 3em 0;
}

.p-4 {
	padding: 4em 0;
}

.p-5 {
	padding: 5em 0;
}