body {
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    background: #f4f6f2;
    color: #2b2b2b;
}

.top-bar {
    background: #2f4f2f;
    color: #ffffff;
    padding: 12px 20px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}

header {
    background: #ffffff;
    border-bottom: 1px solid #d9d9d9;
}

.header-inner {
    max-width: 1100px;
    margin: 0 auto;
    padding: 24px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

.site-title {
    font-size: 30px;
    font-weight: bold;
    color: #2f4f2f;
}

.site-subtitle {
    font-size: 16px;
    color: #555555;
    margin-top: 6px;
}

.phone-box {
    background: #f2b705;
    color: #222222;
    padding: 14px 18px;
    border-radius: 8px;
    font-size: 22px;
    font-weight: bold;
}

nav {
    background: #3f663f;
}

.nav-inner {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}

nav a {
    color: #ffffff;
    text-decoration: none;
    padding: 15px 20px;
    display: block;
    font-weight: bold;
}

nav a:hover,
nav a.active {
    background: #2f4f2f;
}

.hero {
    background: linear-gradient(rgba(47, 79, 47, 0.82), rgba(47, 79, 47, 0.82)), #2f4f2f;
    color: #ffffff;
    padding: 70px 20px;
    text-align: center;
}

.hero h1 {
    margin: 0 0 16px 0;
    font-size: 42px;
}

.hero p {
    max-width: 760px;
    margin: 0 auto 24px auto;
    font-size: 20px;
    line-height: 1.6;
}

.page-title {
    background: #2f4f2f;
    color: #ffffff;
    padding: 50px 20px;
    text-align: center;
}

.page-title h1 {
    margin: 0;
    font-size: 38px;
}

.page-title p {
    max-width: 760px;
    margin: 16px auto 0 auto;
    font-size: 18px;
    line-height: 1.6;
}

.container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 42px 20px;
}

.grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.two-column,
.contact-grid {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 28px;
    align-items: start;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 22px;
}

.card,
.panel,
.service-card,
.intro,
.service-area {
    background: #ffffff;
    border-radius: 10px;
    padding: 24px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
}

.panel {
    padding: 26px;
}

.card h3,
.panel h2,
.service-card h3,
.intro h2,
.service-area h3,
.section-title {
    color: #2f4f2f;
}

.card h3,
.panel h2,
.service-card h3,
.intro h2 {
    margin-top: 0;
}

.section-title {
    font-size: 30px;
    margin-top: 0;
}

.intro {
    margin-bottom: 26px;
}

.note-box {
    background: #fff8df;
    border: 1px solid #f2d27a;
    border-radius: 10px;
    padding: 24px;
    margin-top: 28px;
}

.button {
    display: inline-block;
    background: #f2b705;
    color: #222222;
    padding: 14px 22px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    margin-top: 10px;
}

.button:hover,
button:hover {
    background: #d9a504;
}

label {
    display: block;
    font-weight: bold;
    margin-top: 16px;
    margin-bottom: 6px;
}

input,
select,
textarea {
    width: 100%;
    box-sizing: border-box;
    padding: 12px;
    border: 1px solid #cfcfcf;
    border-radius: 6px;
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
}

textarea {
    min-height: 140px;
    resize: vertical;
}

.hidden-field {
    display: none;
}

button {
    margin-top: 18px;
    background: #f2b705;
    color: #222222;
    border: none;
    padding: 14px 22px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
}

.message {
    padding: 14px;
    border-radius: 8px;
    margin-bottom: 18px;
    font-weight: bold;
}

.success {
    background: #e8f7ee;
    color: #1f7a3f;
    border: 1px solid #b9e4c7;
}

.error {
    background: #ffecec;
    color: #a10000;
    border: 1px solid #ffb4b4;
}

.info-list {
    line-height: 1.8;
}

footer {
    background: #2f4f2f;
    color: #ffffff;
    text-align: center;
    padding: 24px 20px;
    margin-top: 30px;
}

footer a {
    color: #ffffff;
}

.spacer {
    height: 34px;
}

@media (max-width: 850px) {
    .grid,
    .two-column,
    .contact-grid,
    .services-grid {
        grid-template-columns: 1fr;
    }

    .hero h1,
    .page-title h1 {
        font-size: 32px;
    }

    .phone-box {
        font-size: 19px;
    }
}
.image-slider {
    width: 100%;
    max-width: 1200px;
    height: 600px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    background: #2f4f2f;
}

.slider-track {
    width: 100%;
    height: 100%;
    position: relative;
}

.slider-track img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    animation: fadeSlider 10s infinite;
}

.slider-track img:nth-child(1) {
    animation-delay: 0s;
}

.slider-track img:nth-child(2) {
    animation-delay: 5s;
}

@keyframes fadeSlider {
    0% {
        opacity: 0;
    }

    10% {
        opacity: 1;
    }

    45% {
        opacity: 1;
    }

    55% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

@media (max-width: 850px) {
    .image-slider {
        height: 300px;
    }
}