/* Hero Section */
.hero {
    background-image: url('path_to_your_image.jpg');
    background-size: cover;
    background-position: center;
    height: 60vh;
}

.hero h1, .hero p {
    color: white;
}

.hero .btn {
    border: 2px solid white;
    padding: 10px 20px;
    color: white;
}

.products .card {
    border: none;
}

.products .card img {
    height: 200px;
    object-fit: contain;
}

.features i {
    font-size: 3rem;
    color: #28a745;
}

.features p {
    font-size: 1.1rem;
}
.product-card {
      border: 1px solid #ddd;
      border-radius: 8px;
      padding: 15px;
      text-align: center;
      background-color: #fff;
      box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
    }
    .product-card img {
      max-width: 100%;
      height: auto;
      margin-bottom: 10px;
    }
    .product-card h5 {
      font-size: 18px;
      font-weight: bold;
    }
    .product-card .price {
      font-size: 16px;
      color: #e74c3c;
      font-weight: bold;
    }
    .view-more-btn {
      background-color: #c0392b;
      color: white;
      border: none;
      padding: 10px 20px;
      border-radius: 25px;
      text-transform: uppercase;
    }
    .view-more-btn:hover {
      background-color: #e74c3c;
    }
    
    .product-card2 {
      border: 1px solid #ddd;
      border-radius: 8px;
      padding: 15px;
      text-align: left;
      background-color: #fff;
      box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
    }
    .product-card2 img {
      max-width: 100%;
      height: auto;
      margin-bottom: 10px;
    }
    .product-card2 h5 {
      font-size: 18px;
      font-weight: bold;
    }
    .product-card2 .price {
      font-size: 16px;
      color: #e74c3c;
      font-weight: bold;
    }
    .view-more-btn2 {
      background-color: #c0392b;
      color: white;
      border: none;
      padding: 10px 20px;
      border-radius: 25px;
      text-transform: uppercase;
    }
    .view-more-btn2:hover {
      background-color: #e74c3c;
    }
    .section-header2 {
      text-align: center;
      margin-bottom: 40px;
    }
    .section-header2 img {
      margin: 20px 0;
      max-width: 180px;
    }
    .search-section {
      background-image: url('spicecorporation-background.jpg');
      background-size: cover;
      background-position: center;
      text-align: center;
      padding: 50px 0;
      color: white;
    }
    .search-section h2 {
      font-size: 24px;
      margin-bottom: 10px;
    }
    .search-section input {
      width: 60%;
      padding: 10px;
      margin-top: 20px;
      border-radius: 5px;
      border: 1px solid #ddd;
    }
    .search-section button {
      padding: 10px 30px;
      margin-left: 10px;
      border: none;
      background-color: #2c5f2d;
      color: white;
      border-radius: 5px;
    }
    .sale-section {
      background-color: #d3e4c8;
      padding: 50px 0;
      text-align: center;
    }
    .sale-section h2 {
      font-weight: bold;
    }
    .sale-section .product-card-sale {
      background-color: white;
      border: 1px solid #ddd;
      border-radius: 8px;
      padding: 15px;
      text-align: left;
      box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
    }
    .sale-section .product-card-sale img {
      max-width: 100%;
      margin-bottom: 10px;
    }
    .sale-section .sale-badge {
      position: absolute;
      top: 10px;
      left: 10px;
      background-color: #c0392b;
      color: white;
      padding: 5px 10px;
      font-size: 14px;
      border-radius: 5px;
    }
    .sale-section .price-sale {
      font-size: 16px;
      color: #e74c3c;
      font-weight: bold;
    }
    .sale-section .more-sale-btn {
      background-color: #2c5f2d;
      color: white;
      padding: 10px 20px;
      border: none;
      border-radius: 25px;
    }
    .more-sale-btn:hover {
      background-color: #3d7342;
    }

 .brand-logo img {
      max-width: 100px; /* Limiting logo size */
      margin: 10px;
    }
    .card-body {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
    }
    .card-text {
      flex-grow: 1; /* Ensures the button aligns to the bottom */
    }
    

.master-product  .product-image {
      background: url('imgs/spice-corporationHeader.png') center center/cover no-repeat;
      height: 400px; /* Adjust height as needed */
    }
.master-product  .heart-icon {
      position: absolute;
      top: 15px;
      right: 15px;
      font-size: 24px;
      color: #d3d3d3;
      cursor: pointer;
    }
.master-product  .heart-icon:hover {
      color: #ff6868;
    }
.master-product  .tag {
      background-color: #77c593;
      color: white;
      padding: 5px 10px;
      border-radius: 5px;
      font-size: 0.9em;
    }
.master-product  .price-tag {
      color: #333;
      font-size: 2.5em;
      font-weight: bold;
    }
.master-product  .input-group-text {
      border-radius: 0.75rem;
      border: 1px solid #ccc;
    }
.master-product .form-select,
    .master-product  .form-control {
      border-radius: 0.75rem;
    }
.master-product .btn-custom {
      background-color: #4CAF50;
      color: white;
      padding: 10px 25px;
      border-radius: 0.75rem;
      font-size: 1.1em;
    }
.master-product  .accordion-button {
      background-color: white;
      color: #333;
    }
.master-product  .accordion-body {
      font-size: 0.95em;
    }
    
    
.pre-footer.dark-green-bg {
      background-color: #004225; /* Dark green background */
      color: white; /* White text color */
      padding: 30px 20px; /* Padding for spacing */
    }
.pre-footer .container-custom {
      max-width: 1200px; /* Maximum width of the container */
      margin: auto; /* Centering the container */
    }
.pre-footer .newsletter-signup, .loyalty-signup {
      margin-bottom: 20px; /* Margin bottom for spacing */
    }
.pre-footer .btn-custom {
      background-color: white; /* White background for buttons */
      color: #004225; /* Dark green text color */
      border: 2px solid white; /* White border */
      padding: 10px 20px; /* Padding inside the button */
      font-weight: bold; /* Bold font for text */
    }
.pre-footer .btn-custom:hover {
      background-color: #f8f8f8; /* Light grey background on hover */
    }
.pre-footer .form-control {
      border-radius: 0; /* No border radius for form inputs */
      border: 2px solid white; /* White border for input */
    }
.pre-footer .input-group-text {
      background-color: #004225; /* Dark green background for input group text */
      border: 2px solid white; /* White border for input group text */
      color: white; /* White text color */
    }
  .footer {
      background-color: #f0f0f0; /* Light grey background */
      padding: 20px 0; /* Padding around the footer */
      font-family: Arial, sans-serif; /* Consistent font */
    }
    .footer h5 {
      color: #333; /* Dark text for headings */
      margin-bottom: 15px; /* Space below headings */
    }
    .footer ul {
      list-style-type: none; /* Remove default list styling */
      padding: 0; /* Remove default padding */
    }
    .footer li a {
      color: #666; /* Dark grey text links */
      text-decoration: none; /* No underline */
    }
    .footer li a:hover {
      text-decoration: underline; /* Underline on hover */
    }
    .social-icons img {
      margin-right: 10px; /* Spacing between icons */
      width: 24px; /* Icon size */
    }
    .company-logo {
      margin-top: 20px; /* Space above the logo */
      margin-bottom: 20px; /* Space below the logo */
    }

    .product.card {
       border: 1px solid #e1e1e1; /* Thin grey border */
      transition: box-shadow .3s;
      box-shadow: 0 4px 8px rgba(0,0,0,0.1);
      cursor: pointer;
      overflow: hidden; /* Ensures no overflow from content */
    }
    .product .card:hover {
      box-shadow: 0 8px 16px rgba(0,0,0,0.2);
    }
    .product .product-image img {
      height: auto; /* Adjust height automatically */
     
      width: 100%; /* Full width of the card */
    }
    .product.price {
      color: #FF5722;
      font-size: 1.2rem;
      font-weight: bold;
      margin: 5px 0;
    }
    .product .product-name {
      font-size: 1.4rem;
      color: #333;
      font-weight: bold;
      margin: 5px 0;
    }
    .product .product-description {
      color: #666;
      font-size: 0.9rem;
      margin-bottom: 10px;
    }
 .product .buy-btn {
  background-color: #dc3545; /* Set the button color to Bootstrap's danger color */
  color: white;
  border: none;
  padding: 10px;
  width: 100%;
  border-radius: 5px;
  margin-top: auto; /* Aligns the button to the bottom */
  transition: background-color .3s; /* Smooth transition for background color change */
}

.product .buy-btn:hover {
  background-color: #c82333; /* Darker shade for hover effect */
}
    .wishlist-icon {
      position: absolute;
      top: 10px;
      right: 10px;
      color: #FF5722;
      font-size: 1.5rem;
    }
.product .wishlist-icon:hover {
      color: #FF4500;
    }
    
.mini-cart {
    width: 250px; /* Adjust the width as needed */
    position: absolute;
    right: 0; /* Ensure the mini cart is aligned with the right edge of the cart icon */
    top: 100%; /* Position below the cart icon */
    z-index: 1000;
    background-color: white;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
    overflow: hidden; /* Prevents any overflow within the mini cart */
}

.mini-cart-item {
    display: flex;
    justify-content: space-between;
    padding: 8px;
    border-bottom: 1px solid #ddd;
}

.mini-cart-item:last-child {
    border-bottom: none;
}

.mini-cart-item img {
    width: 50px;
    height: 50px;
    object-fit: cover;
}

.mini-cart-item .item-info {
    flex-grow: 1;
    margin-left: 10px;
}

.mini-cart-item .item-info h6 {
    margin: 0;
    font-size: 14px;
}

.mini-cart-item .item-info span {
    font-size: 12px;
    color: #999;
}

     .feature-section {
            padding: 40px 0; /* Increased padding */
            text-align: center;
        }
        .feature {
            margin: 10px;
            padding: 20px;
            border-radius: 15px; /* Rounded corners for soft look */
            background: linear-gradient(120deg, #649765, #2c5f2d); /* Pleasing gradient */
            color: white;
            box-shadow: 0 8px 16px rgba(0,0,0,0.15); /* Subtle shadow for depth */
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            transition: transform 0.3s ease, box-shadow 0.3s ease; /* Smooth transitions */
        }
        .feature:hover {
            transform: scale(1.05); /* Slight scale up on hover */
            box-shadow: 0 12px 20px rgba(0,0,0,0.2); /* Deeper shadow on hover */
        }
        .feature-icon {
            font-size: 60px; /* Larger icon size */
            margin-bottom: 20px; /* Space below icon */
        }
        .feature h4 {
            font-size: 20px; /* Larger font size for heading */
            margin-bottom: 10px; /* Space below heading */
        }
        .feature p {
            font-size: 16px; /* Readable text size */
        }


.procore .product-card {
            border: 1px solid #ddd;
            border-radius: 5px;
            padding: 15px;
            text-align: center;
            margin: 10px;
            box-shadow: 0 2px 5px rgba(0,0,0,0.1);
        }
.procore .product-card img {
            width: 100%;
            height: auto;
            margin-bottom: 10px;
        }
.procore .brand-label {
            font-size: 12px;
            color: #666;
            margin-bottom: 5px;
            display: inline-block;
            background: #f1f1f1;
            border-radius: 5px;
            padding: 3px 10px;
            font-weight: bold;
        }
.procore .add-to-cart-btn, .wishlist-btn {
            font-size: 14px;
            color: white;
            background-color: #007bff;
            border: none;
            padding: 5px 10px;
            border-radius: 5px;
            cursor: pointer;
            margin: 5px;
        }
.procore .wishlist-btn {
            background-color: #ff4081;
        }
        .reviews {
            color: #ffcc00;
        }
        
.tfproshowcase .card {
            margin-bottom: 20px;
            border: 1px solid #e1e1e1;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        }
.tfproshowcase .product-image img {
            height: 200px;
            object-fit: cover;
            width: 100%;
        }
.tfproshowcase .price {
            color: #dc3545;
            font-weight: bold;
            font-size: 1.5rem;
        }
.tfproshowcase .card-body {
            text-align: center;
        }
        
        
        
        
        
        
.custom-nav .navbar {
            background-color: #232f3e;
            color: #fff;
}
.custom-nav  .navbar a, .navbar button {
            color: #fff;
            margin-left: 10px;
        }

.custom-nav  .search-bar {
            width: 50%;
        }
.custom-nav .form-control {
            padding: 12px;
            border: none;
            border-radius: 0;
            background: lightgray;
            color: black;
        }
.custom-nav .form-control:focus {
            box-shadow: none;
            border-color: #ff9900;
        }
.custom-nav .navbar-toggler {
            border-color: rgba(255, 255, 255, 0.1);
        }
.custom-nav .navbar-collapse {
            justify-content: space-between;
        }
.custom-nav .nav-flag-icon {
            width: 20px;
        }
.custom-nav .navbar-brand img {
            height: 30px;
        }
.custom-nav .dropdown-menu {
            background: #232f3e;
            border: none;
        }
.custom-nav .dropdown-item {
            color: #fff;
        }
.custom-nav .dropdown-item:hover {
            background: #485769;
        }


.mini .nav-link{
    font-size:14px !important;
    color:#fff !important;
}
.btn{
    
    border-radius:0px !important;
}

#searchResult {
    position: absolute;
    width: 40%;
    background: #fff;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    border-radius: 5px;
    margin-top:40px !important;
    z-index: 1000;
    display: none; /* Initially hidden */
    padding:20px !important;
}

#searchResult .list-group-item {
    padding: 10px 15px;
    border: none; /* Remove borders between items */
    border-radius: 0; /* Flat edges */
}

#searchResult .list-group-item a {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: black;
}

#searchResult .list-group-item img {
    margin-right: 10px;
    width: 50px; /* Set image size */
    height: auto;
    border-radius: 50%; /* Circular images */
}

#searchResult .list-group-item:hover {
    background-color: #f8f9fa;
}

#searchResult .list-group-item:not(:last-child) {
    border-bottom: 1px solid #ddd; /* Add a separator */
}

/* Responsive */
@media (max-width: 768px) {
    .hero {
        height: 40vh;
    }
    .mini-cart {
        right: auto;
        left: 0;
        width: 100%; /* Expand the mini cart to full width on smaller screens */
    }
}

.cal .product-card {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border: none;
    margin-bottom: 20px;  /* Space between cards when wrapped */
}

.cal .card-img-top {
    width: 100%;
    height: auto;  /* Adjust height as needed to maintain aspect ratio */
    object-fit: cover;
}

.cal .card-body {
    padding: 15px;
    text-align: center;
}

.cal .card-title {
    font-size: 16px;
    margin-bottom: 10px;
}

.cal .price {
    font-weight: bold;
    margin-bottom: 5px;
}

.cal .discount {
    color: green;
    font-weight: normal;
}

.cal .delivery-info {
    font-size: 14px;
    color: gray;
    margin-bottom: 10px;
}

.cal.btn-warning {
    background-color: #ffc107;
    color: black;
    width: 100%;
    border: none;
}

.cal .btn-warning:hover {
    background-color: #e0a800;
}

/* Footer Styles */
.footer {
    background-color: #172337; /* Dark background for footer */
    color: #fff;
}

.footer h5 {
    color: #fff;
    font-size: 16px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.footer ul {
    padding-left: 0;
}

.footer ul li {
    list-style: none;
    margin-bottom: 10px;
}

.footer ul li a {
    color: #bbb;
    text-decoration: none;
    font-size: 14px;
}

.footer ul li a:hover {
    color: #fff;
    text-decoration: underline;
}

.footer p {
    font-size: 14px;
    color: #bbb;
}

.footer .social-icons a {
    font-size: 20px;
    margin-right: 15px;
}

.footer .social-icons a:hover {
    color: #fff;
}

.payment-icons img {
    width: 40px;
    margin: 0 10px;
}

.btn-outline-warning {
    color: #ffa41c;
    border-color: #ffa41c;
}

.btn-outline-warning:hover {
    background-color: #ffa41c;
    color: #fff;
}

@media (max-width: 768px) {
    .footer .row div {
        margin-bottom: 20px;
    }
}




