@font-face {
    font-family: "Averta";
    src: url("https://db.onlinewebfonts.com/t/f036e81e6040acc6b43aabc036862d21.eot");
    src: url("https://db.onlinewebfonts.com/t/f036e81e6040acc6b43aabc036862d21.eot?#iefix")format("embedded-opentype"),
        url("https://db.onlinewebfonts.com/t/f036e81e6040acc6b43aabc036862d21.woff2")format("woff2"),
        url("https://db.onlinewebfonts.com/t/f036e81e6040acc6b43aabc036862d21.woff")format("woff"),
        url("https://db.onlinewebfonts.com/t/f036e81e6040acc6b43aabc036862d21.ttf")format("truetype"),
        url("https://db.onlinewebfonts.com/t/f036e81e6040acc6b43aabc036862d21.svg#Averta")format("svg");
}

@font-face {
    font-family: "Averta-Bold";
    src: url("https://db.onlinewebfonts.com/t/c36a75c5ada59665e225bbf5e38efd34.eot");
    src: url("https://db.onlinewebfonts.com/t/c36a75c5ada59665e225bbf5e38efd34.eot?#iefix")format("embedded-opentype"),
        url("https://db.onlinewebfonts.com/t/c36a75c5ada59665e225bbf5e38efd34.woff2")format("woff2"),
        url("https://db.onlinewebfonts.com/t/c36a75c5ada59665e225bbf5e38efd34.woff")format("woff"),
        url("https://db.onlinewebfonts.com/t/c36a75c5ada59665e225bbf5e38efd34.ttf")format("truetype"),
        url("https://db.onlinewebfonts.com/t/c36a75c5ada59665e225bbf5e38efd34.svg#Averta-Bold")format("svg");
}

@font-face {
    font-family: "Averta Black";
    src: url("https://db.onlinewebfonts.com/t/2568bb80f5521d55c8c0d536d5bfa5cf.eot");
    src: url("https://db.onlinewebfonts.com/t/2568bb80f5521d55c8c0d536d5bfa5cf.eot?#iefix")format("embedded-opentype"),
        url("https://db.onlinewebfonts.com/t/2568bb80f5521d55c8c0d536d5bfa5cf.woff2")format("woff2"),
        url("https://db.onlinewebfonts.com/t/2568bb80f5521d55c8c0d536d5bfa5cf.woff")format("woff"),
        url("https://db.onlinewebfonts.com/t/2568bb80f5521d55c8c0d536d5bfa5cf.ttf")format("truetype"),
        url("https://db.onlinewebfonts.com/t/2568bb80f5521d55c8c0d536d5bfa5cf.svg#Averta Black")format("svg");
}

*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.post,
.page {
    margin: 0 !important;
}

body {
    font-family: 'Nunito', sans-serif;
    background: #121212;
    color: #ebdebe;
    overflow-x: hidden;
}
h1,
h2,
h3 {
    font-family: "Averta-Bold";
}

a {
    text-decoration: none;
    color: inherit;
}

img {
    max-width: 100%;
}

h1,
h2{
    font-weight: 700;
    line-height: 1.2;
}

h1 {
    font-size: 250%;
}

h2 {
    font-size: 250%;
}

h3 {
    font-size: 1.2rem;
    color: #d3593d;
    margin-bottom: 8px;
}

p {
    font-size: 17px;
    line-height: 1.7;
    color: #444;
}


p a {
    color: #5FA049;
}

p a:hover {
    text-decoration: underline;
}

section {
    padding: 80px 0;
}
section.top-bottom-radius{
	margin-top: -40px;
	border-radius: 40px;
	position: relative;
    z-index: 7;
}
section.bottom-radius{
	border-radius: 0 0 40px 40px;
	position: relative;
    z-index: 3;
}
.br-section {
    margin-top: -40px;
    padding: 100px 0 !important;
}
.tr-section {
    margin-top: -40px;
    padding-top: 100px !important;
}
a {
    text-decoration: none;
    color: inherit;
}

ul {
    list-style-type: none;
	padding: 0;
}

img {
    width: 100%;
    display: block;
}
.main-img img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
	border-radius: 20px;
}
/* Section Styles */
.section-label {
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #5FA049;
    margin-bottom: 12px;
    display: block;
}
.bg-green {
    background: #5FA049;
}

.section-sm {
    padding: 50px 0;
}

.bg-green {
    background: #5FA049;
}

.bg-dark {
    background: #1a1a1a;
}

.bg-light-green {
    background: #edf6e9;
}

.bg-light {
    background: #f8f8f8;
}

.bg-orange {
    background: #EA5B0C;
}

.text-green {
    color: #5FA049;
}

.text-orange {
    color: #EA5B0C;
}

.text-accent {
    color: #5FA049;
}

/* Animation */
.fade-up {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.fade-up.visible {
    opacity: 1;
    transform: none;
}

/* All Buttons */
.button {
	border: none;
	padding: 12px 20px;
    font-family: 'Nunito', sans-serif;
    font-weight: 700;
    font-size: 0.95rem;
    letter-spacing: 0.5px;
    cursor: pointer;
    transition: background 0.3s, transform 0.2s;
    display: inline-block;
	border-radius: 8px;
}
.btn-primary {
    background: #5FA049;
    color: #fff;
}

.btn-primary:hover {
    background: #4a7c3d;
    color: #fff;
}
.btn-orange {
    background: #EA5B0C;
    color: #fff;
}

.btn-orange:hover {
    background: #c74d0a;
    color: #fff;
}
.btn-white {
    background: #fff;
    color: #5FA049;
}
.btn-white:hover {
    background: #f0f7ec;
}
.btn-outline {
    border: 1.5px solid #252525;
    color: #252525;
    background: transparent;
    width: 234px;
    text-align: center;
}

.btn-outline:hover {
    background: #252525;
    color: #fff;
}

/* Top Bar */
.top-bar {
    background: #dbf2d8;
    border-bottom: 1px solid #2a2a2a;
    padding: 10px 0;
    font-size: 0.82rem;
    color: #f7e0c1;
}

.topbar,
.bottombar {
    pointer-events: none;
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999;
}

.topbar {
    top: 4px;
    width: 89%;
    height: 11px;
    display: block;
    background: #d3593d;
    /* Hack to style the browser UI while making it invisible to the user */
    mask-image: linear-gradient(to right, transparent, transparent);
    -webkit-mask-image: linear-gradient(to right, transparent, transparent);
}

.top-bar a {
    color: #252525;
    font-weight: 600;
    transition: color 0.2s;
}

.top-bar a:hover {
    color: #ddd;
}

.top-bar .top-bar-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px;
}

.top-bar span {
    margin-right: 18px;
}

.top-bar .right-side {
    display: flex;
    gap: 20px;
}

.top-bar i {
    margin-right: 5px;
    color: #252525;
}

/* NAVIGATION */
.navbar {
    background: #dbf2d8;
    padding: 25px 0;
    transition: box-shadow 0.3s;
    width: 100%;
}

.navbar .logo {
    width: 200px;
}

.navbar .nav-link {
    color: #252525 !important;
    font-weight: 600;
    font-size: 0.9rem;
    letter-spacing: 0.5px;
    padding: 6px 16px !important;
    transition: color 0.2s;
    position: relative;
}

.navbar .nav-link:hover,
.navbar .nav-link.active {
    color: #5FA049 !important;
}

.navbar-toggler i {
    color: #252525;
}

/* Home Hero */
.hero {
	padding: 0;
    min-height: 85vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
.hero-home {
    background: #dbf2d8;
    overflow: hidden;
	position: relative;
}

.hero-text-block {
    margin: 0 auto 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.hero-headline {
    font-size: 3rem;
    font-weight: 600;
    color: #252525;
	margin-bottom: 0;
}

.hero-accent {
    font-family: Georgia, 'Times New Roman', serif;
    font-style: italic;
    font-weight: 400;
    color: #5FA049;
}

.hero-underline {
    position: relative;
    display: inline-block;
}

.underline-svg {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
}

.hero-sub {
    font-size: 20px;
    color: #333;
    margin-top: 18px;
	margin: 15px 0;
}
.hero-home .button {
	width: 234px;
}
.hero-card {
    background: #2d6b1c;
    border-radius: 18px;
    padding: 22px 18px;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 25px;
    transition: transform 0.2s, background 0.2s;
    height: 100%;
}

.hero-card:hover {
    transform: translateY(-4px);
    background: #245716;
    color: #fff;
}

.hero-card img {
    width: 90px;
    height: 90px;
    object-fit: cover;
    border-radius: 10px;
    flex-shrink: 0;
}

.hero-card h3 {
    font-size: 16px;
    margin-bottom: 6px;
    color: #fff;
}

.hero-card .badge-tag {
    background: rgba(255, 255, 255, 0.18);
    padding: 4px 12px;
    border-radius: 8px;
    font-size: 0.8rem;
    display: inline-block;
}

/* Trust Bar */

.trust-bar h2 {
    color: #fff;
}

.trust-item {
    text-align: center;
    color: #fff;
}

.trust-item .trust-num {
    font-size: 2rem;
    font-weight: 800;
    color: #5FA049;
}
.trust-item -trust-num i {
	font-size:1.2rem;
}

.trust-item p {
    color: #bbb;
}


/* Bg Hero */

/* Hero Non Bg */

/* Hero Form Box */


/* Trust Strip — orange background */

/* Services Section */
.services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
    margin-top: 40px;
}

.service-item {
    display: flex;
    flex-direction: column;
    text-decoration: none;
    color: inherit;
}

.service-item-img-wrap {
    overflow: hidden;
    border-radius: 12px;
    flex-shrink: 0;
}

.service-item-img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    border-radius: 12px;
    display: block;
    transition: transform 0.5s ease;
}

.service-item:hover .service-item-img {
    transform: scale(1.05);
}

.service-item-body {
    padding: 18px 0 0;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.service-item-body h3 {
    font-size: 1.35rem;
    font-weight: 700;
    color: #252525;
    margin-bottom: 8px;
    font-family: "Averta-Bold";
}

.service-item-body p {
    font-size: 15px;
    color: #555;
    line-height: 1.6;
    margin-bottom: 12px;
    flex: 1;
}

.service-item .btn-learn-more {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    color: #5FA049;
    font-weight: 700;
    transition: 0.3s ease;
    text-decoration: none;
}

.service-item .btn-arrow {
    font-size: 12px;
    transition: transform 0.3s ease;
}

.service-item:hover .btn-arrow {
    transform: translateX(6px);
}

.service-item:hover .btn-learn-more {
    color: #4a7c3d;
}

.service-card {
    display: flex;
    flex-direction: column;
    text-align: center;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.07);
    height: 100%;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    text-decoration: none;
    overflow: hidden;
}

.service-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
}

.service-card img {
    width: 100%;
    transition: transform 0.5s ease;
}

.service-card:hover img {
    transform: scale(1.08);
}

.service-details {
    padding: 18px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.service-card h3 {
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: 600;
}

.service-card p {
    flex: 1;
    margin-bottom: 15px;
    line-height: 1.5;
}

.service-card .btn-learn-more {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    font-size: 14px;
    color: #245716;
    font-weight: 600;
    transition: 0.3s ease;
}

.service-card .btn-arrow {
    font-size: 12px;
    transition: transform 0.3s ease;
}

.service-card:hover .btn-arrow {
    transform: translateX(6px);
}

.service-card:hover .btn-learn-more {
    color: #1e4a12;
}
.choose-card {
    padding: 22px;
    border: 1px solid #e6e6e6;
    border-radius: 12px;
    transition: 0.3s;
    height: 100%;
}

.choose-card:hover {
    border-color: #5FA049;
    transform: translateY(-4px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.06);
}

.step-num {
    width: 44px;
    height: 44px;
    background: #5FA049;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1.1rem;
}

.choose-card h3 {
    font-size: 18px;
    font-weight: 600;
}

.choose-card p {
    font-size: 14px;
    color: #666;
}

/* Marque Section */

.marquee-wrapper {
    overflow: hidden;
    width: 100%;
    position: relative;
    display: flex;
}

.marquee-wrapper::before,
.marquee-wrapper::after {
    content: '';
    position: absolute;
    top: 0;
    width: 80px;
    height: 100%;
    z-index: 2;
    pointer-events: none;
}

.marquee-wrapper::before {
    left: 0;
    background: linear-gradient(to right, #fff, transparent);
}

.marquee-wrapper::after {
    right: 0;
    background: linear-gradient(to left, #fff, transparent);
}

.marquee-track {
    display: flex;
    align-items: center;
    gap: 48px;
    flex-shrink: 0;
    width: max-content;
}

.marquee-track img {
    height: 75px;
	width: auto; 
    object-fit: contain;
    filter: grayscale(30%);
    transition: filter 0.2s;
    flex-shrink: 0;
}

.marquee-track img:hover {
    filter: grayscale(0%);
}

/* CTA Banner */
.cta-banner {
    padding: 70px 0;
    text-align: center;
}

.cta-banner h2 {
    color: #fff;
    font-size: 2.2rem;
    margin-bottom: 16px;
}

.cta-banner p {
    color: rgba(255, 255, 255, 0.85);
    margin-bottom: 28px;
    font-size: 1.05rem;
}

.cta-banner .btn-white {
    background: #fff;
    color: #5FA049;
    padding: 14px 36px;
    border-radius: 6px;
    font-weight: 700;
    font-size: 1rem;
    display: inline-block;
    transition: all 0.2s;
}

.cta-banner .btn-white:hover {
    background: #f0f7ec;
}

/* Footer */
.site-footer {
    background: #1a1a1a;
    color: #ccc;
    padding: 60px 0 0;
}

.footer-brand img {
    height: 48px;
}

.footer-col h3 {
    color: #fff;
    font-size: 1rem;
    margin-bottom: 18px;
}

.footer-col p {
    font-size: 0.88rem;
    color: #aaa;
}

.footer-links {
    list-style: none;
    padding: 0;
	margin: 0;
}

.footer-links li {
    margin-bottom: 8px;
}

.footer-links p {
    color: #aaa;
    font-size: 0.9rem;
    transition: color 0.2s;
    display: block;
}

.footer-links a {
    color: #aaa;
    font-size: 0.9rem;
    transition: color 0.2s;
    display: block;
}

.footer-links a:hover {
    color: #5FA049;
}

.footer-bottom {
    border-top: 1px solid #333;
    margin-top: 40px;
    padding: 20px 0;
    font-size: 0.82rem;
    color: #666;
}

.social-icons a {
    color: #aaa;
    margin-right: 12px;
    font-size: 1.1rem;
    transition: color 0.2s;
}

.social-icons a:hover {
    color: #5FA049;
}

.copyright {
    margin: 0;
    font-size: 0.82rem;
    color: #666;
}

.privacy-links a{
	color: #aaa;;
    font-size: 1.1rem;
    transition: color 0.2s;
}
.privacy-links a:hover{
	 color: #5FA049;
}
section.bg-orange.cta-bg.br-section.bottom-radius.z-index-1 {
    z-index: 1;
}
.ti-widget.ti-goog.ti-disable-font.ti-review-text-mode-readmore.ti-text-align-left {
    padding: 0;
}
/* MEDIA QUERIES */
@media screen and (max-width: 991.9px) {
    section {
        padding: 60px 0;
    }
	     h1 {
        font-size: 2rem;
    }

    h2 {
        font-size: 1.6rem;
    }

    .container,
    .container-fluid,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        padding-right: var(--bs-gutter-x, 1rem);
        padding-left: var(--bs-gutter-x, 1rem);
    }

    .top-bar {
        display: block;
        text-align: center;
        padding: 7px 0;
    }

    .top-bar .top-bar-inner {
        justify-content: center;
        flex-direction: column;
        gap: 4px;
    }

    .top-bar .right-side {
        justify-content: center;
        gap: 14px;
    }

    .top-bar span {
        margin-right: 0;
    }

    .logo-wrap {
        position: relative;
        width: 100%;
        justify-content: space-between;
    }

    .navbar .logo,
    .logo-mobile {
        height: 50px !important;
        width: auto;
        transition: all .3s;
    }

    .navbar-nav {
        text-align: center;
        padding-top: 40px;
        margin-bottom: 0;
    }

    .nav-link {
        font-size: 120%;
        letter-spacing: 1px;
        margin-bottom: 25px;
    }

    .navbar .nav-link:hover::after,
    .navbar .nav-link.active::after {
        width: 0;
    }

    .nav-btn {
        display: none;
    }
    .hero-headline {
        font-size: 2.2rem;
        white-space: normal;
    }

    .hero-inner h1 {
        font-size: 2rem;
    }

    section {
        padding: 60px 0;
    }

    .services-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
    }
}

@media only screen and (max-width: 767.9px) {
	section {
        padding: 50px 0;
    }
       h1 {
        font-size: 200% !important;
    }

    h2 {
        font-size: 175%;
    }
    .trust-item {
        padding: 8px;
    }

    section {
        padding: 60px 0;
    }

    .top-bar .top-bar-inner {
        justify-content: center;
        text-align: center;
    }
	section.bottom-radius {
        border-bottom-left-radius: 24px;
        border-bottom-right-radius: 24px;
    }
	section.top-bottom-radius {
        border-top-left-radius: 24px;
        border-top-right-radius: 24px;
		border-bottom-left-radius: 24px;
        border-bottom-right-radius: 24px;
    }
    .hero-headline {
        font-size: 1.9rem;
        white-space: normal;
    }

    .hero-text-block {
        margin-bottom: 32px;
    }

    .cta-banner h2 {
        font-size: 1.6rem;
    }

    .services-grid {
        grid-template-columns: 1fr;
        gap: 32px;
    }
}
@media (max-width: 490px) {
    .hero-card {
        flex-direction: column;
        align-items: flex-start;
    }
}