body {
    background: #ffffff;
    font-family: 'Poppins', sans-serif;
}

/* Gold Theme */
.text-gold {
    color: #d4a017 !important;
}

.btn-gold {
    background: #d4a017;
    color: #fff;
    padding: 8px 18px;
    border-radius: 5px;
    transition: 0.3s;
}

.btn-gold:hover {
    background: #b98b12;
    color: #fff;
}
/* HERO BANNER */
.hero-banner {
    width: 100%;
    height: 85vh;
    background: url('../../assets/images/hero-model.jpg') center/cover no-repeat;
    position: relative;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.35);
    backdrop-filter: blur(2px);
}

.hero-content {
    position: absolute;
    top: 50%;
    left: 12%;
    transform: translateY(-50%);
    max-width: 480px;
}

.hero-title {
    font-size: 52px;
    line-height: 1.2;
    font-weight: 700;
    color: #000;
}

.hero-text {
    font-size: 18px;
    color: #444;
    margin-top: 15px;
}

.hero-btn {
    margin-top: 25px;
    padding: 12px 32px;
    background: #d4a017;
    color: #fff;
    font-weight: 600;
    border-radius: 6px;
    text-decoration: none;
    transition: .3s;
}

.hero-btn:hover {
    background: #b98b12;
}

/* SECTION TITLES */
.sec-title {
    font-weight: 600;
    font-size: 28px;
    margin-bottom: 30px;
    text-align: center;
}


/* Product Card */
.product-card {
    /*border-radius: 12px;*/
    overflow: hidden;
    /*transition: transform 0.3s, box-shadow 0.3s;*/
    background: #fff;
}

.product-card img {
    width: 100%;
    height: 340px;
    object-fit: cover;
    transition: transform 0.3s;
}

.product-card:hover {
    /*transform: translateY(-8px);*/
    /*box-shadow: 0 12px 30px rgba(0,0,0,0.2);*/
}

.product-card:hover img {
    /*transform: scale(1.05);*/
}


/* Navbar hover underline */
.nav-hover {
    position: relative;
    transition: 0.3s;
}

.nav-hover::after {
    content: '';
    position: absolute;
    width: 0%;
    height: 2px;
    bottom: -4px;
    left: 0;
    background-color: #d4a017;
    transition: 0.3s;
}

.nav-hover:hover::after {
    width: 100%;
}

/* Footer hover underline */
.footer-hover {
    position: relative;
    transition: 0.3s;
}

.footer-hover::after {
    content: '';
    position: absolute;
    width: 0%;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #d4a017;
    transition: 0.3s;
}

.footer-hover:hover::after {
    width: 100%;
}



.category-box {
    position: relative;
    /*border-radius: 12px;*/
    overflow: hidden;
    cursor: pointer;
    transition: transform 0.3s, box-shadow 0.3s;
}

.category-box img {
    width: 100%;
    height: 408px;
    object-fit: cover;
    display: block;
    transition: scale 0.3s;
}

.category-box:hover img {
    transform: scale(1.08);
}

.category-overlay {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgba(0,0,0,0.45);
    text-align: center;
    padding: 12px 0;
}

.category-name {
    font-size: 18px;
    font-weight: 600;
}

/* Buttons Outline Gold */
.btn-outline-gold {
    border: 2px solid #d4a017;
    color: #d4a017;
    font-weight: 600;
    transition: 0.3s;
    border-radius: 6px;
}

.btn-outline-gold:hover {
    background: #d4a017;
    color: #fff;
}

/* Product Card */
.product-card {
    /*border-radius: 12px;*/
    overflow: hidden;
    /*transition: transform 0.3s, box-shadow 0.3s;*/
    background: #fff;
}

.product-card img {
    width: 100%;
    height: 340px;
    object-fit: cover;
    /*transition: transform 0.3s;*/
}

.product-card:hover {
    /*transform: translateY(-8px);*/
    /*box-shadow: 0 12px 30px rgba(0,0,0,0.2);*/
}

.product-card:hover img {
    /*transform: scale(1.05);*/
}

/* Page Banner Text */
.hero-banner h2 {
    font-size: 36px;
    font-weight: 700;
}
.product-image img {
    height: 500px;
    object-fit: cover;
    /*border-radius: 12px;*/
    transition: transform 0.3s;
}

.product-image img:hover {
    transform: scale(1.03);
}

.price {
    color: #d4a017;
    font-weight: 600;
}

.btn-gold {
    background: #d4a017;
    color: #fff;
    font-weight: 600;
    border-radius: 6px;
    transition: 0.3s;
}

.btn-gold:hover {
    background: #b98b12;
    color: #fff;
}
.table td img {
    border-radius: 8px;
}

.btn-gold {
    background: #d4a017;
    color: #fff;
    font-weight: 600;
    border-radius: 6px;
    transition: 0.3s;
}

.btn-gold:hover {
    background: #b98b12;
}
textarea.form-control {
    resize: none;
}

.table td, .table th {
    vertical-align: middle;
}

.btn-gold {
    background: #d4a017;
    color: #fff;
    font-weight: 600;
    border-radius: 6px;
    transition: 0.3s;
}

.btn-gold:hover {
    background: #b98b12;
}
