html {
    scroll-behavior: smooth;
    scroll-padding-top: 4.5rem;
}

body {
    overflow-x: hidden;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

p {
    line-height: 1.75;
}

a {
    color: #86c232;
}

a:hover {
    color: #6b9b28;
}

.text-primary {
    color: #86c232 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
    font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

section {
    padding: 100px 0;
}

section h2.section-heading {
    font-size: 40px;
    margin-top: 0;
    margin-bottom: 15px;
}

section h3.section-heading {
    font-size: 30px;
    margin-top: 0;
    margin-bottom: 15px;
}

section h3.section-subheading {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 75px;
    text-transform: none;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

@media (min-width: 768px) {
    section {
        padding: 150px 0;
    }
}

.btn {
    font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 600;
}

.btn-xl {
    font-size: 18px;
    padding: 20px 40px;
}

.btn-primary {
    background-color: rgba(134, 194, 50, 0.8);
    border-color: rgba(134, 194, 50, 1);
    color: #fff;
}

.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover {
    background-color: rgba(134, 194, 50, 1) !important;
    border-color: rgba(134, 194, 50, 1) !important;
    color: #fff;
}

.btn-primary:focus,
.btn-primary:focus-visible {
    box-shadow: 0 0 0 0.2rem rgba(134, 194, 50, 0.5) !important;
}

::selection {
    background: #86c232;
    text-shadow: none;
}

img::selection {
    background: transparent;
}

#mainNav {
    background-color: #474B4F;
}

#mainNav .navbar-toggler {
    font-size: 12px;
    padding: 13px;
    text-transform: uppercase;
    color: white;
    border: 0;
    background-color: #86c232;
    font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

#mainNav .navbar-toggler:focus {
    box-shadow: none;
    outline: 2px solid #86c232;
    outline-offset: 2px;
}

#mainNav .navbar-brand {
    font-size: 24px;
    font-weight: 300;
    border-bottom: 2px solid #86c232;
    padding: 0;
    margin-bottom: 0.5rem;
}

#mainNav .navbar-brand:hover,
#mainNav .navbar-brand:focus {
    color: #86c232;
}

#mainNav .navbar-nav .nav-item .nav-link {
    font-size: 90%;
    font-weight: 400;
    padding: 0.75em 0;
    letter-spacing: 1px;
    color: white;
    font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

#mainNav .navbar-nav .nav-item .nav-link.active,
#mainNav .navbar-nav .nav-item .nav-link:hover {
    color: #86c232;
}

@media (min-width: 992px) {
    #mainNav {
        padding-top: 25px;
        padding-bottom: 25px;
        transition: padding-top 0.3s, padding-bottom 0.3s;
        border: none;
        background-color: transparent;
    }

    #mainNav .navbar-brand {
        font-size: 1.75em;
        transition: all 0.3s;
    }

    #mainNav .navbar-nav .nav-item .nav-link {
        padding: 1.1em 1em !important;
    }

    #mainNav.navbar-shrink {
        padding-top: 0;
        padding-bottom: 0;
        background-color: #474B4F;
    }

    #mainNav.navbar-shrink .navbar-brand {
        font-size: 1.25em;
        line-height: 1.3em;
        margin-bottom: 0.3rem;
        border-bottom: 1px solid #86c232;
    }
}

@keyframes hvv-glow-pulse {
    0%, 100% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0.5;
    }
    50% {
        transform: translate(-50%, -50%) scale(1.45);
        opacity: 1;
    }
}

header.masthead {
    position: relative;
    overflow: hidden;
    text-align: center;
    color: white;
    background-color: #222629;
}

/* Pulsing green ambient glow centred behind the logo */
header.masthead::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 900px;
    height: 700px;
    transform: translate(-50%, -50%) scale(1);
    background: radial-gradient(ellipse at center,
        rgba(134, 194, 50, 0.18) 0%,
        rgba(134, 194, 50, 0.06) 45%,
        transparent 70%);
    pointer-events: none;
    z-index: 0;
    animation: hvv-glow-pulse 6s ease-in-out infinite;
}

/* Dark vignette deepening the corners */
header.masthead::after {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at center,
        transparent 30%,
        rgba(8, 10, 11, 0.72) 100%);
    pointer-events: none;
    z-index: 1;
}

header.masthead .intro-text {
    position: relative;
    z-index: 2;
    padding-top: 150px;
    padding-bottom: 100px;
}

header.masthead .intro-text .intro-lead-in {
    width: 200px;
    margin: 0 auto 25px auto;
    display: block;
}

header.masthead .intro-text .intro-heading {
    font-size: 1.2rem;
    font-weight: 300;
    line-height: 1.8rem;
    margin-bottom: 10px;
}

header.masthead .intro-text .intro-lead-out {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.4rem;
    margin-bottom: 25px;
}

@media (min-width: 768px) {
    header.masthead .intro-text {
        padding-top: 200px;
        padding-bottom: 200px;
    }

    header.masthead .intro-text .intro-lead-in {
        width: 300px;
        margin: 0 auto 50px auto;
        display: block;
    }

    header.masthead .intro-text .intro-heading {
        font-size: 1.6rem;
        font-weight: 300;
        line-height: 2.4rem;
        margin-bottom: 20px;
    }

    header.masthead .intro-text .intro-lead-out {
        font-size: 1.2rem;
        font-weight: 400;
        line-height: 1.8rem;
        margin-bottom: 50px;
    }
}

section#attention,
section#services,
section#about {
    box-shadow: inset 0 14px 28px rgba(0, 0, 0, 0.12);
}

section#prices {
    position: relative;
    overflow: hidden;
    background-color: #1a1d20;
    background-image:
        radial-gradient(ellipse at 10% 60%, rgba(134, 194, 50, 0.09) 0%, transparent 50%),
        radial-gradient(ellipse at 90% 20%, rgba(134, 194, 50, 0.07) 0%, transparent 45%),
        radial-gradient(circle, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
    background-size: auto, auto, 26px 26px;
    box-shadow: inset 0 14px 32px rgba(0, 0, 0, 0.45);
}

section#prices .section-heading {
    color: #fff;
}

section#prices .section-subheading {
    color: rgba(255, 255, 255, 0.55) !important;
    margin-bottom: 10px;
}

section#prices > .container > .row:first-child .small {
    color: rgba(255, 255, 255, 0.4);
}

section#prices h4 {
    color: #86c232;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 3px;
    padding-bottom: 0.6rem;
    border-bottom: 1px solid rgba(134, 194, 50, 0.3);
}

section#prices .list-group {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.35);
}

section#prices .list-group-item {
    background-color: rgba(255, 255, 255, 0.04);
    border-color: rgba(255, 255, 255, 0.06);
    color: rgba(255, 255, 255, 0.8);
    border-left: 3px solid transparent;
    transition: background-color 0.25s ease,
                border-left-color 0.25s ease,
                transform 0.25s ease;
    padding: 0.85rem 1.25rem;
}

section#prices .list-group-item:hover {
    background-color: rgba(134, 194, 50, 0.08);
    border-left-color: #86c232;
    transform: translateX(5px);
    color: #fff;
}

section#prices .list-group-item .col-md-2 {
    color: #86c232;
    font-weight: 700;
    font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 1.05rem;
    text-align: right;
}

section#prices .mt-2.small {
    color: rgba(255, 255, 255, 0.4);
    font-style: italic;
}

section#map {
    height: 500px;
    padding: 0;
}

.service-heading {
    margin: 15px 0;
    text-transform: none;
}

.team-member {
    margin-bottom: 50px;
    text-align: center;
}

.team-member img {
    width: 225px;
    height: 225px;
    border: 7px solid #fff;
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1),
                box-shadow 0.4s ease;
}

.team-member img:hover {
    transform: scale(1.07);
    box-shadow: 0 12px 40px rgba(134, 194, 50, 0.4);
}

.team-member h4 {
    margin-top: 25px;
    margin-bottom: 0;
    text-transform: none;
}

section#reviews {
    position: relative;
    overflow: hidden;
    background-color: #1a1d20;
    background-image:
        radial-gradient(ellipse at 90% 60%, rgba(134, 194, 50, 0.09) 0%, transparent 50%),
        radial-gradient(ellipse at 10% 20%, rgba(134, 194, 50, 0.07) 0%, transparent 45%),
        radial-gradient(circle, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
    background-size: auto, auto, 26px 26px;
    box-shadow: inset 0 14px 32px rgba(0, 0, 0, 0.45);
}

section#reviews .section-heading {
    color: #fff;
}

section#reviews .section-subheading {
    color: rgba(255, 255, 255, 0.55) !important;
}

.reviews-overall {
    padding: 2rem 3rem;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 4px 32px rgba(0, 0, 0, 0.09);
    border-top: 4px solid #86c232;
    min-width: 220px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1),
                box-shadow 0.3s ease;
}

.reviews-overall:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.14);
}

.reviews-overall--facebook {
    border-top-color: #1877F2;
}

.reviews-overall__platform {
    font-size: 0.75rem;
    font-weight: 600;
    font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #6c757d;
    margin-bottom: 0.5rem;
}

.reviews-overall--google .reviews-overall__platform { color: #4285F4; }
.reviews-overall--facebook .reviews-overall__platform { color: #1877F2; }

.reviews-overall__score {
    font-size: 4.5rem;
    font-weight: 700;
    font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #222629;
    line-height: 1;
    margin-bottom: 0.3rem;
}

.reviews-overall__stars {
    color: #86c232;
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
    letter-spacing: 2px;
}

.reviews-overall__recommend {
    color: #1877F2;
    font-size: 1rem;
    font-weight: 600;
    font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    margin-bottom: 0.5rem;
}

.reviews-overall__meta {
    font-size: 0.85rem;
    color: #6c757d;
    font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.review-card {
    background: #fff;
    border-radius: 12px;
    padding: 1.75rem;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.07);
    border-top: 3px solid #86c232;
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1),
                box-shadow 0.3s ease;
}

.review-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 36px rgba(134, 194, 50, 0.18);
}

.review-card__stars {
    color: #86c232;
    font-size: 0.8rem;
    letter-spacing: 2px;
    margin-bottom: 0.85rem;
}

.review-card__text {
    font-size: 0.92rem;
    color: #555;
    line-height: 1.75;
    margin-bottom: 1.25rem;
    flex-grow: 1;
    font-style: italic;
}

.review-card__author {
    font-weight: 600;
    font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #222629;
    font-size: 0.85rem;
}

.review-card__date {
    font-size: 0.78rem;
    color: #aaa;
    margin-top: 0.2rem;
}

section#contact {
    background-color: #212529;
    background-image: url("../img/contact.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

section#contact .section-heading {
    color: #fff;
    text-shadow: 1px 1px 1px #000, 1px 1px 3px #000, 1px 1px 10px #000;
}

section#contact .section-contact {
    font-size: 2rem;
    text-shadow: 1px 1px 1px #000, 1px 1px 3px #000, 1px 1px 10px #000;
}

section#contact .section-website {
    color: #fff;
    font-size: 1.4rem;
    text-shadow: 1px 1px 1px #000, 1px 1px 3px #000, 1px 1px 10px #000;
    font-weight: 300;
    font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

section#contact .mb-3 {
    margin-bottom: 25px !important;
}

section#contact .form-control {
    padding: 20px;
}

section#contact textarea.form-control {
    height: 339px;
}

section#contact .form-control:focus {
    border-color: #86c232;
    box-shadow: 0 0 0 0.2rem rgba(134, 194, 50, 0.25);
}

section#contact .form-control::placeholder {
    font-weight: 600;
    color: #ced4da;
    font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

footer {
    padding: 25px 0;
    text-align: center;
}

footer span.copyright {
    font-size: 90%;
    line-height: 40px;
    text-transform: none;
    font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

footer ul.quicklinks {
    font-size: 90%;
    line-height: 40px;
    margin-bottom: 0;
    text-transform: none;
    font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

ul.social-buttons {
    margin-bottom: 0;
}

ul.social-buttons li a {
    font-size: 20px;
    line-height: 40px;
    display: block;
    width: 40px;
    height: 40px;
    transition: all 0.3s;
    color: white;
    border-radius: 100%;
    outline: none;
    background-color: #86c232;
}

ul.social-buttons li a:hover,
ul.social-buttons li a:focus {
    background-color: #61892F;
    color: white;
}

.g-recaptcha {
    display: inline-block;
}

/* =====================
   Animations
   ===================== */

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after {
        animation-duration: 0.01ms !important;
        transition-duration: 0.01ms !important;
        transition-delay: 0s !important;
    }
    header.masthead::before {
        animation: none !important;
    }
}

/* Hero: keyframe animations that play on page load */
@keyframes hvv-fade-up {
    from { opacity: 0; transform: translateY(28px); }
    to   { opacity: 1; transform: translateY(0); }
}

@keyframes hvv-fade-scale {
    from { opacity: 0; transform: scale(0.75); }
    to   { opacity: 1; transform: scale(1); }
}

header.masthead .intro-lead-in {
    animation: hvv-fade-scale 0.7s cubic-bezier(0.22, 1, 0.36, 1) both;
}

header.masthead .intro-heading {
    animation: hvv-fade-up 0.7s 0.25s cubic-bezier(0.22, 1, 0.36, 1) both;
}

header.masthead .intro-lead-out {
    animation: hvv-fade-up 0.7s 0.45s cubic-bezier(0.22, 1, 0.36, 1) both;
}

header.masthead .btn {
    animation: hvv-fade-up 0.7s 0.65s cubic-bezier(0.22, 1, 0.36, 1) both;
}

/* Scroll-triggered elements: hidden by default, revealed by JS adding .in-view */
.animate-on-scroll {
    opacity: 0;
    transform: translateY(36px);
    transition: opacity 0.65s cubic-bezier(0.22, 1, 0.36, 1),
                transform 0.65s cubic-bezier(0.22, 1, 0.36, 1);
}

.animate-on-scroll.in-view {
    opacity: 1;
    transform: translateY(0);
}

/* Service icon: spring bounce on hover */
#services .fa-stack {
    display: inline-block;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

#services .fa-stack:hover {
    transform: scale(1.18) rotate(8deg);
}

.opening-hours li {
    overflow: hidden;
    padding: 4px 0;
    border-bottom: 1px solid #e9ecef;
}

.opening-hours li:last-child {
    border-bottom: none;
}
