a {
    text-decoration: none;
    color: #1956a6;
}

body {
	font-family: Arial,
	sans-serif; margin: 0;
	line-height: 1.6;
	color: #222;
}

section {
    display: flex;
    flex: 1;
    padding: 64px 24px;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    color: #10250f;
    text-align: center;
}

p{margin:0;}

.card img {
    width: 100%;
    height: 120px;
    object-fit: cover;
}

.services {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}

.page {
    display: flex;
    flex-direction: column;
    align-items: stretch;
}

.maxwidth{
	max-width: 1200px;
}

.container {
	margin: auto;
	flex: 1;
	display: flex;
	flex-direction: column;
	gap: 24px;
	align-items: center;
	padding: 24px 0;
}

.bg-primary {
	background: #2f5f41;
	padding: 24px;
}

.bg-muted {
    background: #f3f5f7;
}

a.btn-primary {
	color: #fff;
	font-weight: bold;
	padding: 12px 16px;
	border: 2px solid #4c7f24;
	border-radius: 8px;
	background: #4c7f24b8;
	transition: 0.7s;
	text-align: center;
}

a.btn-primary:hover {
    background: #4c7f24;
}

a.btn-secondary{
	color: #222;
	font-weight: bold;
	padding: 12px 16px;
	border: 2px solid #222;
	border-radius: 8px;
	background:#fff;
	transition: 0.7s;
	text-align: center;
}

a.btn-secondary:hover{
	background: #f3f8d9;
}

.hero {
    background: linear-gradient(135deg, hsl(139.86deg 77.7% 19.15%), hsl(79.99deg 60.89% 36.42%));
    background-image: url(../images/hero3.jpg);
    background-size: cover;
    background-position: center;
}

.hero .container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 12px;
}

.hero p, .hero h1, .hero h2, .hero h3, .hero h4, .hero h5, .hero h6, .bg-primary p, .bg-primary h1, .bg-primary h2, .bg-primary h3, .bg-primary h4, .bg-primary h5, .bg-primary h6{color: #fff;}

.card {
    border: 1px solid #ccc;
    padding: 24px;
    display: flex;
    border-radius: 5px;
    gap: 12px;
    flex-direction: column;
    flex: 1;
    text-align: center;
    min-width: 200px;
}

.col {
	gap: 12px;
	display: flex;
	flex-direction: column;
}

.col svg {
    color: #4c7f24;
}

.col div {
    display: flex;
    align-items: center;
    gap: 8px;
}

.columns {
    display: flex;
    gap: 64px;
    flex-wrap: wrap;
    justify-content: center;
}

.services .card {
    background: #eaf5f8;
    box-shadow: #00000021 5px 1px 15px;
}

/** HEADER **/

/* --- Base Styles --------------------------------------------------- */

nav {
    display: flex;
    gap: 40px;
}

.header {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px 24px;
    box-shadow: 10px 10px 20px #0000000f;
    position: sticky;
    top: 0;
    z-index: 1000;
    background: #fff;
}

.header-container {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 32px;
    justify-content: space-between;
}

.menu-item {
    background: #fff;
    padding: 4px 0px;
    color: black;
    font-weight: bold;
    font-size: 14px;
    border-bottom: 3px solid #fff;
}

.menu-item:hover {
    border-bottom: 3px solid #07753b;
}

.active .menu-item {
	border-bottom: 3px solid #07753b;
}

/* --- Burger Menu (Mobile Only) ------------------------------------- */

.burger {
    display: none;
    font-size: 28px;
    cursor: pointer;
    padding: 8px;
    user-select: none;
}

/* --- Responsive Layout ---------------------------------------------- */

@media (max-width: 850px) {

    nav {
        display: none; /* hidden by default on mobile */
        flex-direction: column;
        gap: 0;
        width: 100%;
        margin-top: 12px;
    }

    nav a .menu-item {
        width: 100%;
        text-align: left;
        border-radius: 0;
        border-bottom: 1px solid #eee;
    }

    /* Show nav when open */
    nav.open {
        display: flex;
        position: absolute;
        top: 80px;
        left: 0;
    }

    /* Phone button hidden on mobile */
    .btn-header{
        display: none;
    }

    /* Show burger */
    .burger {
        display: block;
    }

    /* Align logo + burger */
    .header-container {
        justify-content: space-between;
        align-items: center;
    }

    .contact-row {
    	flex-direction: column;
	}
}

/* FOOTER */

.footer .columns {
    display: flex;
    gap: 64px;
    flex-direction: row;
}

.footer h2 {
    text-align: left;
}

.footer ul {
    padding: 0;
    list-style: none;
    display: flex;
    gap: 10px;
    flex-direction: column;
}

.col2 {
    flex-direction: row;
    display: flex;
    align-items: center;
    gap: 64px;
    flex: 1;
}

.contact {
    display: flex;
    align-items: center;
    gap: 32px;
}

.contact li {
    display: flex;
    gap: 12px;
}

.footer section {
    padding: 0 24px;
}

/*-----------------FORM CONTACT----------------*/

form{
    margin: auto;
    padding: 32px;
    border: 1px solid #ccc;
    border-radius: 8px;
    background: #fafafa;
    display: flex;
    gap: 24px;
    flex-direction: column;
}

.hs-form-frame {
	border: 1px solid #ccc;
    border-radius: 8px;
    background: #fafafa;
}

.form-row {
	display: flex;
}

.contact-row {
    display: flex;
}

.col-25 {
	flex:1;
	padding: 5px;
}

.col-75 {
	flex:3;
	padding: 5px;
}

input[type="text"], input[type="email"], textarea {
	width: 100%;
	padding: 8px;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-sizing: border-box;
}

input[type="submit"] {
	cursor: pointer;
	color: #fff;
	font-weight: bold;
	padding: 12px 16px;
	border: 2px solid #4c7f24;
	border-radius: 8px;
	background: #4c7f24b8;
	transition: 0.7s;
	text-align: center;
	width: 100%;
}

input[type="submit"]:hover {
	background: #4c7f24;
}


label.required::after {
	content: " *";
	color: red;
}

.checklist {
    display: flex;
    flex-direction: column;
}

.container-form {
    flex: 1;
    margin: auto;
    max-width: 600px;
}

/*-- RADON --*/

.row{
	display: flex;
	flex-direction: column;
}

.container-left{
    margin: auto;
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 24px 0;
}

.maxwidth-m{
	max-width: 800px;
}

.container-left h1, .container-left h2, .container-left h3, .container-left h4, .container-left h5, .container-left h6{
	text-align: left;
}

.row-card {
    border: 1px solid #ccc;
    padding: 24px;
    border-radius: 5px;
}

.row-card-red{
	background: #fef5f5;
}

/*--CECB--*/

.card-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}

.card-grid .card{
	text-align: left;
}