/*** Spinner Start ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .8s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .8s ease-out, visibility 0s linear .0s;
    visibility: visible;
    opacity: 1;
}

body {
    font-family: 'Poppins', sans-serif;
    background: #f8f1e5;
}

h6,
.h6,
h5,
.h5,
h4,
.h4,
h3,
.h3,
h2,
.h2,
h1,
.h1 {
    margin-top: 0;
    margin-bottom: .5rem;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    line-height: 1.2;
    color: #222;
}

.Lobster {
    font-family: "Lobster Two", sans-serif !important;
    font-style: italic;
}

:root {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-primary: #bc351b;
    --bs-secondary: #F3E0C6;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #F2F2F2;
    --bs-dark: #222222;
    --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
}

.fixed-top .container {
    margin-top: 15px;
    transition: 0.5s;
}

.fixed-top .shadow-sm {
    margin-top: 0px;
    transition: 0.5s;
}

.navbar-light .navbar-nav .nav-link {
    color: rgb(58 37 18);
}

/*** Spinner End ***/
img.logo {
    width: 80%;
}

.bg-light {
    background-color: #f9f4e9 !important;
}

.back-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    display: flex;
    width: 45px;
    height: 45px;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    z-index: 99;
}

/*** Button Start ***/
.btn {
    font-weight: 600;
    transition: .5s;
}

.btn-square {
    width: 32px;
    height: 32px;
}

.btn-sm-square {
    width: 34px;
    height: 34px;
}

.btn-md-square {
    width: 44px;
    height: 44px;
}

.btn-lg-square {
    width: 56px;
    height: 56px;
}

.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

.btn-hover-bg {
    transition: 0.5s;
}

.btn-hover-bg:hover {
    background: var(--bs-secondary) !important;
    color: var(--bs-primary) !important;
}

.btn-hover-color {
    transition: 0.5s;
}

.btn-hover-color:hover {
    color: var(--bs-secondary) !important;
}

/*** Topbar Start ***/
.fixed-top .container {
    transition: 0.5s;
}

.topbar {
    padding: 2px 10px 2px 20px;
    background: var(--bs-primary) !important;
}

.topbar a,
.topbar a i {
    transition: 0.5s;
}

.topbar a:hover,
.topbar a i:hover {
    color: var(--bs-secondary) !important;
}


@media (max-width: 768px) {
    .topbar {
        display: none;
    }
}

/*** Topbar End ***/
.btn-primary {
    color: #000;
    background-color: #02741d;
    border-color: #ffffff;
    border-radius: 5px;
}

/*** Navbar Start ***/
.navbar {
    padding: 0;
    border-radius: 10px;
}

.navbar .navbar-nav .nav-link {
    padding: 10px 15px;
    font-size: 16px;
    transition: .5s;
    font-weight: 500;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active,
.sticky-top.bg-white .navbar .navbar-nav .nav-link:hover,
.sticky-top.bg-white .navbar .navbar-nav .nav-link.active {
    color: var(--bs-primary);
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    vertical-align: middle;
    margin-left: 8px;
}

@media (min-width: 1200px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        border: 0;
        transition: .5s;
        opacity: 0;
    }
}

@media (max-width: 1200px) {
    .navbar .collapse.navbar-collapse .btn-hover-bg.btn {
        margin-bottom: 20px;
    }
}

.dropdown .dropdown-menu a:hover {
    background: var(--bs-secondary);
    color: var(--bs-primary);
}

.navbar .nav-item:hover .dropdown-menu {
    transform: rotateX(0deg);
    visibility: visible;
    background: var(--bs-light) !important;
    transition: .5s;
    opacity: 1;
}

/*** Navbar End ***/

/*** Carousel Start ***/
.carousel-header #carouselId .carousel-control-prev,
.carousel-header #carouselId .carousel-control-next {
    background: transparent;
}

.carousel-header #carouselId .carousel-inner .carousel-item {
    position: relative;
    min-height: 100vh
}

.carousel-header #carouselId .carousel-inner .carousel-item img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.carousel-header #carouselId .carousel-inner .carousel-item .carousel-caption {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding-top: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, 0.4));
    background-size: cover;
}

.carousel-control-prev,
.carousel-control-next {
    opacity: 0;
}

.carousel-control-prev .carousel-control-prev-icon,
.carousel-control-next .carousel-control-next-icon {
    background: transparent !important;
}

.carousel-header #carouselId.carousel {
    position: relative;
}

.carousel-header #carouselId.carousel .carousel-indicators {
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent !important;
}

.carousel-header #carouselId.carousel .carousel-indicators li,
.carousel-header #carouselId.carousel .carousel-indicators li,
.carousel-header #carouselId.carousel .carousel-indicators li {
    margin-right: 30px !important;
}

.carousel-header #carouselId.carousel .carousel-indicators li {
    width: 12px;
    height: 12px;
    border-radius: 12px !important;
    border: 5px solid transparent;
    transition: 0.5s;

}

.carousel-header #carouselId.carousel .carousel-indicators li.active {
    border: 5px solid var(--bs-primary) !important;
    border-radius: 10px;
}

/*** Carousel End ***/



/*** Single Page Hero Header Start ***/
.bg-breadcrumb {
    background: linear-gradient(rgb(219 0 0 / 10%), rgba(0, 0, 0, 0.6)), url(../img/breadcrumb-bg.jpg);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 134px 0 0 0;
    background-attachment: fixed;
}

/*** Single Page Hero Header End ***/


/*** About Start ***/
.about .tab-class .nav .nav-item a.active,
.about .tab-class .nav .nav-item a.active span {
    background: var(--bs-primary) !important;
    color: var(--bs-white) !important;
}

/*** About End ***/


/*** Service Start ***/
.service .service-item {
    position: relative;
    overflow: hidden;
}

.service .service-item .service-link {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 20px;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: end;
    background: rgba(0, 0, 0, 0.3);
    transition: 0.5s;
}

.service .service-item .service-link:hover {
    background: rgba(0, 0, 0, 0.6);
}

.service .service-item .service-link a {
    color: var(--bs-white);
    transition: 0.5s;
}

.service .service-item img {
    transition: 0.5s;
}

.service .service-item:hover img {
    transform: scale(1.2);
}

.service .service-item .service-link:hover a:hover {
    color: var(--bs-primary);
}

/*** Service End ***/


/*** products Start ***/
.products .products-item {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    z-index: 1;
}

.products .products-item::after {
    width: 100%;
    height: 100%;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    display: flex;
    background: rgba(199, 15, 15, 0.138);
    z-index: 2;
}


.products .products-item .products-content {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 20px;
    justify-content: end;
    bottom: -60px;
    left: 0;
    transition: 0.5s;
    z-index: 3;
}

.products .products-item:hover .products-content {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 20px;
    justify-content: end;
    bottom: 0px;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
}

.products .products-item .products-btn {
    visibility: hidden;
    opacity: 0;
    margin-top: 1rem;
    transition: 0.5s;
}

.products .products-item:hover .products-btn {
    visibility: visible;
    opacity: 1;
}

/*** products End ***/


/*** Counter Start ***/
.counter .counter-item .counter-counting {
    width: 100%;
    text-align: center;
    border-style: dotted;
    border-color: var(--bs-white);
    font-size: 30px;
}

/*** Counter End ***/


/*** causes Start ***/
.causes .causes-item {
    overflow: hidden;
}

.causes .causes-item .causes-img {
    position: relative;
    transition: 0.5s;
}

.causes .causes-item .causes-img .causes-link {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0 !important;
    left: 0;
    display: flex;
    justify-content: space-between;
    align-items: end;
    background: rgba(0, 0, 0, .2);
    transition: 0.5s;
}

.causes .causes-item .causes-img:hover .causes-link {
    background: rgba(0, 0, 0, .6);
}

.causes .causes-item .causes-img img {
    transition: 0.5s;
}

.causes .causes-item .causes-img:hover img {
    transform: scalex(-1);
}

.causes .causes-item .causes-img .causes-dination {
    position: absolute;
    top: 0;
    right: 0;
}

.causes .causes-item .causes-img .causes-dination a {
    font-size: 14px;
}

.causes .causes-item .causes-content {
    background: var(--bs-secondary);
    border-color: var(--bs-white);
    border-style: dotted;
    border-top: 0;

}

.causes .causes-item .progress {
    height: 10px;
    overflow: visible;
}

.causes .causes-item .progress .progress-bar {
    position: relative;
    width: 0;
    overflow: visible;
    background: var(--bs-primary);
    transition: 2s;
}

.causes .causes-item .progress .progress-bar span {
    position: absolute;
    top: 50%;
    right: -1px;
    transform: translateY(-50%);
    padding: 1px 5px;
    font-size: 12px;
    color: var(--bs-white);
    background: var(--bs-dark);
    z-index: 1;
}

/*** causes End ***/


/*** Events Start ***/
.event .event-carousel.owl-carousel {
    position: relative;
}

.event .event-carousel.owl-carousel .owl-nav .owl-prev {
    position: absolute;
    top: -60px;
    left: 0;
    width: 80px;
    height: 40px;
    border: 1px solid var(--bs-primary);
    background: var(--bs-primary);
    color: var(--bs-white);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
}

.event .event-carousel.owl-carousel .owl-nav .owl-next {
    position: absolute;
    top: -60px;
    right: 0;
    width: 80px;
    height: 40px;
    border: 1px solid var(--bs-primary);
    background: var(--bs-primary);
    color: var(--bs-white);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
}

.event .event-carousel.owl-carousel .owl-nav .owl-prev:hover,
.event .event-carousel.owl-carousel .owl-nav .owl-next:hover {
    background: var(--bs-secondary);
    color: var(--bs-primary);
}

.event .event-carousel .event-item .event-content {
    border-style: dotted;
    border-top: 0;
    border-color: var(--bs-white);
    background: var(--bs-secondary);
}

/*** Events End ***/


/*** Blog Start ***/
.blog .blog-item .blog-img {
    position: relative;
    overflow: hidden;
}

.blog .blog-item .blog-img .blog-info {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    padding: 20px;
    background: rgba(0, 0, 0, .2);
    color: var(--bs-white) !important;
    display: flex;
    align-items: end;
    justify-content: space-between;
    transition: 0.5s;
}

.blog .blog-item .blog-img:hover .blog-info {
    background: rgba(0, 0, 0, .6);
}


.blog .blog-item .blog-img .search-icon {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: 0.5s;
}

.blog .blog-item .blog-img img {
    transition: 0.5s;
}

.blog .blog-item .blog-img:hover img {
    transform: scale(1.3);
}

.blog .blog-item .blog-img:hover .search-icon {
    opacity: 1;
}

/*** Blog End ***/

/*** Gallery Start ***/
.gallery .gallery-item {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.gallery .gallery-item img {
    transition: 0.5s;
}

.gallery .gallery-item:hover img {
    transform: scale(1.2);
}

.gallery .gallery-item .gallery-content {
    position: absolute;
    width: 100%;
    height: 0;
    bottom: 0;
    left: 0;
    background: rgba(249, 195, 123, .4);
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: end;
    transition: 0.5s;
    z-index: 2;
}

.gallery .gallery-item:hover .gallery-content {
    height: 100%;
}

.gallery .gallery-item .gallery-content .gallery-inner {
    transition: 0.5s;
    background: rgba(0, 0, 0, 0.1);
    padding-top: 40px;
}

.gallery .gallery-item:hover .gallery-content .gallery-inner {
    background: rgba(249, 195, 123, 1);
    padding: 50px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.gallery .gallery-item .search-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-top: -80px;
    opacity: 0;
    transition: 0.5s;
    z-index: 3;
}

.gallery .gallery-item:hover .search-icon {
    opacity: 1;
}

/*** Gallery End ***/


/*** Volunteer Start ***/
.volunteer {
    background: rgba(249, 195, 123, .1);
}

.volunteer .volunteer-img {
    position: relative;
    overflow: hidden;
}

.volunteer .volunteer-img .volunteer-title {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    padding: 10px;
    background: rgba(0, 0, 0, .1);
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: end;
    transition: 0.5s;
}

.volunteer .volunteer-img:hover .volunteer-title {
    background: rgba(0, 0, 0, .5);
}

.volunteer .volunteer-img img {
    transition: 0.5s;
}

.volunteer .volunteer-img:hover img {
    transform: scale(1.2);
}

/*** Volunteer End ***/


/*** Contact Start ***/
.contact {
    background: rgba(249, 195, 123, .4);
    border-style: dotted;
    border-color: var(--bs-white);
}

/*** Contact End ***/


/*** Footer Start ***/
.footer-area {

    background: linear-gradient(#143b27d9, #143b27a8), url(../img/footer-bg.jpg) center center / cover no-repeat;
    background-attachment: fixed !important;
    color: #ffffff;
    position: relative;
}

.footer-area h5 {
    color: #fff;
    font-weight: 700;
    margin-bottom: 25px;
    position: relative;
}

.footer-area h5:after {
    content: "";
    width: 50px;
    height: 3px;
    background: #d4af37;
    display: block;
    margin-top: 10px;
}

.footer-links,
.footer-contact {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li,
.footer-contact li {
    margin-bottom: 14px;
}

.footer-links a {
    color: #d9e7dc;
    text-decoration: none;
    transition: .3s;
}

.footer-links a:hover {
    color: #d4af37;
    padding-left: 6px;
}

.footer-contact li {
    color: #d9e7dc;
    font-size: 15px;
}

.footer-contact i {
    color: #d4af37;
    margin-right: 10px;
}

.social-icons a {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #204d35;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: .3s;
    font-size: 18px;
}

.social-icons a:hover {
    background: #d4af37;
    color: #143b27;
    transform: translateY(-5px);
}

.footer-divider {
    border-color: rgba(255, 255, 255, .15);
    margin: 40px 0 25px;
}

.footer-area .btn-warning {
    background: #d4af37;
    border: none;
    color: #143b27;
    font-weight: 600;
}

.footer-area .btn-warning:hover {
    background: #f4c94b;
}

.footer-area p {
    color: #d9e7dc;
    line-height: 1.8;
}

.footer-area a {
    color: #d9e7dc;
    text-decoration: none;
    transition: .3s;
}

.footer-area a:hover {
    color: #d35534;
}

.cta-section {
    position: relative;
    padding: 100px 0;
    overflow: hidden;
    background: linear-gradient(rgb(20 35 18 / 28%), rgb(185 52 26 / 37%)), url(../img/cta-bg.png) center center / cover no-repeat;
    background-attachment: fixed !important;
}

.cta-section::before {
    content: '';
    position: absolute;
    width: 350px;
    height: 350px;
    background: rgba(255, 183, 0, .08);
    border-radius: 50%;
    top: -120px;
    right: -120px;
}

.cta-section::after {
    content: '';
    position: absolute;
    width: 280px;
    height: 280px;
    background: rgba(255, 183, 0, .05);
    border-radius: 50%;
    bottom: -100px;
    left: -100px;
}

.cta-content {
    position: relative;
    z-index: 2;
}

.cta-badge {
    display: inline-block;
    padding: 8px 18px;
    border-radius: 30px;
    background: rgba(255, 255, 255, .12);
    color: #ffd56b;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 20px;
    backdrop-filter: blur(5px);
}

.cta-title {
    font-size: 48px;
    font-weight: 800;
    color: #fff;
    line-height: 1.2;
    margin-bottom: 25px;
}

.cta-title span {
    color: #f9c74f;
}

.cta-text {
    color: #e8e8e8;
    font-size: 18px;
    max-width: 760px;
    margin: auto;
    line-height: 1.8;
}

.cta-btn {
    padding: 16px 35px;
    border-radius: 50px;
    font-weight: 700;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: .4s;
}

.quote-btn {
    background: #02741d;
    color: #fff;
}

.quote-btn:hover {
    background: #02741d;
    color: #fff;
    transform: translateY(-5px);
}

.partner-btn {
    border: 2px solid rgba(255, 255, 255, .5);
    color: #fff;
}

.partner-btn:hover {
    background: #fff;
    color: #1f3b21;
    transform: translateY(-5px);
}

.cta-feature {
    color: #fff;
    font-size: 20px;
    margin-top: 35px;
}

.cta-feature i {
    color: #ffc107;
    margin-right: 8px;
}

@media(max-width:768px) {
.section-title h2:before ,.section-title h2:after{
  
    width: 73px !important;}
    .section-title h2 {
        font-size: 28px !important;
        padding: 0 0px !important;
    }
    .cta-title {
        font-size: 34px;
    }

    .cta-btn {
        width: 100%;
        justify-content: center;
        margin-bottom: 15px;
    }
}

/*** Footer End ***/

/*** copyright Start ***/
.copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    background: var(--bs-dark) !important;
}

/*** copyright end ***/
.feature-strip {
    background: url(../img/about-bg.jpg);
    background-size: cover;
    border-top: 1px solid rgba(0, 0, 0, .08);
    border-bottom: 1px solid rgba(0, 0, 0, .08);
    position: relative;
}

.feature-box {
    padding: 18px;
    transition: .35s;
    border-radius: 12px;
    height: 100%;
}

.feature-box:hover {
    background: #fff;
    transform: translateY(-6px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, .08);
}

.feature-icon {
    width: 65px;
    height: 65px;
    min-width: 65px;
    border-radius: 50%;
    background: #0f5b2d;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 28px;
    transition: .4s;
}

.feature-box:hover .feature-icon {
    background: #d87f2d;
    transform: rotate(360deg);
}

.feature-box h5 {
    margin-bottom: 6px;
    color: #16391e;
    font-weight: 700;
    font-size: 20px;
}

.feature-box p {
    margin: 0;
    color: #666;
    font-size: 14px;
    line-height: 1.6;
}

@media(max-width:767px) {

    .feature-box {
        padding: 15px;
    }

    .feature-icon {
        width: 55px;
        height: 55px;
        min-width: 55px;
        font-size: 22px;
    }

    .feature-box h5 {
        font-size: 16px;
    }

}


.about-section,
.products {
    position: relative;
    padding: 90px 0;
    overflow: hidden;
    background: url(../img/about-bg.jpg);
    background-size: cover;
    background-position: bottom;
    background-attachment: fixed;
}

.products-btn a {
    margin: 0 auto;
}

.products .title {
    font-size: 18px;
}

.products-item .display-6 {
    font-family: "Lobster Two", sans-serif !important;
    font-size: 26px;
    text-align: center;
    font-weight: 400;
    font-style: italic;
}

.products .heading-wrap {
    justify-content: center;
}

/* Background Pattern */
.about-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 20% 20%, rgba(255, 255, 255, .45) 2px, transparent 2px),
        repeating-radial-gradient(circle at center,
            transparent 0 18px,
            rgba(0, 0, 0, .02) 18px 19px);
    opacity: .6;
}

.about-section .container {
    position: relative;
    z-index: 2;
}

.image-area {
    position: relative;
}

.brush-bg {
    position: absolute;
    width: 75%;
    height: 75%;
    background: #dfe8c6;
    border-radius: 40% 60% 50% 50%;
    left: 8%;
    bottom: 5%;
    transform: rotate(-8deg);
}

.image-area img {
    position: relative;
    width: 100%;
    max-width: 480px;
    z-index: 2;
}

.tagline {}

.title {
    font-size: 35px;
    font-weight: 700;
    color: #3a2512;
    line-height: 1.25;
    margin: 15px 0 20px;
}

.desc {
    color: #666;
    line-height: 1.9;
    margin-bottom: 35px;
}

.feature {
    display: flex;
    align-items: center;
    gap: 18px;
}

.icon-box {
    width: 70px;
    height: 70px;
    border: 2px solid #222;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 28px;
    transition: .4s;
}

.feature:hover .icon-box {
    background: #4c7b33;
    border-color: #4c7b33;
    color: #fff;
    transform: rotate(10deg);
}

.feature h5 {
    font-weight: 700;
    margin-bottom: 5px;
}

.feature p {
    color: #666;
    margin: 0;
}

@media(max-width:991px) {

    .title {
        font-size: 36px;
    }

    .image-area {
        margin-bottom: 60px;
        text-align: center;
    }

}





.heading-wrap::before,
.heading-wrap::after {
    content: "";
    width: 80px;
    max-width: 25%;
    height: 1px;
    background: #8d7a55;
}

.heading-wrap h2 {
    margin: 0;
    font-family: "Lobster Two", sans-serif !important;
    color: #0f5a2d;
    font-size: 38px;
    font-style: italic;
    font-weight: 700;
    line-height: 1;
}

.section-title p {
    margin: 5px 0 0;
    font-size: 17px;
    color: #6d5a3e;
    font-weight: 500;
    letter-spacing: .5px;
}

@media(max-width:768px) {

    .heading-wrap::before,
    .heading-wrap::after {
        width: 60px;
    }

    .heading-wrap h2 {
        font-size: 34px;
    }
}

.product-marquee {
    background: #3a2512;
    padding: 18px 0;
    overflow: hidden;
    position: relative;
    border-top: 3px solid #d4af37;
    border-bottom: 3px solid #d4af37;
}

.product-track {
    display: flex;
    width: max-content;
    animation: scrollLeft 45s linear infinite;
}

.product-track:hover {
    animation-play-state: paused;
}

.product-item {
    display: flex;
    align-items: center;
    margin-right: 50px;
    color: #fff;
    white-space: nowrap;
    font-size: 17px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
}

.product-item i {
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border-radius: 50%;
    background: #e1943b;
    color: #184d2f;
    font-size: 20px;
    margin-right: 12px;
}

.product-item span {
    color: #e1943b;
    font-weight: 700;
}

@keyframes scrollLeft {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

.why-choose-section {
    background: #f7f1e3;
    background-image: url(images/parchment-bg.jpg);
    background-size: cover;
    background-position: center;
}

.section-title {
    position: relative;
}

.section-title h2 {
    font-size: 46px;
    font-family: 'Cormorant Garamond', serif;
    font-weight: 700;
    color: #365b1d;
    display: inline-block;
    background: #f7f1e3;
    padding: 0 25px;
    position: relative;
    z-index: 2;
}

.section-title p {
    color: #3a2512;
    font-size: 15px;
    font-weight: 600;
    margin-top: 0px;
}

.title-line {
    position: absolute;
    width: 100%;
    height: 2px;
    background: #d5c8a3;
    top: 34px;
    left: 0;
    z-index: 1;
}

.why-box {
    padding: 35px 25px;
    transition: .4s;
    border-right: 1px solid #d9d0b4;
}

.col-lg-4:last-child .why-box {
    border-right: none;
}

.why-box:hover {
    transform: translateY(-10px);
}

.icon-box {
    width: 85px;
    height: 85px;
    border: 2px solid #4f7c2d;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto auto 20px;
    transition: .4s;
}

.icon-box i {
    font-size: 38px;
    color: #ffffff;
}

.why-box:hover .icon-box {
    background: #4f7c2d;
    transform: rotate(360deg);
}

.why-box:hover .icon-box i {
    color: #fff;
}

.why-box h5 {
    font-weight: 700;
    color: #2d2d2d;
    margin-bottom: 12px;
}

.why-box p {
    color: #666;
    line-height: 1.7;
    font-size: 15px;
}

@media(max-width:991px) {

    .why-box {
        border-right: none;
        border-bottom: 1px solid #ddd;
    }

    .col-lg-4:last-child .why-box {
        border-bottom: none;
    }

    .title-line {
        display: none;
    }

    .section-title h2 {
        font-size: 38px;
    }
}

.section-title {
    text-align: center;
    margin: 60px 0;
    position: relative;
}

.section-title h2 {
    display: inline-block;
    position: relative;
    padding: 0 10px;
    background: #f8f3e800;
    font-family: "Lobster Two", sans-serif !important;
    font-size: 48px;
    color: #315d1d;
}

/* Left Needle */
.section-title h2:before {
    content: "";
    position: absolute;
    width: 140px;
    height: 2px;
    background: linear-gradient(to left, #9b8a62 0%, #9b8a62 20%, transparent 100%);
    right: 100%;
    top: 50%;
    margin-right: 20px;
    transform: translateY(-50%);
}

/* Right Needle */
.section-title h2:after {
    content: "";
    position: absolute;
    width: 140px;
    height: 2px;
    background: linear-gradient(to right, #9b8a62 0%, #9b8a62 20%, transparent 100%);
    left: 100%;
    top: 50%;
    margin-left: 20px;
    transform: translateY(-50%);
}

.about-inner {
    padding: 90px 0;
    background: url(../img/about-bg.jpg);
    background-size: cover;
    background-position: left;
    position: relative;
    overflow: hidden;
}

.section-subtitle {
    color: #6b8e23;
    font-weight: 700;
    letter-spacing: 2px;
    font-size: 14px;
    text-transform: uppercase;
}

.section-title {
    font-size: 33px;
    font-weight: 800;
    line-height: 1.3;
    color: #143d24;
}

.about-image img {
    border: 8px solid #fff;
}

.experience-box {
    position: absolute;
    bottom: 30px;
    right: -20px;
    background: #2f6b3b;
    color: #fff;
    padding: 25px 35px;
    border-radius: 15px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, .2);
    text-align: center;
}

.experience-box h2 {
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 0;
}

.experience-box span {
    font-size: 15px;
}

.about-point {
    display: flex;
    gap: 18px;
    margin-top: 25px;
}

.about-point i {
    width: 65px;
    height: 65px;
    background: #2f6b3b;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    transition: .4s;
}

.about-point:hover i {
    background: #d89b28;
    transform: rotate(360deg);
}

.about-point h5 {
    font-weight: 700;
    margin-bottom: 5px;
    color: #143d24;
}

.about-point p {
    margin: 0;
    color: #666;
}

.vm-card {
    background: #fff;
    padding: 40px;
    border-radius: 20px;
    height: 100%;
    box-shadow: 0 20px 40px rgba(0, 0, 0, .08);
    transition: .4s;
}

.vm-card:hover {
    transform: translateY(-10px);
}

.icon-box {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #2f6b3b;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    margin-bottom: 20px;
}

.vm-card h3 {
    font-weight: 700;
    margin-bottom: 20px;
    color: #143d24;
}

.vm-card ul {
    padding-left: 20px;
    margin: 0;
}

.vm-card ul li {
    margin-bottom: 12px;
    color: #555;
}

.vm-card ul li::marker {
    color: #d89b28;
}

@media(max-width:991px) {

    .section-title {
        font-size: 32px;
    }

    .experience-box {
        position: relative;
        right: 0;
        bottom: 0;
        margin-top: 20px;
    }

}

.product-section {
    background: #faf7f1;
}

.section-subtitle {
    color: #2d6a4f;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.section-title {
    font-size: 42px;
    font-weight: 800;
    margin: 4px 0 !important;
    color: #234b2b;
}

.product-card {
    background: #fff;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 12px 30px rgba(0, 0, 0, .08);
    transition: .4s;
    height: 100%;
}

.product-card:hover {
    transform: translateY(-12px);
    box-shadow: 0 18px 45px rgba(0, 0, 0, .15);
}

.product-card img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    transition: .4s;
}

.product-card:hover img {
    transform: scale(1.08);
}

.product-body {
    padding: 25px;
}

.product-body h4 {
    color: #234b2b;
    font-weight: 700;
    margin-bottom: 10px;
}

.product-body p {
    color: #3d2815;
    min-height: 60px;
    font-size: 15px;
}

.product-body .btn {
    border-radius: 40px;
    font-weight: 600;
    padding: 10px;
}

.product-card {
    background: #fff;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 12px 35px rgba(0, 0, 0, .08);
    transition: .35s;
    height: 100%;
}

.product-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 18px 45px rgba(0, 0, 0, .15);
}

.product-card img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    transition: .4s;
}

.product-card:hover img {
    transform: scale(1.08);
}

.product-content {
    padding: 25px;
}

.product-content h4 {
    font-weight: 700;
    color: #1f5132;
    margin-bottom: 15px;
}

.product-content p {
    color: #666;
    line-height: 1.7;
    min-height: 90px;
}

.btn-success {
    background: #2e7d32;
    border: none;
    padding: 12px;
    font-weight: 600;
    border-radius: 8px;
}

.btn-success:hover {
    background: #145a32;
}

.btn i {
    margin-right: 8px;
}

.oil-card {
    background: #fff;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 10px 35px rgba(0, 0, 0, .08);
    transition: .35s;
    height: 100%;
    border: 1px solid #eef2e8;
}

.oil-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 45px rgba(0, 0, 0, .15);
}

.oil-card img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    transition: .4s;
}

.oil-card:hover img {
    transform: scale(1.08);
}

.oil-card h5 {
    color: #1b5e20;
    font-weight: 700;
    margin-bottom: 10px;
}

.oil-card p {
    color: #666;
    min-height: 65px;
    font-size: 15px;
}

.oil-card .btn {
    border-radius: 30px;
    font-weight: 600;
}

.oil-card .btn:hover {
    background: #0f5132;
}


.section-subtitle {
    color: #777;
    max-width: 700px;
    margin: auto;
}

/* Product Card */
.product-card {
    background: #fff;
    border: 1px solid #e7e0ce;
    border-radius: 18px;
    overflow: hidden;
    height: 100%;
    transition: all .35s ease;
    box-shadow: 0 8px 25px rgba(43, 58, 28, .06);
}

.product-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 18px 40px rgba(43, 58, 28, .14);
}

.product-img {
    height: 260px;
    overflow: hidden;
    background: #eee8d7;
}

.product-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .5s ease;
}

.product-card:hover .product-img img {
    transform: scale(1.07);
}

.product-content {
    padding: 25px;
}

.product-content h3 {
    font-family: 'DM Serif Display', serif;
    font-size: 27px;
    color: #315322;
    margin-bottom: 12px;
}

.product-content p {
    font-size: 14px;
    line-height: 1.8;
    color: #666;
    min-height: 75px;
}

.product-btn {
    background: #315b27;
    color: #fff;
    border-radius: 30px;
    padding: 10px 22px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: .3s;
}

.product-btn:hover {
    background: #d89b25;
    color: #fff;
}

.category-label {
    display: inline-block;
    background: #edf2e5;
    color: #315b27;
    padding: 5px 13px;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .5px;
    margin-bottom: 10px;
}

.divider {
    width: 70px;
    height: 3px;
    background: #d89b25;
    margin: 18px auto 25px;
    border-radius: 10px;
}

.cta-box.spice {
    background: linear-gradient(#143b2700, #143b2700), url(../img/cta-product-spice.jpg) center center / cover no-repeat;


}

.cta-box.oleoresins  {
    background: linear-gradient(#143b2700, #143b2700), url(../img/cta-product-ol.jpg) center center / cover no-repeat;

}

.cta-box.essential  {
    background: linear-gradient(#143b2700, #143b2700), url(../img/cta-product-es.jpg) center center / cover no-repeat;

}

.cta-box.sp {
    background: linear-gradient(#143b2700, #143b2700), url(../img/cta-product.jpg) center center / cover no-repeat;

}

.cta-box {
    border-radius: 25px;
    padding: 55px 30px;
    color: #fff;
    position: relative;
    overflow: hidden;
}

.cta-box.text-center h2 {
    color: #fff;
    width: 74%;
    margin: 0 auto;
}

.cta-box h2 {
    font-family: 'DM Serif Display', serif;
    font-size: 38px;
}

.cta-btn {
    background: #fff;
    color: #315b27;
    border-radius: 30px;
    padding: 12px 28px;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    margin-top: 15px;
}

.cta-btn:hover {
    background: #d89b25;
    color: #fff;
}

@media(max-width:767px) {
    .page-title {
        font-size: 36px;
    }

    .section-title {
        font-size: 30px;
    }

    .product-img {
        height: 230px;
    }
}
.contact-section{
    background: linear-gradient(135deg,#f7f9f8,#eef8f3);
    padding:100px 0;
}

.contact-box{
    background:#fff;
    border-radius:20px;
    overflow:hidden;
    box-shadow:0 20px 60px rgba(0,0,0,.08);
}

.contact-info{
    background:linear-gradient(#143b27, #0b944ea8), url(../img/cta-bg.png) center center / cover no-repeat;
    color:#fff;
    padding:60px 40px;
    height:100%;
    position:relative;
}

.contact-info:before{
    content:'';
    position:absolute;
    width:220px;
    height:220px;
    background:rgba(255,255,255,.08);
    border-radius:50%;
    top:-60px;
    right:-60px;
}

.contact-info:after{
    content:'';
    position:absolute;
    width:150px;
    height:150px;
    background:rgba(255,255,255,.05);
    border-radius:50%;
    bottom:-40px;
    left:-40px;
}

.contact-info h2{
   font-weight: 500;
    margin-bottom: 20px;
    font-family: "Lobster Two", sans-serif !important;
    font-style: italic;
    font-size: 44px;
    color: #fff;
}

.contact-info p{
    color:rgba(255,255,255,.85);
    margin-bottom:35px;
}

.contact-item{
    display:flex;
    align-items:flex-start;
    margin-bottom:25px;
    position:relative;
    z-index:2;
}

.contact-item i{
    width:55px;
    height:55px;
    background:rgba(255,255,255,.15);
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:22px;
    margin-right:18px;
}

.contact-item h6{
    margin-bottom:5px;
    font-weight:600;
}

.contact-item span{
    color:rgba(255,255,255,.8);
}

.form-area{
    padding:60px;
}

.form-area h2{
    font-weight:700;
    color:#184c38;
}

.form-control{
    height:58px;
    border-radius:12px;
    border:1px solid #dbe8e1;
    box-shadow:none;
}

textarea.form-control{
    height:170px;
    resize:none;
}

.form-control:focus{
    border-color:#198754;
    box-shadow:0 0 0 .15rem rgba(25,135,84,.15);
}

.btn-contact{
    background:#198754;
    border:none;
    color:#fff;
    border-radius:12px;
    padding:15px;
    font-weight:600;
    transition:.3s;
}

.btn-contact:hover{
    background:#146c43;
    transform:translateY(-2px);
}

@media(max-width:991px){
    .form-area{
        padding:40px 30px;
    }

    .contact-info{
        padding:40px 30px;
    }
}