@font-face {
    font-family: 'Batangas';
    src: url('../vendors/fonts/batangas/Batangas\ Bold\ 700.otf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

*::-webkit-scrollbar {
    display: none;
}

body {
    font-family: 'Batangas', sans-serif;
    background-image: url('../images/bg-body.jpg');
}

.logo {
    width: 15rem;
}

@media only screen and (max-width: 676px) {
    .logo{
        width: 10rem;
    }
}

.nav-link {
    font-size: 1rem;
}


.nav-link.active {
    color: #87c53e !important;
    border-bottom: 2px solid #87c53e;
}

.text-green {
    color: #87c53e !important;
}


.video-section {
    position: relative;
    width: 100%;
    height: 25rem;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
}

.bg-video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.content {
    position: relative;
    z-index: 1;
    max-width: 500px;
    padding: 20px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(135, 197, 62, 0.8) !important;
}

.form-control:focus {
    box-shadow: 0 0 0 0.25rem rgba(135, 197, 62, 0.25);
    border-color: #87c53e;
    border: 1px solid #87c53e !important;
}

.bg-light-green {
    background-color: rgba(135, 197, 62, 0.04) !important;
}

.form-control {
    border: 1px solid #87c53e !important;
}

.bg-green-dark {
    background-color: #87c53e !important;
}

.product-card {
    border-radius: 1rem;
    transition: transform 0.3s, box-shadow 0.3s;
}

.product-card:hover {
    transform: translateY(-5px) scale(1.02);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.product-card .card-img-top {
    /* height: 220px; */
    object-fit: cover;
}


.contact_section {
    background: #86c53e4e;
}

.cnt_txt {
    font-size: 0.8rem;
}

.green_txt {
    color: #87c53e;
}

a:hover {
    color: #000000;
}

a {
    color: #87c53e;
    text-decoration: none;
}

.underline-hover {
    display: inline-block;
    position: relative;
    text-decoration: none;
    color: #007bff;
}

.underline-hover::after {
    content: "";
    position: absolute;
    width: 0;
    height: 2px;
    bottom: 0;
    left: 50%;
    background-color: #007bff;
    transition: width 0.4s ease-in-out, left 0.4s ease-in-out;
}

.underline-hover:hover::after {
    width: 100%;
    left: 0;
}

.footer p {
    font-size: 0.8rem;
}

/* .location{
    font-family: Verdana, Tahoma, sans-serif;
} */

.sprout-box {
    position: relative;
    /*  box-shadow: 0 0 20px rgba(0, 50, 0, 0.5); */
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='20' height='20'><path d='M10 0 C15 10, 5 10, 10 20' stroke='%2399cc66' fill='none' stroke-width='2'/></svg>");
    background-repeat: round;
    background-origin: border-box;
    background-clip: border-box;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: -.2rem -.2rem .2rem .2rem #87c53e;
}

.sprout-box-1 {
    position: relative;
    /*  box-shadow: 0 0 20px rgba(0, 50, 0, 0.5); */
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='20' height='20'><path d='M10 0 C15 10, 5 10, 10 20' stroke='%2399cc66' fill='none' stroke-width='2'/></svg>");
    background-repeat: round;
    background-origin: border-box;
    background-clip: border-box;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: .2rem .2rem .2rem .2rem #87c53e;
}

.sprout-box-1:hover {
    box-shadow: -.2rem -.2rem .2rem .2rem #87c53e;
    transform: scale(1.05);
}

.sprout-box:hover {
    box-shadow: .2rem .2rem .2rem .2rem #87c53e;
    transform: scale(1.05);
}

.ehwygf {
    font-size: 8rem;
    opacity: 0.3;
    color: #152600;
    text-shadow: 0.1rem 0.3rem 0.2rem rgba(135, 197, 62, 0.5);
}



@media screen and (max-width: 768px) {
    .ehwygf {
        font-size: 4rem;
    }

    .leave {
        z-index: -1;
        width: 5rem;
        top: 3rem;
    }
}

@media screen and (max-width: 375px) {
    .ehwygf {
        font-size: 2rem;
    }
}

.cmn-xt {
    font-family: "Open Sans", sans-serif !important;
    font-size: 0.9rem;
    font-weight: 600;
}

.kusefgvb {
    font-size: 2rem;
}

@media screen and (max-width: 768px) {
    .kusefgvb {
        font-size: 1rem;
    }
}

.sprout-text-layer {
    background-color: rgba(38, 53, 29, 0.9);
    padding: 20px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.sprout-text-layer:hover {
    background-color: rgba(38, 53, 29, 1);
    padding: 20px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.sprout-text-layer h4 {
    color: #ffffff;
    margin: 0 0 10px 0;
    text-align: center;
    font-size: 1.2rem;
}

.sprout-text-layer p {
    color: #f0f0f0;
    margin: 0;
}

.cmn-xt-bold {
    font-family: "Open Sans", sans-serif !important;
    font-weight: 500;
}

.ft_terms {
    font-size: 0.7rem;
}

.testimonial-section {
    max-width: 800px;
    margin: auto;
    text-align: center;
    padding: 2rem;
}

.testimonial-section h2 {
    font-size: 2rem;
    margin-bottom: 1.5rem;
    color: #333;
}

.testimonial-card {
    background: #fff;
    padding: 1.5rem;
    border-radius: 1rem;
    box-shadow: 0 1rem 3rem rgba(135, 197, 62, 0.5);
    max-width: 600px;
    margin: auto;
    margin-bottom: 1rem;
    margin-top: 1rem;
}

.testimonial-card p {
    font-style: italic;
    color: #555;
    margin-bottom: 1rem;
}

.testimonial-user {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    justify-content: center;
}

.testimonial-user img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
}

.testimonial-user h4 {
    margin: 0;
    font-size: 1rem;
    color: #333;
}

.testimonial-user span {
    font-size: 0.9rem;
    color: #f4b400;
}

/* Fade-in effect */
.fade-in {
    opacity: 0;
    transform: translateY(20px);
    animation: fadeInUp 1s forwards;
}

@keyframes fadeInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.plan-card {
    border-radius: 1rem;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.plan-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.2);
}

.plan-name {
    font-weight: 600;
    color: #305009;
}

ul li {
    /* margin-bottom: 0.5rem; */
    font-size: 16px;
}

.sxfgvbh {
    background: rgba(134, 197, 62, 0.123);
}

.social_media_icons {
    position: fixed;
    right: 2px;
    top: 29%;
    width: 50px;
    background-color: rgba(134, 197, 62, 1);
    color: #fff;
    padding: 0px;
    text-align: center;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    z-index: 999;
    list-style: none;
}

.text-success {
    color: rgba(134, 197, 62, 1) !important;
    font-family: "Open Sans", sans-serif !important;
}

@media only screen and (max-width: 768px) {
    .social_media_icons {
        position: fixed;
        right: 0;
        border-bottom-left-radius: 10px;
        border-top-left-radius: 10px;
    }
}

.social_media_icons li {
    padding: 11px 0;
    border: 1px solid transparent;
}

.social_media_icons li a i {
    font-size: 16px;
}

.social_media_icons li a i:hover {
    font-size: 18px;
    transition: 0.9s ease-in-out;
    transform: translateY(-5px);
}

.ijyhygt ul li a, .uiaefug {
    font-family: "Open Sans", sans-serif;
    font-size: 0.7rem;
    font-weight: 500;
}

.uiaefug a {
    color: black !important;
}

.cmn-xtt {
    font-family: "Open Sans", sans-serif;
    font-size: 0.8rem;
}

.founder_ {
    width: 5rem;
}

.card-img-tt {
    width: 47svh;
}

.egvdrgiolul {
    font-family: "Open Sans", sans-serif;
}

.sfe4e4ewg {
    font-family: "Saira", sans-serif;
    font-size: 2.25rex;
    font-weight: bolder;
}

.opaefkjgoe288 {
    font-family: "Saira", sans-serif;
    font-weight: 500;
    font-size: 1.78rex;
}

.card-text-price {
    font-family: "Saira", sans-serif;
    font-size: 2rex;
    font-weight: bold;
}

.skbf {
    font-family: "Saira", sans-serif;
    text-decoration: line-through;
    font-size: 1.58rex;
}

.small {
    font-family: "Saira", sans-serif;
    font-size: 1.58rex;
    font-weight: 500;
}

.tghygthy8759 {
    font-family: "Saira", sans-serif;
    font-size: 1.88rex;
    font-weight: 900;
}

.list-group-item.header-item {
    font-family: "Saira", sans-serif;
    font-size: 2.00rex;
}

.list-group-item.border-0 {
    font-family: "Saira", sans-serif;
    font-weight: 600;
    font-size: 1.75rex;
}

/* .list-group.list-group-flush {
    height: 28rex;
} */

.product_imfsakfs {
    width: 12vw;
}