* {
    font-family: 'Open Sans', sans-serif;
}
.sti-navbar {
    background-color: #698341;
    margin-bottom: 0;
    border-radius: 0;
    border: none;
}

.sti-navbar li a {
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    padding: 15px 30px;
}

.sti-navbar .nav>li>a:focus,.sti-navbar .nav>li>a:hover, .sti-navbar .nav>li>a:active {
    background-color: #99c14c !important;
}

.sti-navbar .dropdown-menu {
    border: none;
    background-color: #698341;
    margin-top: 14px !important;
}

@media (min-width: 768px) {
    .navbar-centered .navbar-nav {
        float: none;
        text-align: center;
    }
    .navbar-centered .navbar-nav > li {
        float: none;
    }
    .navbar-centered .nav > li {
        display: inline;
    }
    .navbar-centered .nav > li > a {
        display: inline-block;
    }
}


header {
    padding: 10px 0;
    background-color: #99c14c;
}

a.logo-container {
    text-decoration: none;

}

.logo-container img {
    max-width: 83px;
    float: left;
    display: inline-block;
    margin-right: 10px;
}

.logo-container span.siteName {
    color: rgb(82, 100, 46);
    font-size: 59px;
    font-style: normal;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
    display: block;
    line-height: 59px;
    margin-top: 5px;
}

.logo-container span.slogan {
    font-size: 25px;
    font-weight: normal;
    color: #fff;
    margin-top: 0;
}

a.phoneNumber {
    display: inline-block;
    color: #fff;
    font-size: 25px;
    float: right;
    margin-top: 33px;
    text-decoration: none;
}

a.phoneNumber i {
    color: #698341;
}

.services-list {
    margin-top: 40px;
}

.text-content h1 {
    font-size: 26px;
    color: rgb(54, 79, 142);
    margin-bottom: 20px;
}

.text-content h2 {
    font-size: 20px !important;
    color: rgb(54, 79, 142);
}

.services-description {
    margin-top: 70px;
}

.service {
    margin-bottom: 30px;
}

footer .emergency-container {
    text-align: center;
    padding-bottom: 50px;
}

footer .emergency-container h2 {
    font-size: 24px !important;
}

footer .emergency-container a {
    color: rgb(54, 79, 142) !important;
    font-size: 26px;
    font-weight: 900;
}

.footer-bottom {
    padding: 20px 0;
    background-color: rgb(105, 131, 65);
    text-align: center;
    color: #fff;
}

.bottom-menu li a {
    color: #fff;
    font-size: 20px;
}

.bottom-menu {
    margin-bottom: 20px;
}

.bottom-menu li {
    padding-right: 7px;
    border-right: 2px solid #fff;
}

.bottom-menu li:last-child {
    border-right: none;
    padding-right: 5px;
}

.sti-navbar .navbar-toggle .icon-bar {
    color: #fff;
    background-color: #fff;
}

.mobile-phone-number {
    display: none;
}

.main-h1 {
    color: #3d3d3d;
    margin-top: 25px;
    margin-bottom: 25px;
    font-weight: 900;
    font-size: 24px;
}

.mt-20 {
    margin-top: 20px;
}

.daunator-wrapper {
    margin-bottom: 20px;
    border-bottom: 3px solid #efefef;
    padding-bottom: 20px;
}


.daunator-wrapper h2 {
    color: rgb(54, 79, 142);
    font-size: 20px;
    margin-bottom: 20px;
}

.daunatori .daunator-image {
    float: left;
    padding-right: 20px;
    padding-bottom: 20px;
    min-width: 300px;
    max-width: 300px;
}

.leg-img {
    margin: 20px auto;
}

.block-widgets-table table tr:first-child td p.col-nr, .block-widgets-table table tr td:first-child p.row-nr {
    display: none;
}

.block-widgets-table table tr td.drag-e {
    height: 0px !important;
    visibility: hidden;
}

.block-widgets-table table tr td.drag-corner {
    height: 0px !important;
    width: 0px !important;
}

.block-widgets-table table tr td.drag-corner {
    background-color: transparent;
    border: none;
    visibility: visible;
}

.block-widgets-table table tr td.e {
    background-color: transparent;
    border: none;
    visibility: visible;
}

.btn-send-form {
    width: 100%;
    text-align: center;
}

a.contact-info {
    font-size: 16px;
    font-weight: 600;
}




@media(max-width: 980px) {
    .sti-navbar li a {
        padding: 15px 15px;
    }
}

@media(max-width: 768px) {

    body.contact .contact-info {
        text-align: center;
        margin-bottom: 50px;
    }

    a.logo-container {
        text-align: center;
    }

    .logo-container img {
        display: none;
    }

    .logo-container span.siteName {
        font-size: 42px;
    }

    .logo-container span.slogan {
        display: block;
        font-size: 24px;
    }

    a.phoneNumber {
        margin-top: 5px;
        display: block;
        float: none;
        text-align: center;
    }

    .sti-navbar .nav>li {
        text-align: left;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

    .sti-navbar .nav>li:last-child {
        border-bottom: none;
    }

    .sti-navbar li a {
        font-size: 16px;
        padding: 10px 10px;
    }

    .homepage h1 {
        text-align: center;
    }

    .services-description {
        margin-top: 30px;
    }

    .services-description h2{
        text-align: center;
    }

    .services-description img {
        margin-left: auto;
        margin-right: auto;
    }

    .mobile-margin {
        margin-top: 30px;
    }

    .mobile-phone-number {
        display: inline-block;
    }

    a.mobile-phone-number {
        font-size: 24px;
        margin-left: 15px;
        margin-top: 8px;
        color: #ffeb00;
    }
}

@media(max-width: 640px) {
    .services-list {
        margin-top: 15px;
    }

    .mobile-margin {
        margin-top: 15px;
    }

    .logo-container span.siteName {
        font-size: 40px;
        margin-top: 0;
        line-height: 40px;
    }

    .logo-container span.slogan {
        font-size: 16px;
    }

    .daunatori .daunator-image {
        max-width: 100%;
        min-width: inherit;
        margin: 0 auto;
        display: block;
        float: none;

    }
}

.whatsapp-float {
    position: fixed;
    right: 18px;
    bottom: 18px;
    z-index: 9999;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 16px;
    border-radius: 999px;
    background: #25D366; /* WhatsApp green */
    color: #fff;
    text-decoration: none;
    font: 600 14px/1.1 system-ui, -apple-system, Segoe UI, Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif;
    letter-spacing: .2px;
    box-shadow: 0 10px 20px rgba(0,0,0,.15);
    transition: transform .2s ease, box-shadow .2s ease, background .2s ease, opacity .2s ease;
}
.whatsapp-float:hover { transform: translateY(-2px); box-shadow: 0 14px 26px rgba(0,0,0,.2); background:#1ebe5d; }
.whatsapp-float:active { transform: translateY(0); }
.whatsapp-float:focus-visible { outline: 3px solid rgba(37,211,102,.35); outline-offset: 3px; }

.wa-icon {
    display: inline-grid;
    place-items: center;
    width: 22px;
    height: 22px;
    color: #fff;
}

.wa-text {
    white-space: nowrap;
    font-weight: 700;
}

/* Subtle pulse to draw attention */
.whatsapp-float::after {
    content: "";
    position: absolute;
    inset: -6px;
    border-radius: 999px;
    box-shadow: 0 0 0 0 rgba(37,211,102,.45);
    animation: wa-pulse 2.2s ease-out infinite;
    pointer-events: none;
}
@keyframes wa-pulse {
    0% { box-shadow: 0 0 0 0 rgba(37,211,102,.45); }
    70% { box-shadow: 0 0 0 12px rgba(37,211,102,0); }
    100% { box-shadow: 0 0 0 0 rgba(37,211,102,0); }
}
@media (max-width: 480px) {
    .wa-text { display: none; }      /* icon-only on very small screens */
    .whatsapp-float { padding: 14px; }
}
@media (prefers-reduced-motion: reduce) {
    .whatsapp-float { transition: none; }
    .whatsapp-float::after { animation: none; }
}