/********** Template CSS **********/
:root {
    --primary: #88B44E;
    --secondary: #FB9F38;
    --light: #F5F8F2;
    --dark: #252C30;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}

.fw-medium {
    font-weight: 600;
}

.fw-bold {
    font-weight: 700;
}

.fw-black {
    font-weight: 900;
}


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    transition: .5s;
    font-weight: 500;
}

.btn-primary,
.btn-outline-primary:hover {
    color: var(--light);
}

.btn-secondary,
.btn-outline-secondary:hover {
    color: var(--dark);
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}


/*** Navbar ***/
.sticky-top {
    top: -150px;
    transition: .5s;
}


.navbar-brand img {
  max-height: 75px; /* navbar ke andar fit ho jaayega */
  width: auto;      /* proportion maintain rahega */
}




.navbar .navbar-nav .nav-link {
    margin-right: 35px;
    padding: 25px 0;
    color: var(--dark);
    font-weight: 600;
    text-transform: uppercase;
    outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--primary);
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

@media (max-width: 991.98px) {
    .navbar .navbar-brand {
        width: 126px;
        height: 100px;
    }

    .navbar .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar .navbar-nav {
        margin-top: 75px;
        border-top: 1px solid #EEEEEE;
    }
}

/* @media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: none;
        border: none;
        margin-top: 0;
    }

    .navbar .nav-item.show > .dropdown-menu {
        display: block;
    }
} */



/*** Header ***/
.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    /* background: rgba(59, 58, 58, 0.7); */
    z-index: 1;
}

/* Multi-level dropdown fix */
.dropdown-menu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
}
.dropdown-submenu-left {
    right: 100%;
    left: auto;
}

/* Dropdown box style */
.dropdown-menu {
    min-width: 160px;   /* chhoti width */
    max-width: 220px;
    padding: 5px 0;
    font-size: 14px;
    border-radius: 8px;
    border: none;
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
    animation: dropdownFade 0.3s ease;
}

/* Submenu ka width */
.dropdown-submenu .dropdown-menu {
    max-width: 140px;
}

/* Dropdown item style */
.dropdown-item {
    white-space: nowrap;        /* ✅ ab text ek line me rahega */
    line-height: 1.6;          /* thoda gap better readability ke liye */
    padding: 12px 20px;        /* thoda jyada padding neat look ke liye */
    font-size: 15px;
    font-weight: 500;
    color: #333;
    transition: all 0.3s ease;
    border-bottom: 1px solid #f0f0f0;  /* halki line for separation */
}

/* Hover effect */
.dropdown-item:hover {
    background: #a1542d; /* green highlight */
    color: #fff;
    padding-left: 25px; /* thoda slide effect */
}

/* Arrow rotation for dropdown */
.dropdown-toggle::after {
    margin-left: 6px;
    font-size: 12px;
    transition: transform 0.3s;
}
.dropdown.show .dropdown-toggle::after {
    transform: rotate(180deg);
}

/* Animation */
@keyframes dropdownFade {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}




.carousel-control-prev,
.carousel-control-next {
    width: 15%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 3.5rem;
    background-color: var(--dark);
    border: 15px solid var(--dark);
}

@media (max-width: 768px) {
    #header-carousel .carousel-item {
        position: relative;
        min-height: 450px;
    }
    
    #header-carousel .carousel-item img {
        position: relative;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

.carousel-inner .carousel-item img  {
    height: 500px !important;
    object-fit: cover;
}

/* Overlay alag se add kar */
.carousel-inner .carousel-item::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(0,0,0,0.4), rgba(0,0,0,0.2));
}

.page-header {
    position: relative;
    background: url(../img/spices-2.jpg) center center no-repeat;
    background-size: cover;
    color: #fff; /* Ensure text is white */
}

.page-header::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* Darker overlay for better text visibility */
    background: rgba(31, 31, 31, 0.6);
    /* Optional: gradient instead of solid
    background: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.5));
    */
    z-index: 1;
}

/* Ensure content is above overlay */
.page-header > * {
    position: relative;
    z-index: 2;
}

.about-img2 img {
    max-width: 100%;
    height: auto;
    border-radius: 10px; /* thoda modern look ke liye */
    box-shadow: 0 4px 15px rgba(0,0,0,0.1); /* halka shadow */
}



/* .product-carousel .product-item .bg-white .text-body {
  max-height: 200px;  
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;   
  -webkit-box-orient: vertical;
} */

/* Submenu position (right side)
.dropdown-submenu { position: relative; }
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-left: .25rem;
  margin-right: .25rem;
} */

.page-header .breadcrumb-item+.breadcrumb-item::before {
    color: var(--light);
}

.page-header .breadcrumb-item,
.page-header .breadcrumb-item a {
    font-size: 18px;
    color: var(--light);
}


/*** Section Title ***/
.section-title {
    position: relative;
    margin-bottom: 3rem;
    padding-bottom: 2rem;
}

.section-title::before {
    position: absolute;
    content: "";
    width: 50%;
    height: 2px;
    bottom: 0;
    left: 0;
    background: #b75400;
}

.section-title::after {
    position: absolute;
    content: "";
    width: 28px;
    height: 28px;
    bottom: -13px;
    left: calc(25% - 13px);
    background: var(--dark);
    border: 10px solid #FFFFFF;
    border-radius: 28px;
}

.section-title.text-center::before {
    left: 25%;
}

.section-title.text-center::after {
    left: calc(50% - 13px);
}

h2{
    font-size: 2rem;
    color: #000000;
}
.carousel-item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(221, 221, 221, 0.4); /* 0.4 = 40% black, adjust as needed */
}
.carousel-item {
  position: relative;
}




/*** Products ***/
.product {
    background: linear-gradient(rgba(180, 78, 78, 0.1), rgba(136, 180, 78, .1)), url(../img/product-bg.png) left bottom no-repeat;
    background-size: auto;
}

.product-carousel .owl-nav {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.product-carousel .owl-nav .owl-prev,
.product-carousel .owl-nav .owl-next {
    margin: 0 10px;
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: #a1542d;
    border-radius: 55px;
    box-shadow: 0 0 45px rgba(0, 0, 0, .15);
    font-size: 25px;
    transition: .5s;
}

.product-carousel .owl-nav .owl-prev:hover,
.product-carousel .owl-nav .owl-next:hover {
    background: #FFFFFF;
    color: var(--primary);
}
.text-body{
    text-transform: uppercase;
}


/*** About ***/
.video {
background: linear-gradient(
    rgba(236, 131, 131, 0.4),   
    rgba(204, 123, 112, 0.4)    
), url(../img/spices&agarbatties.png) center center no-repeat;
background-size: cover;
    background-size: cover;
}

.btn-play {
    position: relative;
    display: block;
    box-sizing: content-box;
    width: 65px;
    height: 75px;
    border-radius: 100%;
    border: none;
    outline: none !important;
    padding: 28px 30px 30px 38px;
    background: #FFFFFF;
}

.btn-play:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 120px;
    height: 120px;
    background: #FFFFFF;
    border-radius: 100%;
    animation: pulse-border 1500ms ease-out infinite;
}

.btn-play:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 120px;
    height: 120px;
    background: #FFFFFF;
    border-radius: 100%;
    transition: all 200ms;
}


.row.g-3.mb-4 {
    align-items: stretch;  /* ✅ row ke sab col equal height lenge */
}

.row.g-3.mb-4 img {
    height: 100%;          /* ✅ har image apne col ke equal height le */
    width: 100%;           /* ✅ col ki width ke hisaab se chale */
    object-fit: cover;     /* ✅ crop hoga, stretch nahi */
    border-radius: 8px;    /* optional rounded look */
}
.hero-heading {
    text-shadow: 3px 3px 9px rgba(51, 51, 51, 0.7);
}



.btn-play span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    left: 13px;
    border-left: 40px solid var(--primary);
    border-top: 28px solid transparent;
    border-bottom: 28px solid transparent;
}


@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(2);
        opacity: 0;
    }
}

.modal-video .modal-dialog {
    position: relative;
    max-width: 800px;
    margin: 60px auto 0 auto;
}

.modal-video .modal-body {
    position: relative;
    padding: 0px;
}

.modal-video .close {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 0px;
    top: -30px;
    z-index: 999;
    font-size: 30px;
    font-weight: normal;
    color: #FFFFFF;
    background: #000000;
    opacity: 1;
}
.btn-play span {
    border-left: 40px solid #ee0000; /* apna color dal do, jaise red, green, blue */
}.video {
    position: relative;
    overflow: hidden;
}

.video::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);  /* Black transparent overlay */
    z-index: 1;
}

.video .container,
.video .container * {
    position: relative;
    z-index: 2;
}
.video h1 {
    color: #fff !important;
    text-shadow: 2px 2px 6px rgba(0,0,0,0.9);
    font-weight: 700;
}
.sub-heading {
    font-weight: 400 !important;   /* ya 400 */
}



/* ✅ Product image fix size */
.product-item img {
    width: 100%;
    height: 250px;        /* sab same height */
    object-fit: cover;    /* crop hoga, stretch nahi */
    border-radius: 10px 10px 0 0; /* rounded top corners (optional) */
}

/* ✅ Card body ka style fix */
.product-item .bg-white {
    min-height: 160px;   /* sabka ek jaisa height */
    display: flex;
    flex-direction: column;
    justify-content: center; /* text vertically center */
}

/* ✅ Title aur description consistency */
.product-item h4 {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 600;
}

.product-item span {
    font-size: 14px;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 3;   /* ✅ yaha number of lines set kar (2 ya 3) */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}




/*** Store ***/
.store-item .store-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: rgba(138, 180, 78, .3);
    opacity: 0;
    transition: .5s;
}

.store-item:hover .store-overlay {
    opacity: 1;
}


/*** Contact ***/
.contact .btn-square {
    width: 100px;
    height: 100px;
    border: 20px solid var(--light);
    background: #a95c28;
    border-radius: 50px;
}

.testimonial {
    background: linear-gradient(rgba(236, 131, 131, 0.4), rgba(204, 123, 112, 0.4)),
                url(../img/hero-image3.jpg) center center no-repeat;
    background-size: cover;
    padding: 80px 0;
}

/* Section Title */
.testimonial .section-title p {
    font-family: "Open Sans", sans-serif;
    font-weight: 400; /* light */
    font-size: 1rem;
    color: #fff;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.testimonial .section-title h1 {
    font-family: "Playfair Display", serif;
    font-weight: 700; /* bold but not extra-heavy */
    font-size: 2.2rem;
    color: #fff;
    margin-bottom: 30px;
    line-height: 1.4;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.3);
}

/* Testimonial Box */
.testimonial-item {
    margin: 0 auto;
    max-width: 650px;
    text-align: center;
    background: #fff;
    border: 8px solid #a1542d;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.1);
    padding: 40px 30px;
}

/* Quote Text */
.testimonial-item p {
    font-family: "Open Sans", sans-serif;
    font-size: 1rem;
    line-height: 1.6;
    color: #555;
    font-style: italic;
    margin-bottom: 20px;
}

/* Client Image */
.testimonial-item img {
    width: 60px !important;
    height: 60px !important;
    border-radius: 50%;
    border: 2px solid #a1542d;
}

/* Client Name */
.testimonial-item h5 {
    font-family: "Playfair Display", serif;
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 3px;
    color: #222;
}

/* Client Role */
.testimonial-item span {
    font-family: "Open Sans", sans-serif;
    font-size: 0.9rem;
    color: #a1542d;
}

/* Carousel Dots */
.testimonial-carousel .owl-dots {
    margin-top: 25px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 12px;
    height: 12px;
    background: #ee0000;
    border-radius: 50%;
    transition: .4s;
}

.testimonial-carousel .owl-dot.active {
    width: 28px;
    border-radius: 12px;
    background: var(--dark);
}

/*** Footer ***/
.footer {
    color: #B0B9AE;
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #B0B9AE;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #a1542d;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: var(--light);
    letter-spacing: 1px;
    box-shadow: none;
}

.copyright {
    color: #B0B9AE;
}

.copyright {
    background: #252525;
}

.copyright a:hover {
    color: #FFFFFF !important;
}
.fab .fa-twitter{

}

/* Gallery Images Styling */
.container-xxl .row.g-4 img {
    height: 260px;              /* sab images same height */
    width: 100%;
    object-fit: cover;          /* crop aur fit karega */
    border-radius: 15px;        /* thoda rounded */
    transition: all 0.5s ease;  /* smooth effect */
    box-shadow: 0 5px 20px rgba(0,0,0,0.15);
}
.copyright a{
    color: #b75400 !important;
}

/* Hover Effect */
.container-xxl .row.g-4 img:hover {
    transform: scale(1.08) rotate(1deg); /* zoom + halka tilt */
    box-shadow: 0 12px 30px rgba(0,0,0,0.3); /* strong shadow */
    filter: brightness(1.1) contrast(1.05) saturate(1.2); /* thoda glow aur rich color */
    cursor: pointer;
}

/* Responsive - mobile pe height choti */
@media (max-width: 768px) {
    .container-xxl .row.g-4 img {
        height: 350px;
        width: 100%;
    }
}
/* Navbar Dropdown Hover */
.navbar .dropdown:hover > .dropdown-menu {
    display: block;
    margin-top: 0; /* smooth positioning */
}
/* Nested Dropdown (Dropend) Hover */
.dropdown-menu .dropend:hover > .dropdown-menu {
    display: block;
    left: 100%;
    top: 0;
    margin-top: 0;
}
.image-fluid {
  width: 100%;
  height: 480px; /* jitni height chahiye utni rakh sakte ho */
  object-fit: cover; /* image crop ho kar fit hogi */
  border-radius: 30px !important; /* optional: thoda rounded corner ke liye */
  box-shadow: 0 4px 12px rgba(0,0,0,0.15); /* optional shadow */
}
.mt-7{
    margin-top: 6rem;
}
@media (max-width: 576px) {
  .brand-section h3 {
    font-size: 20px;
  }
  .brand-section p {
    font-size: 14px;
    line-height: 1.6;
  }
  .brand-section .btn {
    padding: 10px 20px;
    font-size: 14px;
  }
  .row.mb-5 {
    margin-bottom: 3rem !important; /* mt-7 jaisa spacing */
  }
  .image-fluid{
    height: 250px;
  }
}
.card-img-container {
  height: 220px; /* fixed height for image container */
  overflow: hidden;
}

.card-img-container img {
  height: 100%;
  width: 100%;
  object-fit: cover; /* image ko crop karke adjust karega */
}

.card-body {
  min-height: 160px; /* card ka minimum height */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.card-body .card-text {
  flex-grow: 1;
  overflow: hidden;  
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3; /* sirf 3 line tak dikhayega */
  -webkit-box-orient: vertical;
}

.img-fluid{
    border-radius: 15px;
   
}
.image-section{
    height: 350px;
    width: 100%;
}
  