/* DivineVines Global Styles */
* {
    font-family: 'Cormorant Garamond', serif !important;
    font-weight: 400;
    letter-spacing: 0.2px;
}

body {
    font-size: 20px;
    line-height: 1.7;
    color: #2c2c2c;
}

table, input {
    font-size: 20px;
    line-height: 1.7;
    color: #2c2c2c;
}

/* Hero Section */
.divine-hero {
    background: linear-gradient(to right, #4b1c1c, #7e3e3e);
    color: #fff;
    padding: 100px 30px;
    border-radius: 12px;
    text-align: center;
}

.divine-hero h1 {
    font-size: 3.2rem;
    font-weight: 700;
    margin-bottom: 20px;
}

.divine-hero p {
    max-width: 720px;
    margin: 0 auto 30px;
    font-size: 1.3rem;
    line-height: 1.8;
}

.divine-hero .btn {
    font-size: 1.2rem;
    padding: 14px 34px;
}

/* About Section */
.divine-about {
    padding: 80px 20px;
    text-align: center;
}

.divine-about h2 {
    font-size: 2.4rem;
    font-weight: 600;
    color: #4b1c1c;
    margin-bottom: 25px;
}

.divine-about p {
    font-size: 1.2rem;
    color: #333;
}


/* Regional Wines Banner */
.regional-cta-banner {
    position: relative;
    background: url('../img/yard.jpg') center center / cover no-repeat;
    min-height: 400px;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
}

.regional-cta-banner .overlay {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 0;
}

.regional-cta-banner h2,
.regional-cta-banner p {
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.8);
}

.newsletter-section {
    background-color: #5a5a5a;
    color: #fff;
}

.newsletter-section h2,
.newsletter-section p {
    color: #fff;
}



/* Buttons */
.btn-wine {
    background-color: #993333;
    color: #fff;
    font-weight: 500;
    border: none;
    border-radius: 6px;
    padding: 12px 28px;
    font-size: 1rem;
    transition: all 0.3s ease;
}

.btn-wine:hover {
    background-color: #7a2929;
    color: #fff;
}

/* Cards */
.card {
    background-color: #fff;
    border-radius: 12px;
    transition: transform 0.2s ease;
}

.card:hover {
    transform: scale(1.02);
}

.card-title {
    color: #4b1c1c;
    font-weight: 600;
    font-size: 1.4rem;
    margin-bottom: 8px;
}

/* Hero Banner */
.hero-banner {
    background: url('../img/ChutterSnap.jpg') center center / cover no-repeat;
    width: 100%;
    min-height: 100vh;
    position: relative;
    margin: 0;
    padding: 0;
}

.hero-banner .overlay {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 0;
}

.hero-banner h1,
.hero-banner p {
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.6);
}


/* Forms & Inputs */
.form-control {
    border-radius: 10px;
    padding: 14px;
    font-size: 1.05rem;
    box-shadow: none;
}

/* Responsive Enhancements */
@media (min-width: 992px) {
    .card-body {
        padding: 2.5rem;
    }
    .card h2 {
        font-size: 2.2rem;
    }
    .btn-wine {
        font-size: 1.05rem;
    }
}

/* Tables */
.table {
    border-collapse: separate;
    border-spacing: 0;
    font-size: 0.98rem;
    border: 1px solid #eee;
}

.table th, .table td {
    vertical-align: middle;
    padding: 14px;
}

.table th {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 0.85rem;
}

.table-hover tbody tr:hover {
    background-color: #fff6f2;
}

.table thead {
    background-color: #f8f1ec;
    color: #4b1c1c;
}

.table thead th {
    position: sticky;
    top: 0;
    z-index: 1;
}

/* Toast */
.toast.text-bg-success {
    background-color: #7b2e2e !important;
    color: #fff;
}

/* Login & Contact */
.bg-wine {
    background-color: #5a1e1e;
}

.contact-section,
.login-section {
    background-color: #fff8f5;
}

/* Sidebar filter */
.form-check-label {
    font-weight: 400;
    color: #333;
}

.form-check-input {
    margin-top: 0.3rem;
}

/* Page background */
.page-bg {
    background-color: #f9f4f1;
    min-height: 100vh;
}

/* Use a more readable font for all numbers */
.total-price,
.alert strong,
input[type="number"],
.price-highlight,
.qty-highlight,
.cart-total-amount,
.bank-num {
    font-family: 'Lato', sans-serif !important;
}

.total-price,
.price-highlight,
.qty-highlight,
.cart-total-amount {
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: 0.3px;
}

.bank-num {
    font-weight: 400;
    font-size: 0.9rem;
    letter-spacing: 0.1px;
}

/* ============================ */
/* DivineVines Admin Dashboard  */
/* ============================ */
.admin-header {
    font-family: 'Cormorant Garamond', serif;
    color: #4b1c1c;
    font-weight: 700;
    font-size: 2.8rem;
}

.admin-container {
    padding: 40px 20px;
    background-color: #fff8f5;
    border-radius: 20px;
}

/* Admin Dashboard Cards */
.admin-card {
    font-family: 'Lato', sans-serif;
    padding: 2rem;
    border-radius: 14px;
    background-color: #fff;
    transition: all 0.3s ease;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.04);
    border: 3px solid transparent;
    width: 100%;              
    text-align: center;      
}


.admin-card:hover {
    transform: translateY(-3px);
}

.admin-card h4 {
    font-family: 'Cormorant Garamond', serif;
    font-weight: 700;
    font-size: 2rem;
    color: #4b1c1c;
    margin-bottom: 0.5rem;
}

.admin-card p {
    color: #4b1c1c;
    font-size: 1.1rem;
    margin-bottom: 0;
}

/* Wine-themed borders */
.border-wine { border-color: #4b1c1c !important; }
.border-gold { border-color: #e2b646 !important; }
.border-dark { border-color: #3a2c2c !important; }
.divine-border-wine { border-color: #4b1c1c !important; }
.divine-border-rose { border-color: #7e3e3e !important; }
.divine-border-gold { border-color: #f4c542 !important; }
.divine-border-dark { border-color: #3a2c2c !important; }

/* Admin Sidebar */
.nav-link {
    font-size: 1rem;
    font-family: 'Lato', sans-serif;
    padding: 10px 16px;
    border-radius: 8px;
    transition: background-color 0.3s ease;
}

.nav-link:hover,
.nav-link.active {
    background-color: #7e3e3e;
    color: #fff !important;
}

.sidebar .nav-link i {
    font-size: 1.1rem;
}

.toast.text-bg-success {
    background-color: #7b2e2e !important;
    color: #fff;
}

.text-wine {
    color: #7d2c32 !important;
}

/* About us */

.about-hero {
    background: url('../img/GrapeFarm.jpg') center/cover no-repeat;
    height: 60vh;
    position: relative;
    padding: 60px 20px;
}

.about-hero .overlay {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 0;
}

.about-hero h1,
.about-hero p {
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
}

@media (max-width: 768px) {
    .about-hero {
        height: auto;
        padding: 80px 20px;
    }
}

.btn-outline-wine {
    border: 1.5px solid #993333;
    color: #993333;
    background-color: transparent;
    border-radius: 6px;
    transition: all 0.3s ease;
    padding: 6px 16px;
}

.btn-outline-wine:hover {
    background-color: #993333;
    color: #fff;
}

.terms-section {
    background: linear-gradient(to bottom, #fff8f5, #f9f4f1);
    padding: 60px 20px;
    border-radius: 12px;
    color: #3a2c2c;
}

.terms-section h2 {
    color: #7e3e3e;
    font-weight: bold;
}

.terms-section h5,
.terms-section h6 {
    color: #993333;
    font-weight: 1000;
    font-size: large;
}

.terms-section p,
.terms-section li {
    font-size: 1.05rem;
    line-height: 1.7;
}

