*,
*::after,
*::before {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    --prime: #064420;
    --sec: #A02334;
    scroll-behavior: smooth;
}

body {
    background: #F4F6F3;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    color: inherit;
}
.form-icon-right {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}
.businesscard h3{
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    /* min-height: 30px; */
    display: -webkit-box;
}
.businesscard p{
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
}

.bl_h3{
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    /* min-height: 30px; */
    display: -webkit-box;
}
.bl_p{
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
}
button {
    border: none;
    background: none;
}

.text-prime {
    color: var(--prime);
}

.bg-prime {
    background: var(--prime);
}

.bg-sec {
    background: #F4E022;
}

.btn-prime {
    background: var(--prime);
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    color: #fff;
    min-height: 42px;
    padding: 7px 16px;
    border: none;
    border-radius: 6px;
}
.mt_40{
    margin-top: 40px;
}
.pr_10{
    padding-right: 10%;
}
.btn-sec {
    border: 1px solid var(--prime);
    background:#064420;
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    color: #fff;
    min-height: 42px;
    padding: 7px 16px;
    border-radius: 6px;
}
.bg_none{
    background: #fff0;
}
.searh{
    width: 400px;
    margin: 20px auto 0;
}
.abo_new{
    position: relative;
        padding: 100px 0px 60px;
}
/*.abo_new:before{
        content: '';
    width: 100%;
    height: 100%;
    background: url(../images/abo_bg.png);
    position: absolute;
    right: 0;
    top: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
    z-index: -1;
}*/
.ser p{
    white-space: nowrap;
}
.grid_2{
        display: grid;
    grid-template-columns: 2fr 1fr 2fr 1fr;
    gap: 20px;
}
.flex {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}
.w-fit {
    width: fit-content;
}
.ser{
    display: flex;
    gap: 20px;
    color: #fff;
}
.mw-750 {
    max-width: 750px;
}


.fs-7 {
    font-size: 14px;
}
.mb_60 {
    margin-bottom: 60px;
}
.mt_20{
    margin-top: 20px;
}
header {
       background: #FAF1E6;
    position: fixed;
    top: 0;
    z-index: 999;
    border-radius: 0;
    margin-top: 20px;
    width: 100%;
    margin: 0 auto;
    left: 0;
    right: 0;
    padding: 10px 0;
}
.mt_200{
    margin-top: 200px;
}
/*nav {
    position: relative;
}
nav:before{
        content: '';
    width: 400px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
    z-index: -1;
}

*/
#navbarSupportedContent ul {
    gap: 40px;
}


.tab-style ul.nav {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 60px;
}
.tab-style ul.nav li .active
{
    color:#064420;
}
.common-padd{
    padding: 60px 0px;
}
.tab-style ul.nav li h5 {
    color: rgba(0, 0, 0, 0.7);
    font-weight: 600;
    text-align: center;
}
.tab-style ul.nav li
{
 flex: 1;
 position: relative; 
}
.tab-style ul.nav li:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 9px;
    height: 2px;
    width: 100%;
    background:#064420;
    opacity: 0.2;
}
.tab-style ul.nav li h5
{
    border-bottom: 4px solid transparent;
    padding-bottom:7px;
}
.tab-style ul.nav li .active
{
    border-color:#064420;;    
}


.tab-style ul.nav li
{
    padding: 0 0;
}
.tab-style.style2 .owl-stage-outer
{
    overflow: visible !important;
}

.tab-style.style2
{
padding-top: 40px;
}
.tab-style.style2 ul.nav li .active {
    border-color: #064420;
}
.tab-style.style2 ul.nav li:before {
    background: #064420;
    opacity: 0.2;
}
.tab-style.style2 ul.nav li h5 {
    border-bottom: 6px solid transparent;
}
.tab-style.style2 ul.nav li .active {
    color: #fff;
}
.tab-style.style2  ul.nav li h5 {
    font-weight: 400;
    color: #fff;
}
.premiumslide-item {
    display: flex;
    align-items: center;
    background: #064420;
    padding: 25px;
    border-radius: 20px;
}

.premiumslide-item .premiumslide-item-img {
    width: 45%;
    max-width: 45%;
    flex: 45%;
}

.premiumslide-item .premiumslide-item-cont {
    width: 55%;
    max-width: 55%;
    flex: 55%;
    padding-left: 5%;
}
.premiumslide-item .premiumslide-item-cont h5
{
    color: #fff;
}
.premiumslide-item .premiumslide-item-cont p
{
    color: #fff;
}

.premiumslide-item .premiumslide-item-img img {
    border-radius: 12px;
}
.grid_22{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}
header .navbar-nav .nav-link {
    color: #000;

}

header .navbar-nav .nav-link.active {
    color: #000;
    font-weight: 600;
}

#navbar-toggler:checked~.collapse {
    display: block;
}

footer {
    background: #fff;
}

footer .pages {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.text-right{
    text-align: right;
}
footer .contact,
footer .pages>div {
    display: flex;
    gap: 16px;
}
.mt_30{
    margin-top: 30px;
}
footer p,
footer .contact a,
footer .pages a {
    color: #fff;
    transition: all .3s ease-in-out;
    font-size: 14px;
}
.pages a img{
    filter: brightness(1) invert(0);
}

footer .pages a:hover {
    transform: translateX(6px);
    transition: all .3s ease-in-out;
}

footer .contact a img {
    filter: brightness(1) invert(0);
}
footer img{
    filter: brightness(0) invert(1);
}
/*.social-media a img {
    filter: brightness(0) invert(1);
}*/

footer .contact a {
    display: grid;
    grid-template-columns: 25px 1fr;
    gap: 8px;
}

footer .social-media a {
    height: 30px;
    width: 30px;
}

footer .social-media,
footer .pages,
footer .contact {
    margin-bottom: 20px;
}

.footer-credit {
    background: #F9FAFB;
    color: #000;
    padding: 15px;
    text-align: center;
    font-size: 14px;
}


/* Forms */

form.column {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

form label {
    margin: 16px 0px 12px;
}

select,
input,
textarea {
    border: 1px solid transparent;
    outline: none;
    border-radius: 5px;
    padding: 8px 18px;
    background: #fff;
    width: 100%;
}

select {
    padding: 11px 20px;
}
.p_40{
    padding: 60px 0;
}

select:focus,
input:focus,
textarea:focus {
    border: 1px solid var(--prime);
    background: #fff;
}

.form-range {
    -webkit-appearance: none;
    appearance: none;
    outline: none;
}

.form-range::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 16px;
    height: 16px;
    background: var(--prime);
    border: none;
    border-radius: 50%;
    cursor: pointer;
}

.form-range:focus {
    outline: none;
    border: none;
}

.listing {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
}

/* @media (max-width:678px) {
    .listing {
        grid-template-columns: 1fr;
    }
} */

.businesscard {
    background: #fff;
    height: fit-content;
    padding: 6px;
    border-radius: 8px;
    margin-bottom: 8px;
    box-shadow: 0px 4px 60px 0px #0001;
    display: grid;
     grid-template-columns: 1fr; 
     position: relative;
}
.businesscard .p-3.pb-2 {
    position: absolute;
    bottom: 0;
    left: 0;
        padding-bottom: 20px !important;
}
header {
    position: relative;
}
header:before{
        content: '';
    width: 50%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
    z-index: -1;
}

.food-btn{
    min-width: 25%;
    margin-left: 75%;
    margin-top: 20px;
    text-align: end;
    background-color: #06442099;
    border-radius: 50px;
    padding: 10px 25px;
}

.food-btn span{
    
    background-color: var(--prime);
    margin-right: 16%;
    /* margin-left: -15px; */
    padding: 7px 20px;
    border-radius: 50px;
    color: white;
}

.fooddropdown{
    background-color: #06442099;
    border: 0.5px solid var(--prime);
    color: white;
}

.fooddropdown .dropdown-item h5{
    color: white !important;
}
.fooddropdown .dropdown-item:hover{
    background-color: #06442099;
    border: 0.5px solid var(--prime);
    color: white;
}



.businesscard:hover {
    box-shadow: 0px 4px 60px 0px #0002;
}

.businesscard img.img-fluid {
        border-radius: 8px;
    height: 250px;
    object-fit: cover;
    width: 100%;
}


/* onload animation with animation timeline */
@media (prefers-reduced-motion: no-preference) {

    .animate-this {
        opacity: 0;
        transform: translateY(50px);
    }

    .animate-this.animated {
        animation: fade-in 0.8s ease-in-out forwards;
    }

    @keyframes fade-in {
        to {
            opacity: 1;
            transform: translateY(0px);
        }
    }
}


/* How does it work section */
.howdoeswork {
    display: flex;
    flex-wrap: nowrap;
    gap: 10px;
    overflow-x: auto;
    padding: 20px 0;
}

.howdoeswork::-webkit-scrollbar {
    height: 6px;
    background: #ccc;
}

.bg-sec .howdoeswork::-webkit-scrollbar {
    background: #ccc5;
}

.howdoeswork::-webkit-scrollbar-thumb {
    background: var(--prime);
    cursor: pointer;
}

.bg-sec .howdoeswork::-webkit-scrollbar-thumb {
    background: #fff;
}
.wd_80{
    width: 70%;
    margin: 0 auto;
}
.howdoescard {
        background: #FFFFFF;
    padding: 6px;
    border-radius: 10px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    min-width: 680px;
    padding: 40px;
    background: #D0F5BE;
}
.accordion-header button{
        background: #D0F5BE !important;
}
.accordion-body{
    padding: 0 !important;
}
.accordion-item {
    margin-bottom: 30px !important;
    box-shadow: 0px 4px 60px 0px #0000000A !important;
    border-radius: 12px !important;
    overflow: hidden !important;
}
.accordion-button::after{
    display: none;
}
.accordion-button {
    text-align: center;
    margin: 0 auto;
    display: flex;
    justify-content: center;
font-size: 22px !important;
font-weight: 800 !important;
line-height: 33px !important;
color: #1E1E1E !important;
}
.accordion-button:not(.collapsed){
    background: #fff;
}

.grid_2{
       display: grid;
    grid-template-columns: 2fr 1fr 2fr 1fr;
    gap: 20px;
}
.grid_2 img{
    height: 100%;
    object-fit: cover;
}
@media (max-width:768px) {
    .howdoescard {
        min-width: 320px;
        grid-template-columns: 1fr
    }
}

/*Premium css*/
.psdrs {
    position: relative;
    height: 220px;
    width: 320px;
}
.tp-feature-image {
    width: 100%;
    height: 100%;
}
.open {
    font-size: 12px;
    padding: 2px 6px;
    border-radius: 6px 0px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #50D437;
    color: #fff;
}