/* ===== CATEGORY SECTIONS ===== */
/* .category-section {
  background: #fafafa;
} */
main .container{
/*  min-height: calc(100vh - 58px)!important;*/
  position: relative;
  z-index:5;
}
.main-page-container{
  padding-top: 32px;
  position: relative;
}
.section-title {
  text-align: center;
  margin-bottom: 40px;
  font-weight: 600;
}

.section-title h2 {
  font-weight: 700;
}

.section-title p {
  color: #777;
  font-size: 15px;
}
.header-container{
  margin:32px 0px;
  position: relative;
}
.aroma-product-title{
   /* color: #4A3620;
  letter-spacing: 0.6px; */
  background: linear-gradient(90deg, #1F7A5A, #C9A441); 
    -webkit-background-clip: text; 
    -webkit-text-fill-color: transparent; 
    font-weight: 700;
}
.aroma-product-dec{
  color: #424242;
}
/* ===== IMAGE CARDS ===== */
.category-section{
    border-radius: 10px;
}
.category-img-card {
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 6px 20px rgba(0,0,0,.08);
  transition: .3s;
}

.category-img-card:hover {
  transform: translateY(-6px);
}

.category-img-card img {
  width: 100%;
  height: 250px;
  object-fit: inherit;
}

.category-img-card .content {
  padding: 16px;
}

.category-img-card h6 {
  margin: 0;
  font-weight: 600;
}

.category-img-card span {
  font-size: 13px;
  color: #777;
}


.navbar-dark .navbar-toggler {
    color: transparent;
    border-color: transparent;
}
.navbar-toggler:focus {
    box-shadow: unset;
}


/* DEFAULT (menu closed) → hamburger */
/* .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=UTF8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='white' stroke-width='2' stroke-linecap='round' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
} */

/* MENU OPEN → close (X) */
/* .navbar-toggler:not(.collapsed) .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=UTF8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='white' stroke-width='2' stroke-linecap='round' d='M6 6l18 18M24 6L6 24'/%3E%3C/svg%3E");
} */


/* Remove default hamburger icon */
/* .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=UTF8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
} */

/* Cross (X) icon when menu open */
/* .navbar-toggler.collapsed .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=UTF8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='white' stroke-width='2' stroke-linecap='round' d='M6 6l18 18M24 6L6 24'/%3E%3C/svg%3E");
  width:24px;
} */



.category-card {
  border-radius: 14px;
  padding: 25px;
  background: #fff;
  box-shadow: 0 6px 20px rgba(0,0,0,.08);
  text-align: center;
  transition: .3s;
}
.category-card:hover {
  transform: translateY(-5px);
}
.enquiry-box {
  background: #f8eaea;
  padding: 25px;
  border-radius: 12px;
}
/* ===== NAVBAR DROPDOWN ===== */
.dropdown-hover {
  position: relative;
}

/*.dropdown-menu-custom {
      position: absolute;
    top: 100%;
    left: 0;
    min-width: 230px;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 12px 40px rgba(0, 0, 0, .15);
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: .25s ease;
    list-style: none;
    padding: 8px 0;
    z-index: 10;
}*/

/*.dropdown-menu-custom a {
  display: block;
  padding: 10px 18px;
  text-decoration: none;
  color: #333;
  font-size: 14px;
}*/

/*.dropdown-menu-custom a:hover {
  background: #f5f7fa;
}*/

.products-background-overlay{
  background: url('Images/productsbackgroundImage.png');
  background-position: center;  
  background-repeat: no-repeat;
  background-size: cover;
  position: fixed;
  height: 100vh;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

@media screen and (max-width:992px){
.navbar .nav-link::after {
  background: unset;
}
.navbar-nav {
    margin-top: 8px;
    gap: 0px!important;
}
}











.product-card h3 {
    font-size: 18px;
    padding-top: 16px;
    color: #4c3a2f;
}

.product-icon {
    opacity: 0.85;
    filter: sepia(20%) saturate(70%);
}

.product-icon {
    fill: #7A6A3D;
}

.product-card {
    position: relative;
    overflow: hidden;
    background: linear-gradient(180deg, #FFF7EA 0%, #ffd3c3 100%);
    border-radius: 22px;
    padding: 40px 20px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.06), inset 0 1px 0 rgba(255,255,255,0.6);
    transition: transform 0.35s ease, box-shadow 0.35s ease;
    cursor: pointer;
}

    .product-card::before {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 0;
        background: linear-gradient( 180deg, #ffbc7f 0%, #ffd3a3 100% );
        transition: height 0.35s ease;
        z-index: 1;
    }

    .product-card:hover::before {
        height: 100%;
    }

    .product-card:hover {
        transform: translateY(-6px);
        box-shadow: 0 18px 40px rgba(0,0,0,0.12);
    }

    .product-card * {
        position: relative;
        z-index: 2;
    }