:root {
    --lp-green: #2E7D32;
    --lp-green-600: #1B5E20;
    --lp-ink: #14212b;
    --lp-text: #415260;
    --lp-muted: #7b8895;
    --lp-bg: #F5FAF5;
    --lp-deep: #0f2e1d;
    --border: #e6eee8;
    --radius-lg: 20px;
    --shadow-1: 0 4px 16px rgba(0, 0, 0, .06);
    --shadow-2: 0 8px 22px rgba(0, 0, 0, .08);
    --shadow-3: 0 18px 48px rgba(0, 0, 0, .14);
}

html {
    scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }
}

.text-dec-underline {
    text-decoration: underline;
}

/* Modern navbar look (works with Bootstrap 4) */
.nav-modern {
    background: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, .06);
}

.nav-modern .navbar-brand img {
    height: 60px;
    width: auto;
}

.nav-modern .navbar-nav .nav-item {
    margin-right: 5px !important;
}

.nav-modern .nav-link {
    font-weight: 500;
    color: #444 !important;
    position: relative;
    padding: .75rem 1rem;
    transition: color .2s ease;
}

.nav-modern .nav-link:hover {
    color: #1b7e43 !important;
}

.nav-modern .nav-link.active {
    color: #1b7e43 !important;
    border-bottom: 1px solid #1b7e43;
}

.dropdown-menu {
    border-radius: .5rem;
    border: 1px solid rgba(0, 0, 0, .08);
    box-shadow: 0 6px 20px rgba(0, 0, 0, .1);
}

/* Mega menu layout */
.nav-modern .mega-dropdown .dropdown-menu.mega-menu {
    min-width: 600px;
    max-width: 90vw;
    border-radius: .75rem;
    box-shadow: 0 14px 40px rgba(0, 0, 0, .15);
    border: 1px solid rgba(0, 0, 0, .06);
}

.nav-modern .mega-dropdown .dropdown-item {
    display: block;
    padding: .75rem 1rem;
    border-radius: .5rem;
}

.nav-modern .mega-dropdown .dropdown-item:hover,
.nav-modern .mega-dropdown .dropdown-item:focus {
    background: rgba(27, 126, 67, .08);
    color: #1b7e43;
}

/* Highlight active dropdown item */
.nav-modern .dropdown-item.active,
.nav-modern .dropdown-item:active {
    color: #1b7e43 !important;
    background-color: rgba(27, 126, 67, .08);
}

/* Responsive: stack on small screens */
@media (max-width: 991.98px) {
    .nav-modern .mega-dropdown .dropdown-menu.mega-menu {
        min-width: auto;
        max-width: 100%;
        box-shadow: none;
    }
}

.sticky-bottom-cta {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.85);
    z-index: 1050;
}

.sticky-bottom-cta .btn {
    background-color: var(--lp-green);
    border: 0;
}

.btn-lp,
.btn-lp:hover {
    background: var(--lp-green);
    border: 0;
    color: #fff;
    transition: background .15s ease, border-color .15s ease
}

.btn-outline-lp {
    background: transparent;
    border: 2px solid var(--lp-green);
    color: var(--lp-green);
    transition: background .15s ease, border-color .15s ease, color .15s ease
}

.contact-us-page .chip {
    display: inline-flex;
    align-items: center;
    padding: .35rem .7rem;
    background: var(--fg-150);
    color: var(--fg-700);
    border-radius: 999px;
    font-size: .85rem;
    font-weight: 600;
}

.contact-us-page .bg-hero-contact {
    background: linear-gradient(180deg, rgba(11, 46, 31, .85), rgba(11, 46, 31, .7)),
        url('/images/contact-us-hero.jpg') center/cover no-repeat;
    color: #fff;

}

.contact-us-page .lp-color-dark {
    color: var(--lp-ink) !important;
}


.contact-us-page .hero {
    min-height: 40vh;
    display: flex;
    align-items: center;
}

.contact-us-page .hero .lead {
    opacity: .95;
}

.contact-us-page .hero .card-cta {
    background: rgba(255, 255, 255, .1);
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 1rem;
    backdrop-filter: saturate(140%) blur(4px);
}

.contact-us-page .map-container {
    position: relative;
    overflow: hidden;
    border-radius: 1rem;
    min-height: 360px;
}

.contact-us-page .map-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.contact-us-page section {
    padding: 3.25rem 0;
}

.contact-us-page .section-heading {
    margin-bottom: 1rem;
}

.contact-us-page .section-sub {
    color: var(--muted);
    margin-bottom: 2rem;
}

.contact-us-page .card-soft {
    border: 1px solid var(--border);
    border-radius: 1rem;
    background: #fff;
    box-shadow: 0 6px 18px rgba(16, 24, 20, .06);
}

.contact-us-page .office-media {
    border-radius: 1rem;
}

.contact-us-page .office-cta .icon {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--fg-150);
    color: var(--fg-700);
    margin-right: .75rem;
    flex: 0 0 40px;
}

.contact-us-page .office-cta a {
    font-weight: 600;
}


.contact-us-page .form-control {
    border-radius: .6rem;
    border-color: #dfe7e1;
}

.contact-us-page .form-control:focus {
    border-color: var(--fg-400);
    box-shadow: 0 0 0 .2rem rgba(47, 158, 95, .15);
}

.contact-us-page .required::after {
    content: " *";
    color: #d33;
}

.contact-us-page .empathy {
    background: #fff;
    border-top: 1px solid var(--border);
}

.contact-us-page .muted {
    color: var(--muted) !important;
}

/* Full-page loader overlay */
#lpPageLoader {
    position: fixed;
    inset: 0;
    z-index: 1055;
    /* above modals if needed */
    background: rgba(0, 0, 0, .35);
    display: none;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(1px);
}

#lpPageLoader .LP-loader {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    border: 4px solid rgba(255, 255, 255, .35);
    border-top-color: #fff;
    animation: lpSpin .8s linear infinite;
}

@keyframes lpSpin {
    to {
        transform: rotate(360deg);
    }
}

/* Floating toast container */
#lpToastWrap {
    position: fixed;
    right: 20px;
    top: 50px;
    z-index: 1056;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.lp-toast {
    min-width: 260px;
    max-width: 360px;
    padding: 12px 14px;
    border-radius: .5rem;
    color: #fff;
    box-shadow: 0 8px 24px rgba(0, 0, 0, .2);
    display: flex;
    align-items: center;
    opacity: 0.9;
}

.lp-toast .icon {
    margin-right: 10px;
    line-height: 1.1;
}

.lp-toast.success {
    background: var(--lp-green);
}

/* match your fg-500 */
.lp-toast.error {
    background: #c0392b;
}

.lp-toast .close {
    margin-left: auto;
    color: rgba(255, 255, 255, .9);
    text-decoration: none;
    font-weight: bold;
    padding-left: 8px;
}

.footer-v2 .social-icons i.fa-twitter {
    color: #00aced
}

.footer-v2 .social-icons i.fa-twitter:hover {
    color: #0074a1
}

.footer-v2 .social-icons i.fa-facebook {
    color: #3b5998
}

.footer-v2 .social-icons i.fa-facebook:hover {
    color: #263961
}

.footer-v2 .social-icons i.fa-youtube {
    color: #cb2027
}

.footer-v2 .social-icons i.fa-youtube:hover {
    color: #89161a
}

.footer-v2 .social-icons i.fa-instagram {
    color: #aa187c
}

.footer-v2 .social-icons i.fa-instagram:hover {
    color: #503848
}

#signup-button-scroll {
    position: fixed;
    bottom: -80px;
    left: 0;
    z-index: 1;
    background: #00000087;
    width: 100%;
    padding: 20px 0px 10px 0px;
    transition: all 0.2s;
}

#signup-button-scroll.signup-button--scroll {
    bottom: -2px;
}

iframe[name="helpcrunch-iframe"] {
    transition: bottom 0.2s;
}

.body--scroll iframe[name="helpcrunch-iframe"] {
    bottom: 75px !important;
}

#signup-button,
#signup-button-scroll a {
    transition: all 0.2s;
    opacity: 1;
}

#signup-button:hover,
#signup-button-scroll a:hover {
    opacity: 0.9;
}

#home #hero {
    overflow: hidden;
    background: url("/images/hero_bg1.webp") center 16% / cover #4b4848;
    height: 580px;
    position: relative;
    top: -60px;
    padding-top: 150px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, .4);
}

#hero .cta {
    -webkit-animation-delay: .6s;
    -moz-animation-delay: .6s;
    -o-animation-delay: .6s;
    -ms-animation-delay: 0.6s;
    animation-delay: .6s;
    margin-top: 60px;
}
.animated.fadeInDown {
    -webkit-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    -o-animation-name: fadeInDown;
    animation-name: fadeInDown;
}
.animated {
    -webkit-animation-duration: .7s;
    -moz-animation-duration: .7s;
    -o-animation-duration: .7s;
    animation-duration: .7s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
}

#hero .sub-text {
    width: 50%;
    margin-top: 25px;
    color: #fff;
    font-size: 18px;
    line-height: 28px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .3);
}
#hero .sub-text, .fab {
    -webkit-font-smoothing: antialiased;
}
#hero .sub-text, #hero h1.hero-text {
    font-family: Lato, "Helvetica Neue", Arial;
    -webkit-animation-duration: 1s;
}
#cta h4, #cta h3, #hero .sub-text, .button, .button-outline, body {
    font-weight: 400;
}

#hero .container {
    position: relative;
    z-index: 33;
}

#hero h1.hero-text {
    line-height: 52px;
    text-align: left;
    font-size: 37px;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: .3px;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .5);
}
#hero .sub-text, #hero h1.hero-text {
    font-family: Lato, "Helvetica Neue", Arial;
    -webkit-animation-duration: 1s;
}

#hero .cta a {
    margin-right: 20px;
    padding: 15px 31px;
    background: linear-gradient(#4b8325,#4b8325);
    font-size: 20px;
    color: #fff !important;
}

#hero:before {
    bottom: 0;
    width: 100%;
    background: -webkit-linear-gradient(right, rgba(255, 255, 255, 0) 0, transparent 1%, rgba(0, 0, 0, .1) 26%, rgba(0, 0, 0, .35) 71%, rgba(0, 0, 0, .5) 100%);
    background: -moz-linear-gradient(right,rgba(255,255,255,0) 0,transparent 1%,rgba(0,0,0,.1) 26%,rgba(0,0,0,.35) 71%,rgba(0,0,0,.5) 100%);
    background: -o-linear-gradient(right,rgba(255,255,255,0) 0,transparent 1%,rgba(0,0,0,.1) 26%,rgba(0,0,0,.35) 71%,rgba(0,0,0,.5) 100%);
    background: linear-gradient(right,rgba(255,255,255,0) 0,transparent 1%,rgba(0,0,0,.1) 26%,rgba(0,0,0,.35) 71%,rgba(0,0,0,.5) 100%);
}
#hero:after, #hero:before {
    position: absolute;
    content: '';
    height: 100%;
    left: 0;
}

#home .number-block .number {
    margin: 0 -15px 16px;
}

#home .number-block {
    font-size: 46px;
    line-height: 45px;
    font-weight: 700;
    margin: 0 0 8px;
}

#home .number-block .number span {
    font-size: 105px;
    line-height: 105px;
    display: inline-block;
    vertical-align: top;
    padding: 8px 8px 6px;
    width: 89px;
    text-align: center;
    border-radius: 5px;
    border: 1px solid #c6c6c6;
    margin: 0 2px 0 3px;
    position: relative;
}

#home .number-block .separator {
    display: none;
}

#home .number-block:after {
    content: '';
    display: block;
    clear: both;
}

#home .section {
    /* border-top: 1px solid #ccc; */
    padding: 60px 66px 70px;
}

#home .intro {
    display: block;
    color: #575454;
    font-size: 28px;
    line-height: 34px;
    max-width: 86%;
    margin: 0 auto;
}
#home .intro, .subtitle, p {
    font-weight: 300;
}

#home .button {
    padding: 13px 32px;
    font-size: 20px;
    color: #fff !important;
    border: 0;
    border-radius: 5px;
    background-color: #4589e3;
    background: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(0, #4b8325), color-stop(100%, #4b8325));
    background: -webkit-linear-gradient(#4b8325, #4b8325);
    background: -moz-linear-gradient(#4b8325,#4b8325);
    background: -o-linear-gradient(#4b8325,#4b8325);
    background: linear-gradient(#4b8325, #4b8325);
    -webkit-transition: .2s linear;
    -moz-transition: .2s linear;
    -ms-transition: .2s linear;
    -o-transition: .2s linear;
    transition: .2s linear;
}

#home #clients-line {
    padding: 45px 0;
    margin: 30px 0 0;
    background: #f5f5f5;
}
#home .owl-carousel {
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y;
}

#home .owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%;
}

#cta h4, #cta h3, .owl-carousel .owl-item {
    float: left;
}


.testimonials {
    border-radius: 5px;
    border: 1px solid #cdcdcd;
    padding: 30px 60px;
    box-shadow: 0 9px 50px 0 rgba(38, 50, 56, .1);
}
#cta .wrapper, .testimonials, ​ .wrapper {
    background: #f7f8fb;
    margin: 0 auto;
}
#cta .wrapper, .testimonials {
    -webkit-box-shadow: 0 9px 50px 0 rgba(38, 50, 56, .1);
    -moz-box-shadow: 0 9px 50px 0 rgba(38,50,56,.1);
}

#cta, p {
    margin-top: 20px;
}

#home #features .divider {
    height: 1px;
    width: 100%;
    background-color: #ddd;
    position: relative;
    margin: 30px 0;
}

#cta .wrapper {
    border-radius: 5px;
    border: 1px solid #cdcdcd;
    box-shadow: 0 9px 50px 0 rgba(38, 50, 56, .1);
}

#cta h4, #cta h3 {
    color: #5f6e7c;
}

#cta .button {
    float: right;
}

@media(max-width: 500px) {
    .signup-button--scroll .container {
        text-align: center;
    }

    .signup-button--scroll a {
        font-size: 14px;
        line-height: 1;
        padding: 10px 20px;
    }

    .body--scroll iframe[name="helpcrunch-iframe"] {
        bottom: 50px !important;
    }
}