* {
    box-sizing: border-box;
}

body {
    padding: 0;
    margin: 0;
    font-family: 'Times New Roman', Times, serif !important;
}

p {
    font-family: Arial, Helvetica, sans-serif !important;
}

img {
    max-width: 100%;
}

.container {
    max-width: 1140px;
}

a {
    text-decoration: none;
}

li {
    list-style: none;
}

.wrapper {
    overflow-x: hidden;
}


/* Topbar-Section-Css-start */


.topbar-area {
    width: 100%;
    text-align: center;
    background-color: #204385;
    padding: 5px 0px;
}

.topbar-right-box {
    display: flex;
    justify-content: right;
    align-items: center;
    gap: 10px;
}

.topbar-right {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0px;
    border-right: 1px solid #ffffff7d;
    padding-right: 10px;
}

.topbar-right:last-child {
    border-right: 0px;
}

.topbar-icon {
    font-size: 14px;
    color: #fff;
    border-right: 1px solid #ffffff7d;
    transition: 0.3s;
}

.topbar-icon:hover {
    color: #C2A360;
    transition: 0.3s;
}

.topbar-text {
    font-size: 14px;
    color: #fff;
    padding-left: 10px;
}

.topbar-left {
    color: #fff;
    font-size: 14px;
    display: flex;
    text-align: center;
    align-items: center;
}

@media (max-width:675px) {
    .topbar-right-box {
        display: none;
    }

    .topbar-text {
        font-size: 12px;
    }
}


.topbar-icon:last-child {
    border-right: none;
}

/* Topbar-Section-Css-end*/

/* Navbar-Section-Css-start*/

.navbar {
    position: relative;
    display: flex;
    flex-wrap: nowrap !important;
    align-items: center;
    justify-content: space-between;
    padding-top: .5rem;
    padding-bottom: .5rem;
}

.navbar-nav {
    align-items: center;
    padding-left: 13% !important;
}

.navbar.fixed-navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 99;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    animation: smoothSlide 0.4s ease;
}

body {
    transition: padding-top .3s;
}

body.nav-fixed {
    padding-top: 80px;
}

@keyframes smoothSlide {
    from {
        transform: translateY(-100%);
    }

    to {
        transform: translateY(0);
    }
}

/* Logo */
.navbar-brand img {
    height: 66px;
    width: auto;
}

/* Nav Links */
.navbar-nav .nav-link {
    font-size: 15px;
    font-weight: 600;
    color: #000 !important;
    padding: 8px 14px !important;
    transition: 0.3s ease-in-out;
    border-radius: 8px;
}

/* Hover Effect */
.navbar-nav .nav-link:hover {
    background-color: #BA8E23;
    color: #fff !important;
}

.navbar-nav .nav-link i {
    margin-right: 6px;
    font-size: 14px;
}

/* Show dropdown on hover */

.navbar-nav .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
}

/* Dropdown style */

.dropdown-menu {
    border-radius: 6px;
    border: 1px solid #eee;
    box-shadow: 0 8px 20px #c44d0844 !important;
}

.dropdown-menu li {
    border-bottom: 1px solid #c44d0856;
}

.dropdown-item {
    font-size: 14px;
    padding: 8px 15px;
    transition: .3s;
    color: #000;
    font-weight: 500;
}

.dropdown-item:hover {
    background: #BA8E23 !important;
    color: #fff !important;
    padding-left: 20px;
}

.dropdown-menu {
    padding: 0 0 !important;
}

.login-btn {
    background-color: #BA8E23;
    color: #ffffff;
    font-weight: 600;
    padding: 8px 18px;
    border-radius: 30px;
    transition: 0.3s ease;
    text-decoration: none;
    transition: 0.3s;
    text-align: center;
    margin-top: 10px;
}

.login-btn a {
    text-decoration: none;
    color: #fff;
    transition: 0.3s;
}

/* Button Hover Effect */
.login-btn:hover {
    background-color: #8B8000;
    color: #fff !important;
    transform: translateY(-2px);
    transition: 0.3s;
}

.login-btn a:hover {
    background-color: #8B8000;
    color: #fff;
    transform: translateY(-2px);
    transition: 0.3s;
}


/* Responsive Adjustments */
@media (max-width: 991px) {
    .navbar-brand img {
        height: 50px;
    }

    .navbar-nav {
        text-align: center;
    }

    .login-btn {
        width: 100%;
    }
}

.offcanvas {
    height: 100vh;
}

.offcanvas-body {
    overflow-y: auto;
    padding: 0px 10px !important;
}

.offcanvas-btn {
    display: none !important;
}

.offcanvas-header img {
    width: 35%;
    /* background: #f1f1f1; */
    /* box-shadow: 0px 0px 15px #00000012; */
    padding: 4%;
}

.navbar-toggler {
    padding: 8px !important;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 2px solid #BA8E23 !important;
    border-radius: var(--bs-navbar-toggler-border-radius);
    transition: var(--bs-navbar-toggler-transition);
    transition: box-shadow .15s ease-in-out;
    color: #000;
}

.navbar-toggler-icon {
    display: inline-block;
    width: 24px !important;
    height: 22px !important;
    vertical-align: middle;
    background-image: var(--bs-navbar-toggler-icon-bg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}

.contact-info {
    /* margin-top: 8%; */
    text-align: left;
    border: 1px solid #000;
    padding: 5% 3%;
    box-shadow: 0px 0px 15px #00000030;
    border-radius: 8px;
    margin: 6%;
}

.contact-info h6 {
    text-decoration: underline solid 2px;
    text-underline-offset: 6px;
    font-size: 16px;
    font-weight: 600;
    color: #000;
    text-align: left;
    margin: 0px 0px 15px;
}

.contact-ph {
    display: flex;
    justify-content: left;
    align-items: center;
    gap: 5px;
    margin-bottom: 10px;
}

.contact-icon {
    font-size: 14px;
    color: #000;
}

.contact-text-box {
    font-size: 14px;
    color: #000;
    font-weight: 500;
}


/* Navbar-Section-Css-end*/

/* banner-text-area-start */

.banner-text-area {
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
    z-index: 9;
    width: 80%;
}

.banner-text h1 {
    font-size: 42px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    margin-bottom: 15px;
}

.banner-text h6 {
    font-size: 18px;
    margin-bottom: 25px;
    font-weight: 400;
    color: #fff;
}

.banner-whatsapp-btn {
    display: inline-block;
    padding: 12px 30px;
    background: #25D366;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    border-radius: 5px;
    text-decoration: none;
    transition: 0.3s;
}

.banner-whatsapp-btn:hover {
    background: #1ebe5d;
    transform: translateY(-3px);
    color: #fff;
}

@media(max-width:768px) {

    .banner-text h1 {
        font-size: 28px;
    }

    .banner-text h6 {
        font-size: 15px;
    }

    .banner-whatsapp-btn {
        padding: 10px 22px;
        font-size: 14px;
    }

}

/* banner-text-area-end */

/* banner-area-start */

.banner-area {
    width: 100%;
    float: left;
    position: relative;
}

.banner-gallery .owl-stage-outer {
    overflow: hidden;
}

.item1 {
    overflow: hidden;
}

.banner-img1 {
    width: 100%;
    height: 600px;
    position: relative;
    background-image: url(../img/banner/Turmeric-Finge.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    animation: bannerZoom 10s ease-in-out infinite;
}

.banner-img2 {
    width: 100%;
    height: 600px;
    position: relative;
    background-image: url(../img/banner/banner02.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    animation: bannerZoom 10s ease-in-out infinite;
}

.banner-img3 {
    width: 100%;
    height: 600px;
    position: relative;
    background-image: url(../img/banner/banner03.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    animation: bannerZoom 10s ease-in-out infinite;
}

@keyframes bannerZoom {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}

.banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
}

.banner-gallery {
    position: relative;
}

.banner-gallery .owl-nav {
    width: 94%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    top: 45%;
    margin-left: 3%;
    z-index: 9999;
}

.banner-gallery .owl-nav .owl-prev {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid #fff !important;
    transition: 0.3s;
}

.banner-gallery .owl-nav .owl-prev span {
    font-size: 40px;
    color: #fff;
    margin-bottom: 23%;
    transition: 0.3s;
}

.banner-gallery .owl-nav .owl-next {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid #fff !important;
    transition: 0.3s;
}

.banner-gallery .owl-nav .owl-next span {
    font-size: 40px;
    color: #fff;
    margin-bottom: 23%;
    transition: 0.3s;
}

.banner-gallery .owl-nav .owl-next:hover {
    background-color: #204181 !important;
    border: 2px solid #C2A360 !important;
    transition: 0.3s;
}

.banner-gallery .owl-nav .owl-next:hover span {
    color: #fff;
    transition: 0.3s;
}

.banner-gallery .owl-nav .owl-prev:hover {
    background-color: #204181 !important;
    border: 2px solid #C2A360 !important;
    transition: 0.3s;
}

.banner-gallery .owl-nav .owl-prev:hover span {
    transition: 0.3s;
    color: #fff;
}

@media (max-width: 768px) {
    .banner-img1 {
        width: 100%;
        height: 350px;
    }

    .banner-img2 {
        width: 100%;
        height: 350px;
    }

    .banner-img3 {
        width: 100%;
        height: 350px;
    }

    .banner-img4 {
        width: 100%;
        height: 350px;
    }

    .banner-gallery .owl-nav .owl-prev span {
        font-size: 20px;
        color: #fff;
        margin-bottom: 23%;
        transition: 0.3s;
    }

    .banner-gallery .owl-nav .owl-prev {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        border: 2px solid #fff !important;
        transition: 0.3s;
    }

    .banner-gallery .owl-nav .owl-next span {
        font-size: 20px;
        color: #fff;
        margin-bottom: 23%;
        transition: 0.3s;
    }

    .banner-gallery .owl-nav .owl-next {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        border: 2px solid #fff !important;
        transition: 0.3s;
    }
}

/* banner-area-end */


/* Features-section-start */

.features-area {
    width: 100%;
    float: left;
    padding: 80px 0;
    background: #fffdf6;
}

.features-area .section-title h2 {
    font-size: 36px;
    font-weight: 700;
    color: #132A58;
}

.section-title p {
    max-width: 600px;
    margin: 10px auto 40px;
    color: #111;
    font-weight: 500;
}

/* Feature Card */

.feature-card {
    background: #fff;
    padding: 30px 22px;
    text-align: center;
    border-radius: 12px;
    transition: 0.4s;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    height: 100%;
    border-top: 5px solid #C2A360;
    margin-top: 10px;
}

.feature-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
}

.feature-card .icon {
    font-size: 32px;
    color: #d4a017;
    margin-bottom: 15px;
}

.feature-card h5 {
    font-weight: 700;
    margin-bottom: 8px;
    font-size: 18px;
}

.feature-card p {
    font-size: 14px;
    color: #111;
}

/* Responsive */

@media(max-width:768px) {

    .section-title h2 {
        font-size: 28px;
    }

}



/* Features-section-end */

/* offer-section-start */

.turmeric-offer {
    padding: 60px 0;
    width: 100%;
    float: left;
}

/* Offer Card */

.offer-card {
    height: 220px;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    padding: 30px;
    color: #000;
    transition: 0.4s;
}

.offer-card:hover {
    transform: scale(1.03);
}

/* Background Images */

.offer-one {
    background: linear-gradient(rgb(0 0 0 / 54%), rgb(12 12 12 / 56%)), url(../img/offer01.webp);
    background-size: cover;
    background-position: center;
}

.offer-two {
    background: linear-gradient(rgb(0 0 0 / 54%), rgb(12 12 12 / 56%)),
        url("../img/offer03.webp");
    background-size: cover;
    background-position: center;
}

.offer-content h3 {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
}

.offer-content h2 {
    font-size: 24px;
    font-weight: 700;
    margin: 5px 0;
    color: #fff;
}

.offer-content p {
    font-size: 14px;
    margin-bottom: 15px;
    color: #fff;
}

.offer-btn {
    display: inline-block;
    padding: 8px 18px;
    background: #fff;
    color: #000;
    border-radius: 30px;
    font-size: 14px;
    text-decoration: none;
    transition: 0.3s;
}

.offer-btn:hover {
    background: #fff;
    color: #b88a00;
}

/* Mobile */

@media(max-width:768px) {

    .offer-card {
        height: 200px;
    }

    .offer-content h2 {
        font-size: 20px;
    }

}

/* offer-section-end */

/* our-products-section-start */

.products-section {
    padding: 80px 0;
    width: 100%;
    float: left;
}

.products-section .section-title h2 {
    font-size: 36px;
    font-weight: 700;
    color: #132A58;
}

.section-title p {
    color: #000;
    margin-bottom: 50px;
    font-size: 14px;
    font-weight: 500;
}

/* Product Card */

.product-card {
    border: 1px solid #db6723;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    background: #fff;
    transition: .4s;
    height: 100%;
}

.product-card:hover {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
}

/* Image Area (80%) */

.product-img {
    height: 260px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background: #fafafa;
    width: 100%;
    object-fit: cover;
    transform: 0.3s;
}

.product-img {
    padding: 20px;
}

.product-img img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    transition: 0.3s;
}

.product-card:hover img {
    transform: scale(1.1);
    transition: 0.3s;
}

/* Hover Icons */

.hover-icons {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0 25px;
    opacity: 0;
    transform: translateY(-50%);
    transition: .4s;
}

.product-card:hover .hover-icons {
    opacity: 1;
}

.hover-icons button {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: none;
    background: #fff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

/* Product Info (20%) */

.product-info {
    text-align: center;
    padding: 18px;
}

.rating {
    color: #ffb400;
    font-size: 16px;
    margin-bottom: 5px;
}

.product-info h5 {
    font-size: 18px;
    font-weight: 600;
    color: #000;
}

.product-info p {
    font-size: 14px;
    color: #111;
}

/* Bottom Cart Button */

.cart-btn {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #fff;
    border: 2px solid #eee;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 25%;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
    transition: .3s;
}

.cart-btn i {
    font-size: 18px;
}

.product-card:hover .cart-btn {
    background: #0a6de1;
    color: #fff;
    border-color: #0a6de1;
}

/* Responsive */

@media(max-width:768px) {

    .product-img {
        height: 220px;
    }

    .section-title h2 {
        font-size: 28px;
    }

}

.product-main-img {
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
    padding: 20px;
    transition: 0.4s;
    display: flex;
    height: 100%;
    width: 100%;
}

.product-unpolished-img {
    width: 100%;
    height: 100%;
}

.product-main-img img {
    width: 100%;
    height: 314px !important;
    transition: 0.4s;
    border-radius: 10px;
}

.product-main-img:hover img {
    transform: scale(1.08);
    transform: rotate(5deg);
    transition: 0.4s;
}

.product-content h3 {
    font-size: 26px;
    font-weight: 700;
    color: #BA8E23;
    margin-bottom: 15px;
}

.product-content p {
    font-size: 14px;
    color: #111;
    line-height: 1.7;
    margin-bottom: 15px;
}

.turmeric-list {
    padding-left: 0;
    list-style: none;
    margin-top: 20px;
}

.turmeric-list li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 14px;
    font-size: 14px;
    color: #000;
    line-height: 1.6;
}

.turmeric-list li:before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    color: #c44d08;
    font-weight: bold;
}

.read-more-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 15px;
    padding: 10px 22px;
    background: #c44d08;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 600;
    transition: 0.3s;
}

.read-more-btn:hover {
    background: #db6723;
    color: #fff;
    transform: translateX(4px);
}

@media (max-width:768px) {



    .product-main-img img {
        width: 100%;
        height: 250px !important;
        transition: 0.4s;
        border-radius: 10px;
    }


}

/* our-products-section-end */


/* our-gst-section-start */

.gst-section {
    width: 100%;
    float: left;
    padding: 80px 0;
    background: #fff7dc;
}

.gst-header h4 {
    font-weight: 600;
    color: #e6a800;
    font-size: 36px;
    text-align: center;
}

.gst-header p {
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    color: #111;
}

.gst-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.3s;
}

.gst-img-box img:hover {
    transform: scale(1.05);
}



/* our-gst-section-end */

/* raw-turmeric-section-start */

/* ===============================
   RAW TURMERIC SECTION
================================ */

.raw-turmeric-section {
    width: 100%;
    float: left;
    padding: 80px 0;
    background: #fff7dc;
}

.raw-header {
    text-align: center;
}

.raw-header h2 {
    text-align: center;
    font-size: 36px;
    color: #132A58;
    font-weight: 600;
}

.raw-header p {
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    color: #111;
}

/* ===============================
   FULL CONTENT BOX
================================ */

.turmeric-full-box {
    background: #fff;
    padding: 30px;
    border-radius: 8px;
    border: 1px solid #C2A360;
    text-align: center;
    transition: 0.3s ease;
}

.turmeric-full-box:hover {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.turmeric-full-box h4 {
    font-size: 22px;
    font-weight: 700;
    color: #132A58;
    margin-bottom: 10px;
}

.turmeric-full-box p {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.7;
    color: #000;
    margin: 0;
}


/* ===============================
   TURMERIC IMAGE BOX
================================ */

.turmeric-img-box {
    border-radius: 12px;
    overflow: hidden;
    border: 2px solid #C2A360;
    background: #fff;
}

.turmeric-img-box img {
    width: 100%;
    height: auto;
    transition: 0.4s ease;
}

.turmeric-img-box:hover img {
    transform: scale(1.08);
}


/* ===============================
   SPECIFICATION LIST
================================ */

.turmeric-specs {
    list-style: none;
    padding: 0;
    margin: 0;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #C2A360;
}

.turmeric-specs li {
    display: flex;
    align-items: center;
    padding: 12px 15px;
    border-bottom: 1px solid #C2A360;
    font-size: 14px;
    color: #111;
    transition: 0.3s ease;
    font-family: Arial, Helvetica, sans-serif;
}

.turmeric-specs li:last-child {
    border-bottom: none;
}

.turmeric-specs li span {
    font-weight: 600;
    min-width: 180px;
    color: #C2A360;
    font-family: 'Times New Roman', Times, serif;
}

.turmeric-specs li:hover {
    background: #fff3cd;
    transform: translateX(4px);
}


/* ===============================
   RESPONSIVE
================================ */

@media (max-width:992px) {

    .turmeric-img-box {
        margin-bottom: 25px;
    }

}

@media (max-width:768px) {

    .raw-turmeric-section {
        padding: 60px 0;
    }

    .turmeric-full-box {
        padding: 25px;
    }

    .turmeric-full-box h4 {
        font-size: 20px;
    }

    .turmeric-specs li {
        flex-direction: column;
        align-items: flex-start;
    }

    .turmeric-specs li span {
        margin-bottom: 5px;
        min-width: auto;
    }

}

/* raw-turmeric-section-end */





/* Core-Value-section-start */

.core-values {
    padding: 80px 0;
    width: 100%;
    float: left;
}

.core-values .section-title h2 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 60px;
    color: #132A58;
}

/* Card */

.value-card {
    background: #fff;
    padding: 35px;
    border-radius: 10px;
    text-align: center;
    height: 100%;
    transition: 0.4s;
    border: 1px solid #132A58;
}

.value-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.12);
    border: 1px solid #BA8E23;
}

/* Icon */

.value-icon {
    width: 65px;
    height: 65px;
    background: #204384;
    color: #fff;
    font-size: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0 auto 20px;
    transition: 0.3s;
}

.value-card:hover .value-icon {
    background: #BA8E23;
    transform: rotate(10deg);
}

/* Text */

.value-card h5 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #000;
}

.value-card p {
    font-size: 15px;
    color: #111;
    font-weight: 500;
    line-height: 1.6;
}

/* Responsive */
@media(max-width:576px) {
    .value-card h5 {
        font-size: 15px;
    }

    .value-card p {
        font-size: 13px;
        line-height: 1.4;
    }

    .value-icon {
        width: 50px;
        height: 50px;
        font-size: 24px;
    }

    .value-card {
        padding: 12px 10px !important;
    }

}

@media(max-width:768px) {

    .section-title h2 {
        font-size: 30px;
    }

    .value-card {
        padding: 25px;
    }

}

/* Core-Value-section-end */

/* Gallery-section-start*/
.gallery-section {
    padding: 80px 0;
    width: 100%;
    float: left;
}

.gallery-section .section-title h2 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #132A58;
}

.section-title p {
    color: #111;
    margin-bottom: 40px;
}

/* Gallery Box */

.gallery-box {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    cursor: pointer;
    border: 1px solid #BA8E23;
}

.gallery-box img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    transition: 0.5s;
}

/* Overlay */

.gallery-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(196, 77, 8, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: 0.4s;
}

.gallery-overlay h5 {
    color: #000;
    font-size: 20px;
    font-weight: 600;
}

/* Hover Effect */

.gallery-box:hover img {
    transform: scale(1.1);
}

.gallery-box:hover .gallery-overlay {
    opacity: 1;
}

/* Responsive */

@media(max-width:768px) {

    .gallery-box img {
        height: 200px;
    }

    .gallery-section .gallery-title h2 {
        font-size: 24px !important;
    }


}

/* Gallery Section-page-start */

.gallery-section {
    padding: 80px 0;
    width: 100%;
    float: left;
}

.gallery-section .gallery-title h2 {
    font-size: 36px;
    font-weight: 700;
    color: #132A58;
}

.gallery-title p {
    color: #111;
    font-size: 14px;
    font-weight: 500;
}

/* Gallery Card */

.gallery-card {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    border: 1px solid #BA8E23;
}

.gallery-card img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    transition: .5s;
}

/* Overlay */

.gallery-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(223 187 107 / 57%);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: 0.4s;
}

.gallery-overlay i {
    color: #fff;
    font-size: 30px;
    background: #f0b400;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

/* Hover Effects */

.gallery-card:hover img {
    transform: scale(1.1);
}

.gallery-card:hover .gallery-overlay {
    opacity: 1;
}

/* Responsive */

@media(max-width:768px) {

    .gallery-card img {
        height: 200px;
    }

    .section-title h2 {
        font-size: 28px;
    }

}

/* Gallery-section-end */

/* ready-section-start */

.ready-section {
    width: 100%;
    height: 300px;
    float: left;
    background-image: url("../img/Turmeric_Farm_Chinawal.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    position: relative;
}

.ready-overlay {
    width: 100%;
    height: 100%;
    background-color: #00000080;
    position: absolute;
}

.raedy-text {
    margin: auto;
    text-align: center;
    color: #fff;
    padding-top: 120px;
}

.raedy-text h3 {
    font-size: 34px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 10px;
}

.raedy-text h6 {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 10px;
    font-family: Arial, Helvetica, sans-serif;
}

/* ready-section-end */


/* whatsapp-section-start */

.whatsapp-section {
    background: linear-gradient(135deg, #BA8E23, #A98A1F, #8B8000);
    background-size: 300% 300%;
    animation: gradientMove 8s ease infinite;
    padding: 50px 0;
    color: #fff;
    width: 100%;
    float: left;
}

/* Smooth gradient animation */
@keyframes gradientMove {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

.whatsapp-section h3 {
    font-weight: 700;
    margin-bottom: 8px;
    font-size: 22px;
    color: #fff;
}

.whatsapp-btn {
    display: inline-block;
    background: #25D366;
    color: #fff;
    padding: 12px 28px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 600;
    transition: .3s;
}

.whatsapp-btn i {
    margin-right: 8px;
}

.whatsapp-btn:hover {
    background: #1ebe5d;
    color: #fff;
}

/* Responsive */

@media(max-width:768px) {

    .whatsapp-section {
        text-align: center;
    }

    .whatsapp-btn {
        margin-top: 15px;
    }

}

/* whatsapp-section-end */


/* footer-section-start */

.footer-section {
    background: #1c1c1c;
    color: #ccc;
    padding: 70px 0 0;
    width: 100%;
    float: left;
}

.footer-box {
    height: 100%;
    padding: 5% 5%;
    text-align: left;
    border-radius: 8px;
}

.footer-box h4,
.footer-box h5 {
    color: #BA8E23;
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 600;
}

.footer-logo {
    width: 25%;
}

.footer-box p {
    font-size: 14px;
    line-height: 1.7;
    font-weight: 500;
    color: #fff;
    margin-top: 5px;
}

.footer-box ul {
    list-style: none;
    padding: 0;
}

.footer-box ul li {
    margin-bottom: 8px;
}

.footer-box ul li a {
    color: #fff;
    text-decoration: none;
    transition: .3s;
    font-size: 14px;
    font-weight: 500;
    font-family: Arial, Helvetica, sans-serif;
}

.footer-box ul li a:hover {
    color: #BA8E23;
    padding-left: 5px;
}

/* Social Icons */

.footer-box .social-icons a {
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #333;
    color: #fff;
    margin-right: 5px;
    border-radius: 50%;
    transition: .3s;
    padding: 0px 10px;
}

.social-icons a:hover {
    background: #8B8000;
    transition: 0.3s;
}

/* Contact Icons */

.footer-box i {
    color: #BA8E23;
    margin-right: 8px;
    transition: 0.3s;
}

.footer-box i:hover {
    color: #fff;
    transition: 0.3s;
}

/* Bottom */

.footer-bottom {
    border-top: 1px solid #333;
    margin-top: 40px;
    padding: 15px 0;
    text-align: center;
    font-size: 14px;
}

.footer-bottom p {
    text-align: center;
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    padding: 0;
    margin: 0;
}

.footer-bottom p span {
    text-align: center;
    font-size: 14px;
    color: #BA8E23;
    font-weight: 600;
}

/* footer-section-end */

/* about-banner-section-start */

.about-banner {
    width: 100%;
    height: 300px;
    float: left;
    text-align: center;
    position: relative;
    /* background: #D98E70; */
    /* background: linear-gradient(to right, #D98E70, #F5B59B); */
}

.breadcrumbs-area {
    width: 100%;
    float: left;
    text-align: center;
    /* padding-top: 16%; */
    position: absolute;
    top: 30%;
    left: 0;
}

.breadcrumbs-area-two {
    width: 100%;
    float: left;
    text-align: center;
    /* padding-top: 16%; */
    position: absolute;
    top: 40%;
    left: 0;
}

.breadcrumbs-area-two h2 {
    font-size: 48px;
    color: #fff;
    font-weight: 600;
}

.breadcrumbs-area-two h3 {
    font-size: 36px;
    color: #fff;
    font-weight: 600;
}

.breadcrumbs-area h2 {
    font-size: 48px;
    color: #fff;
    font-weight: 600;
}

.breadcrumbs-color {
    padding: 1% 43%;
}

.bread-text {
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    border: 2px solid #fff;
    padding: 6% 0%;
    border-radius: 10px;
}

.bread-text a {
    text-decoration: none;
    color: #fff;
}

.bread-text a:hover {
    text-decoration: none;
    color: #cc161e;
}

.breadcrumb-gradient {
    min-height: 100%;
    background: linear-gradient(-45deg, #BA8E23, #8B8000, #BA8E23);
    background-size: 400% 400%;
    animation: gradientMove 10s ease infinite;
    position: relative;
    overflow: hidden;
    color: #fff;
}

/* gradient animation */
@keyframes gradientMove {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

/* floating glow effect */
.breadcrumb-gradient::before {
    content: "";
    position: absolute;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.25), transparent 70%);
    top: -150px;
    left: -150px;
    animation: glowMove 12s linear infinite;
}

/* second glow */
.breadcrumb-gradient::after {
    content: "";
    position: absolute;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(255, 255, 200, 0.2), transparent 70%);
    bottom: -150px;
    right: -150px;
    animation: glowMove2 10s linear infinite;
}

@keyframes glowMove {
    0% {
        transform: translate(0, 0);
    }

    50% {
        transform: translate(250px, 150px);
    }

    100% {
        transform: translate(0, 0);
    }
}

@keyframes glowMove2 {
    0% {
        transform: translate(0, 0);
    }

    50% {
        transform: translate(-200px, -120px);
    }

    100% {
        transform: translate(0, 0);
    }
}

/* about-banner-section-end */

/* about-us-section-start */
.about-main-area {
    width: 100%;
    float: left;
    text-align: center;
    padding: 40px 0px;
}

.about-main-left {
    width: 65%;
    /* box-shadow: 0px 0px 15px #00000053; */
    overflow: hidden;
    border-radius: 8px;
    padding: 10px;
    margin-left: 20%;
}

.about-main-left img {}

.about-main-right {
    width: 100%;
    text-align: left;
    padding: 8% 4%;
}

.about-main-right h2 {
    font-size: 34px;
    color: #BA8E23;
    font-weight: 600;
    margin-bottom: 10px;
}

.about-main-right h3 {
    font-size: 32px;
    color: #132A58;
    font-weight: 700;
    margin-bottom: 20px;
}

.about-main-right p {
    font-size: 14px;
    color: #111;
    font-weight: 500;
    margin-bottom: 20px;
    letter-spacing: 0.5px;
}

@media(max-width:768px) {
    .about-main-right h2 {
        font-size: 24px;
    }

    .about-main-right h3 {
        font-size: 22px;
    }


}

/* about-us-section-end */

/* product-signature-section-start */

.turmeric-feature-section {
    padding: 90px 0;
    background: #f0b4003d;
    overflow: hidden;
    width: 100%;
    float: left;
}

/* text boxes */

.feature-box {
    padding: 20px;
    transition: 0.4s ease;
}

.feature-box h4 {
    font-size: 22px;
    font-weight: 600;
    color: #132A58;
    margin-bottom: 15px;
}

.feature-box p {
    font-size: 15px;
    line-height: 1.8;
    font-weight: 700;
    color: #111;
}

/* hover effect */

.feature-box:hover {
    transform: translateY(-8px);
}

/* center image */

.turmeric-product {
    display: flex;
    justify-content: center;
    /* align-items: center; */
    height: 100%;
    width: 100%;
    transition: 0.3s;
}

.turmeric-product img {
    max-width: 230px;
    transition: 0.5s;
    filter: drop-shadow(0 12px 25px rgba(0, 0, 0, 0.15));
}

.turmeric-product:hover {
    transform: rotate(2deg);
    transition: 0.3s;
}

/* .turmeric-product img:hover {
    transform: scale(1.07) rotate(2deg);
} */

/* responsive */

@media(max-width:991px) {

    .turmeric-product {
        margin: 40px 0;
    }

    .feature-box {
        text-align: center !important;
    }

    .turmeric-product img {
        max-width: 170px;
    }

}

/* product-signature-section-end */

/* products-section-start */

.product-details-section {
    padding: 80px 0;
    /* background:#f9f9f9; */
    width: 100%;
    float: left;
}

.product-details-title h2 {
    font-size: 36px;
    font-weight: 700;
    color: #132A58;
}

.product-details-title p {
    color: #111;

}

.product-details-card {
    background: #fff;
    padding: 25px;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgb(0 0 0 / 44%);
    transition: all .4s ease;
    height: 100%;
    border: 2px solid #BA8E23;
}

.product-details-card img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 15px;
}

.product-details-card h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}

.product-details-card p {
    font-size: 14px;
    color: #666;
}

.product-details-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

@media(max-width:768px) {

    .product-details-card img {
        height: 150px;
    }

    .product-details-title h2 {
        font-size: 24px;
    }

}

.more-text {
    display: none;
    margin-top: 5px;
}

.read-more-btn {
    margin-top: 8px;
    padding: 6px 16px;
    font-size: 13px;
    border: none;
    border-radius: 20px;
    background: #132A58;
    color: #fff;
    cursor: pointer;
    transition: 0.3s;
}

.read-more-btn:hover {
    background: #BA8E23;
    transition: 0.3s;
}

/* products-section-end */

/* Mission Vision Section-start */

.mission-vision-section {
    padding: 80px 0;
    /* background:#f9f9f9; */
    width: 100%;
    float: left;
}

.mission-vision-title h2 {
    font-size: 36px;
    font-weight: 700;
    color: #132A58;
}

.mission-vision-title p {
    color: #111;
    font-size: 14px;
    font-weight: 500;
}

.mission-vision-card {
    background: #fff;
    padding: 40px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    transition: all .4s ease;
    height: 100%;
    border: 1px solid #132A58;
}

.mission-icon {
    width: 70px;
    height: 70px;
    background: #132A58;
    color: #fff;
    font-size: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    border-radius: 50%;
    transition: .4s;
}

.mission-vision-card h3 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #BA8E23;
}

.mission-vision-card p {
    font-size: 15px;
    color: #111;
    font-weight: 500;
}

/* Hover Effect */

.mission-vision-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.mission-vision-card:hover .mission-icon {
    background: #C2A360;
    color: #fff;
}

/* Responsive */

@media(max-width:768px) {

    .mission-vision-card {
        padding: 30px;
    }

    .mission-vision-title h2 {
        font-size: 24px;
    }

    .mission-vision-card h3 {
        font-size: 22px;
    }



}

/* mission_vission-section-end */

/* Contact-us-section-start */

.contact-section {
    padding: 80px 0;
    /* background: #f9f9f9; */
    width: 100%;
    float: left;
}

.contact-title h2 {
    font-size: 36px;
    font-weight: 700;
    color: #132A58;
}

.contact-title p {
    color: #111;
    font-size: 14px;
    font-weight: 500;
}

/* Contact Info */

.contact-info-box {
    background: #fff;
    padding: 35px;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgb(212 94 19 / 25%);
    height: 100%;
}

.contact-info-box h5 {
    font-size: 18px;
    font-weight: 600;
    color: #BA8E23;
}

.contact-info-box p {
    font-size: 14px;
    color: #111;
    font-weight: 500;
    line-height: 1.7;
}

.contact-item {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
    padding: 5px;
    transition: 0.3s;
    border-radius: 8px;
}

.contact-item:hover .contact-icon {
    background: #BA8E23;
    color: #fff;
}

.contact-text {
    margin-left: 10px;
}

.contact-text h5 {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    color: #000;
    margin-bottom: 5px;
}

.contact-text p {
    margin: 0;
    color: #111;
    font-weight: 500;
}

/* Contact Form */

.contact-form-box {
    background: #fff;
    padding: 35px;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgb(212 94 19 / 25%);
    height: 100%;
}

.contact-form-box .form-control {
    padding: 12px;
    border-radius: 6px;
    border: 1px solid #ddd;
}

.contact-btn {
    background: #BA8E23;
    border: none;
    padding: 12px 25px;
    color: #fff;
    font-weight: 600;
    border-radius: 5px;
    transition: .3s;
}

.contact-btn:hover {
    background: #8B8000;
}

/* Map */

.map-box {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}

.gold-box {
    padding: 2%;
    border-radius: 20px;
    border: 1px solid #BA8E23;
    box-shadow: 0px 0px 15px #bf963291;
    margin: 2% 12% 4% 12%;
}

.gold-title {
    font-size: 24px;
    font-weight: 700;
    color: #BA8E23;
    margin-bottom: 15px;
}

.gold-box p {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    margin-bottom: 15px;
}


.contact-icon-two {
    font-size: 16px;
    color: #fff;
    width: 40px;
    height: 40px;
    background-color: #BA8E23;
    border-radius: 50%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-text {
    flex: 1;
    /* allow text to take full space */
}

.contact-text p {
    margin: 0;
    line-height: 1.6;
    word-break: break-word;
}

.contact-item:hover {
    transform: translateX(6px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.329);
    transition: 0.3s;
}

.contact-form-box {
    transition: 0.3s;
}

.contact-form-box:hover {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
}

@media(max-width:575px) {

    .gold-box {
        padding: 5%;
        margin: 10% 2% !important;
    }

}

@media(max-width:768px) {

    .contact-title h2 {
        font-size: 28px;

    }

    .gold-box {
        padding: 5%;
        margin: 2% 2%;
    }

    .gold-title {
        font-size: 22px;
    }



}





/* Contact-us-section-end */

/* consult-us-css-start */

.consult-section {
    padding: 80px 0;
    background: #f9f9f9;
    width: 100%;
    float: left;
}

.consult-title h2 {
    font-size: 36px;
    font-weight: 700;
}

.consult-title p {
    color: #666;
}

/* Form Box */

.consult-form-box {
    background: #fff;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.08);
    transition: .3s;
}

.consult-form-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

/* Inputs */

.consult-form-box .form-control {
    padding: 12px;
    border-radius: 6px;
    border: 1px solid #ddd;
    font-size: 14px;
}

.consult-form-box .form-control:focus {
    border-color: #f0b400;
    box-shadow: none;
}

/* Button */

.consult-btn {
    background: #f0b400;
    color: #fff;
    border: none;
    padding: 12px 30px;
    font-weight: 600;
    border-radius: 5px;
    transition: .3s;
}

.consult-btn:hover {
    background: #d99c00;
    transform: translateY(-2px);
}

/* consult-us-css-end */






/* ===== WhatsApp Floating Button ===== */
.whatsapp-float {
    position: fixed;
    right: 25px;
    /* slightly off-screen */
    bottom: 90px;
    /* ABOVE back-to-top button */
    width: 52px;
    height: 52px;
    background: linear-gradient(135deg, #25D366, #1EBE5D);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    font-size: 26px;
    text-decoration: none;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.35);
    z-index: 9998;
    /* below top button if needed */
    transition: all 0.3s ease;
}

/* Hover Effect */
.whatsapp-float:hover {
    /* slide fully into view */
    transform: scale(1.08);
    color: #FFFFFF;
}



/* top_to_bottam-css-start */

#scroll {
    position: fixed;
    right: 24px;
    bottom: 20px;
    cursor: pointer;
    width: 50px;
    height: 50px;
    background-color: #132A58;
    text-indent: -9999px;
    display: none;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
    z-index: 9999;
}

#scroll span {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -8px;
    margin-top: -12px;
    height: 0;
    width: 0;
    border: 8px solid transparent;
    border-bottom-color: #ffffff;
}

#scroll:hover {
    background-color: #1243a5;
    opacity: 1;
    filter: "alpha(opacity=100)";
    -ms-filter: "alpha(opacity=100)";
}

/* top_to_bottam-css-end */






@media (max-width: 576px) {

    .navbar-nav {
        align-items: start;
        padding-left: 0% !important;
    }

    .banner-text h1 {
        font-size: 24px;
    }

    .banner-text {
        width: 100%;
    }

    .banner-text-area {
        top: 40%;
    }

    .features-area .section-title h2 {
        font-size: 24px;
    }

    .products-section .section-title h2 {
        font-size: 24px;
    }

    .core-values .section-title h2 {
        font-size: 24px;
    }

    .gallery-section .section-title h2 {
        font-size: 24px;
    }

    .raedy-text h3 {
        font-size: 22px;
    }

    .breadcrumbs-area h2 {
        font-size: 34px;
    }

    .breadcrumbs-color {
        padding: 1% 28%;
    }

    #scroll {
        right: 22px;
        bottom: 16px;
        z-index: 99999;
    }

}

/* Small Devices (≥576px and <768px) */
@media (min-width: 576px) and (max-width: 767.98px) {
    .navbar-nav {
        align-items: start;
        padding-left: 0% !important;
    }


    .breadcrumbs-area h2 {
        font-size: 34px;
    }

    .breadcrumbs-color {
        padding: 1% 24%;
    }

    #scroll {
        right: 23px;
        bottom: 10px;
        z-index: 9999;
    }

}

/* Medium Devices (≥768px and <992px) */
@media (min-width: 768px) and (max-width: 991.98px) {
    .navbar-nav {
        align-items: start;
        padding-left: 0% !important;
    }

    .topbar-right-box {
        display: none;
    }

    .breadcrumbs-area h2 {
        font-size: 34px;
    }

    .breadcrumbs-color {
        padding: 1% 35%;
    }

    #scroll {
        right: 23px;
        bottom: 10px;
        z-index: 9999;
    }
}

/* Large Devices (≥992px and <1200px) */
@media (min-width: 992px) and (max-width: 1199.98px) {

    .navbar-nav {
        align-items: start;
        padding-left: 0% !important;
    }

    #scroll {
        right: 23px;
        bottom: 10px;
        z-index: 9999;
    }


}

/* Extra Large Devices (≥1200px) */
@media (min-width: 1200px) {}