@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Marcellus&display=swap");
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c&family=Source+Sans+3:ital,wght@0,200..900;1,200..900&family=Space+Grotesk:wght@300..700&display=swap');





:root {
	--e-global-color-text: #141414;
	--e-global-color-primary: #f0def8;
	--e-global-color-secondary: #d0f8f8;
	--e-global-color-accent: #873506;
	--e-global-color-f1feda2: #ffffff;
	--e-global-color-02b55fc: #f3fccf;
	--e-global-color-a151f27: #fbf5a7;
	--e-global-color-3a8476b: #fffdf5;
	--e-global-typography-primary-font-family: "Source Sans 3", sans-serif;
	--e-global-typography-primary-font-size: 42px;
	--e-global-typography-primary-font-weight: 400;
	--e-global-typography-secondary-font-family: "Source Sans 3", sans-serif;
	--e-global-typography-secondary-font-size: 40px;
	--e-global-typography-secondary-font-weight: 400;
	--e-global-typography-secondary-line-height: 48px;
	--e-global-typography-text-font-family: "Source Sans 3", sans-serif;
	--e-global-typography-text-font-size: 16px;
	--e-global-typography-text-font-weight: 400;
	--e-global-typography-text-line-height: 25px;
	--e-global-typography-accent-font-family: "Source Sans 3", sans-serif;
	--e-global-typography-accent-font-size: 16px;
	--e-global-typography-accent-font-weight: 400;
	--e-global-typography-accent-line-height: 25px;
	background-color: var(--e-global-color-3a8476b);
	color: var(--e-global-color-text);
	--button-bg: #7ba88b;
	--button-hover-bg: #4b6968;
}
    
a {
	text-decoration: none;
	color: #000;
}

p {
	display: block;
	font-size: 18px;
	line-height: 30px;
    font-family: "Source Sans 3", sans-serif;
}

.heading-title {
	font-family: "Source Sans 3", sans-serif;
	font-size: 44px;
	font-weight: 600;
	line-height: 54px;
	color: var(--button-hover-bg);
}

section.other-vision .slick-track {
	position: relative;
	margin: 0;
}

.product-price-text {
	font-weight: 700;
	font-size: 1.4rem;
}

.product-name-text {
    font-size: 17px;
    line-height: 27px;
    color: #212121;
    font-weight: 400;
    min-height: 60px;
    display: inline-block;
    margin-top: 15px;
    font-family: "Source Sans 3", sans-serif;
}

.products-section .card {
	height: 100%;
}

#loader {
	position: fixed;
	z-index: 9999;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	/* Change if you use dark mode */
	display: flex;
	align-items: center;
	justify-content: center;
}

.product-name {
	color: #333;
	font-size: 1.1rem;
	font-weight: 500;
}

.spinner {
	border: 6px solid #f3f3f3;
	border-top: 6px solid #333;
	/* Loader color */
	border-radius: 50%;
	width: 60px;
	height: 60px;
	animation: spin 1s linear infinite;
}

@keyframes spin {
	to {
		transform: rotate(360deg);
	}
}

.top-bar {
	background: #000;
	color: #fff;
	font-size: 12px;
	padding: 4px;
	text-align: center;
}

.navbar-brand {
	font-weight: bold;
}

.main-btn:hover {
	background-color: var(--bs-black);
	color: #fff;
}

.header {
	background-color: #fff;
	width: 100%;
}

.main-btn {
	background-color: var(--button-bg);
	font-size: 14px;
	font-weight: 400;
	/* text-transform: uppercase; */
	line-height: 24px;
	color: #07451D;
	border-radius: 50px 50px 50px 50px;
	padding: 12px 35px;
	font-size: 1rem;
	display: inline-block;
	font-family: var(--e-global-typography-primary-font-family);
}


.featured-products {
	background: #fffdf5 !important;
}

.img-part img {
    width: 100%;
    max-width: 100%;
    height: 500px;
    object-fit: cover;
    object-position: center center;
    border-radius: 12px 12px 12px 12px;
}

.featured-products .card img {
	object-fit: contain;
	/* height: 100px; */
}

.content-part {
	padding: 60px 20px 0 20px;
}

.section-title {
    font-weight: 700;
    font-size: 22px;
    text-align: left;
    margin-bottom: 30px;
    color: #4b6968;
}
.faq-sec {
	padding: 0 3rem;
}

.accor {
	padding: 0 3rem;
}

.section-padding {
	padding: 60px 0;
}

.faq .accordion-button {
	background-color: #fff;
	font-weight: 500;
}

footer {
    background-color: #F8F8F8;
    color: #020202;
    padding: 50px 0 35px 0;
}

footer h6 {
	font-weight: 700;
}

footer a {
    color: #4b6968;
    text-decoration: none;
    line-height: 31px;
}

footer a:hover {
    color: #7ba88b;
}

footer p {
	font-size: 17px;
	line-height: 27px;
	margin-bottom: 10px;
}

.accordion-button::after {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-plus' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E");
	transition: all 0.5s;
}

.accordion-button:not(.collapsed)::after {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-dash' viewBox='0 0 16 16'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E");
}

.accordion-button::after {
	transition: all 0.5s;
}

.wrapper {
	width: 100%;
	padding-top: 20px;
	text-align: center;
}

h2 {
	font-family: sans-serif;
	color: #fff;
}

.slick-slide {
	margin: 5px;
	padding: 1rem 0;
}

section.other-vision img {
	max-width: 100%;
}

.slick-slide img {
	width: 100%;
	border: 1px solid #e5e5e5;
	border-radius: 8px;
}

.wrapper .slick-dots li button:before {
	font-size: 20px;
	color: white;
}
/* 
a.f-logo img {
	filter: brightness(0) invert(1);
} */

.breadcrumb {
    background: #e4f1e8;
    padding: 50px 0px 50px 0px;
    text-align: center;
}

.navbar-nav a {
	font-size: 1.1rem;
	font-weight: 500;
	margin: 0 15px;
}

.cart-table th,
.cart-table td {
	vertical-align: middle;
}

.cart-img {
	width: 60px;
	height: 60px;
	object-fit: contain;
}

.remove-btn {
	background: none;
	border: none;
	font-size: 2rem;
	color: #fd3a3a;
}

.coupon-section {
	display: flex;
	gap: 1rem;
	align-items: center;
}

.coupon-section input {
	max-width: 250px;
}

.btn-update {
	background-color: #8e837a;
	color: white;
}

div#shipping-div {
	font-size: 1.2rem;
	background: #fbfbfb;
	padding: 1rem;
	border-radius: 8px;
	text-transform: uppercase;
	font-weight: 600;
	border: 1px solid #cacaca;
}

.btn-update:hover {
	background-color: #746c65;
}

.checkout-form input[type="text"],
input[type="email"] {
	padding: 15px;
	margin-top: 15px;

}

.checkout-form select.form-control {
	padding: 15px;
	margin-top: 15px;
}

.product-name {
	color: #333;
	font-size: 1.1rem;
}

button.cart_qnty_btn {
	border-radius: 100%;
	background: transparent;
}

figure.image-box img {
    max-width: 100%;
    border-radius: 5px;
}

figure.image-box {
    box-shadow: 0 0 4px #ccc;
    border-radius: 5px;
    text-align: center;
}
.main-inner-page {
	width: 100%;
	margin: 2rem auto;
	padding: 3rem;
	background-color: #f7f7f7;
	border-radius: 12px;
}

.contact-details__info li .icon {
	height: 60px;
	width: 60px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	background: #e5e5e5;
	margin-bottom: 5px;
	border-radius: 100%;
	margin-right: 20px;
}

.contact-details__info li {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 1.5rem;
}

.accor .accordion-item {
	border: 0 !important;
	border-bottom: 1px solid #3333 !important;
}


#cookiePopup {
	position: fixed !important;
	bottom: 0 !important;
	left: 50% !important;
	transform: translateX(-50%);
	width: 100% !important;
	background: #d1cecc !important;
	padding: 10px !important;
	z-index: 999999;
	gap: 10px;
	align-items: center !important;
	justify-content: center !important;
	text-align: center;
	display: none;
	border-radius: 0px !important;
	flex-wrap: wrap;
}

#cookiePopup h4 {
	font-size: 24px;
	color: #000 !important;
	margin-bottom: 15px;
}

#cookiePopup p {
	font-size: 16px;
	color: #000000;
	margin-bottom: 15px;
	letter-spacing: 0;
	line-height: 1.5;
	max-width: 850px;
	font-weight: 500;
}

div#cookiePopup button {
	height: 46px !important;
	width: auto !important;
}

div#cookiePopup button {
	height: 46px !important;
	width: auto !important;
}

.button_secondary {
	background-color: var(--button-hover-bg);
	color: #fff;
}

.button_secondary:hover {
	background-color: var(--button-bg);
	color: #07451D;
}

.cate_listing {
	background: url(../images/sparkle.png) no-repeat left;
	background-size: 60px;
	padding-left: 70px;
	margin-bottom: 30px;
	min-height: 100%;
	font-size: 20px;
	line-height: 30px;
}

.content-middle {
	background: #D8E7DD;
	padding: 30px 0;
}

.content-middle h3 {
	margin-bottom: 0;
	text-align: center;
	font-family: "Inter", Sans-serif;
	font-size: 35px;
	font-weight: 600;
	line-height: 45px;
	color: var(--button-hover-bg);
	padding: 0 110px;
}

.left_tab {
	border: 1px solid rgba(0, 0, 0, 0.175);
	border-radius: 0.375rem;
}

.left_tab h4 {
	background: #f5ffd8;
	padding: 10px 10px 10px 20px;
	text-align: left;
	margin-bottom: 0;
}

.tab_content {
	/* padding: .5rem !important; */
}

.tab_content ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.tab_content ul li {
	list-style: none;
	cursor: pointer;
	padding: 10px;
}


.tab_content ul li input[type="checkbox"] {
	display: none;
}

.tab_content ul li.active {
	padding: 10px;
	color: #fff;
	background: #D8E7DD;
}

.tab_content ul li.active a,
.tab_content ul li:hover a {
	color: var(--button-hover-bg);
}

.tab_content ul li:hover {
	background: #D8E7DD;
}


.hero {
	background: url("../images/h1-scaled.png");
	min-height: 100vh;
	display: flex;
	align-items: center;
	background-color: #f9f9f9;
	background-position: -306px -800px;
	background-repeat: no-repeat;
	background-size: auto;

}

.hero-text h1 {
    font-size: 58px;
    font-weight: 700;
    line-height: 63px;
}
.hero-text p {
	font-size: 16px;
	color: #555;
	line-height: 25px;
}

.btn-shop {
	background-color: #7ba88b;
	color: #FFFFFF;
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 25px;
	text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
	border-radius: 10px 10px 10px 10px;
	padding: 15px 45px 15px 45px;
    text-align: center;
    transition: all .3s;
}
.btn-shop:hover {
    background-color: #4b6968;
    color: #FFFFFF;
    border-color: #4b6968;
}
.hero-img {
	max-width: 100%;
	height: auto;
	border-radius: 8px;
}

.top-bar {
    background: #7ba88b;
    padding: 13px;
    text-align: center;
    font-family: "Space Grotesk", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 25px;
    color: #FFFFFF;
}


    .navbar-custom {
      background-color: #e8f2eb;
      padding: 12px 0;
    }

    .navbar-brand img {
      height: 30px;
      margin-right: 8px;
    }

    .nav-link {
      color: #2d2d2d !important;
      margin: 0 10px;
    }

    .cart-icon {
      font-size: 20px;
      color: #000;
    }

    .nav-item:last-child {
      margin-left: auto;
    }

.promo-box {
    background-color: #fdebd0;
    padding: 36px;
    border-radius: 15px;
    height: 371px;
    padding-top: 59px;
}
    .product-title {
      font-size: 16px;
      font-weight: 500;
    }
    .product-price {
      color: #2c7a7b;
      font-weight: bold;
    }


    .promo-box p {
    font-size: 15px;
    line-height: 22px;
}

.promo-box h3 {
    font-size: 30px;
    font-weight: 700 !important;
    line-height: 43px;
    padding-bottom: 10px;
}
.top-banner {
      background-color: #7ba88c;
      color: white;
      padding: 8px 0;
      text-align: center;
      font-weight: bold;
    }
.navbar {
    background-color: #fcfcfc;
}
.navbar-brand img {
    height: 44px;
    margin-right: 8px;
    width: 200px;
}
    .product-title {
      font-size: 16px;
      margin-top: 15px;
      margin-bottom: 10px;
    }
    .product-price {
      font-weight: bold;
      color: #2c7a6b;
    }
    .shop-btn {
      background-color: #7ba88c;
      color: white;
      border: none;
      padding: 8px 16px;
      margin-top: 10px;
      border-radius: 8px;
    }
    .shop-btn:hover {
      background-color: #689b7b;
    }

.section-image {
    width: 100%;
    max-width: 100%;
    height: 500px;
    object-fit: cover;
    object-position: center center;
    border-radius: 12px 12px 12px 12px;
}
    
    .about-sec h2 {
    font-family: "Source Sans 3", sans-serif;
    color: #222;
    font-size: 37px;
}

.about-sec p {
    font-size: 16px;
    line-height: 25px;
}


.left-section {
    background-image: url(../images/h3.png);
    background-size: cover;
    background-position: center;
    color: #000;
    height: 100%;
    min-height: 600px;
    padding: 60px 40px;
}
    .right-top {
    background-image: url(../images/h4.png);
    background-size: cover;
    background-position: center;
    min-height: 300px;
     position: relative;
}
    .right-bottom {
      background-image: url('../images/h5.png'); /* Replace with actual image */
      background-size: cover;
      background-position: center;
      min-height: 300px;
     
    }
   .overlay-card {
    background-color: #fefae0;
    padding: 30px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.overlay-card p {
    font-size: 15px;
    line-height: 24px;
}

.left-section h2 {
    font-size: 32px;
    font-weight: 700;
    line-height: 43px;
    font-family: "Source Sans 3", sans-serif;
    color: #222;
}
.left-section p {
    font-size: 15px;
    line-height: 24px;
}

 .section-btn {
      background-color: #7ba88c;
      color: #fff;
      border: none;
      padding: 10px 24px;
      border-radius: 8px;
      font-weight: 600;
    }
    .section-btn:hover {
      background-color: #689b7b;
    }
    .image-rounded {
      border-radius: 12px;
      width: 100%;
      height: auto;
      object-fit: cover;
    }

    .about-sec-two h2 {
    color: #222;
    font-family: "Source Sans 3", sans-serif;
    padding-bottom: 12px;
    font-size: 35px;
}
.about-sec-two p {
    font-size: 15px;
    line-height: 25px;
}

.accordion-button {
    font-weight: 600;
    border-radius: 10px 10px 10px 10px;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    background-color: transparent !important;
    padding: 21px;
}
    .accordion-item {
      border: none;
      background-color: transparent !important;
      border-radius: 10px;
      margin-bottom: 1rem;
     
    }
    .faq-image {
      border-radius: 16px;
      width: 100%;
      height: auto;
      object-fit: cover;
    }
    section.bg-sec-faq {
    background-color: #e4f1e8;
}

section.bg-sec-faq h2 {
    font-family: "Source Sans 3", sans-serif;
}

.column {
            flex: 1;
            min-width: 250px;
            margin: 20px;
        }
        .logo {
            display: flex;
            align-items: center;
            font-size: 24px;
            font-weight: bold;
            color: #007bff;
        }
        .logo img {
            width: 30px;
            margin-right: 10px;
        }
        .section-title {
            font-weight: bold;
            margin-bottom: 10px;
        }
       .link {
    color: #4b6968;
    text-decoration: none;
    display: block;
    margin-bottom: 6px;
}
        .footer-bottom {
            text-align: center;
            margin-top: 40px;
            font-size: 14px;
        }
        .payment-icons img {
            width: 100px;
            margin-top: 10px;
        }


footer p {
    font-size: 17px;
    line-height: 27px;
    margin-bottom: 10px;
    color: #4b6968;
    padding-top: 0;
}


.logo img {
    margin-right: 10px;
    width: 100%;
    max-width: 39%;
}

.bread-inner p {
    font-size: 16px;
    line-height: 26px;
}

.faq-image {
    object-fit: cover;
    width: 100%;
    max-width: 100%;
    height: 500px;
    border-radius: 12px 12px 12px 12px;
}
.accordion-button:focus{
    border-color: none !important;
    box-shadow: none !important;
}

.products-section .card {
    height: 100%;
    border: none;
}

.hero-img {
    width: 100%;
    max-width: 100%;
    height: 500px;
    border-radius: 12px 12px 12px 12px;
    margin-bottom: 59px;
}

.card.product-sec {
    box-shadow: 0 0 4px #ccc;
    border: none;
}

.container.hero-section h2 {
    font-family: "Source Sans 3", sans-serif;
    font-weight: bold;
    font-size: 39px;
}
a.cart-sec {
    position: relative;
}

span.quantity {
    background-color: #dc3545;
    color: #fff;
    border-radius: 30px;
    padding: 7px;
    line-height: 11px;
    position: absolute;
    top: 2px;
    width: 31px;
    height: 30px;
}

h3.heading-title-sec {
    font-size: 29px;
    line-height: 35px;
    letter-spacing: 0;
}
.product-details__top h4 {
    font-size: 29px;
    font-weight: bold;
    color: #4b6968;
}

img.image-rounded-sec {
    height: 500px;
}