/* bootstrap-custom.css */
@font-face {
    font-family: 'Agraham';
    src: url('/innerFolder/fonts/agraham.personal-use.otf') format('opentype');
}

body {
    font-family: sans-serif;
}

/* Logo styling */
.logo {
    font-family: 'Agraham';
    font-size: 50px;
    color: black;
    white-space: nowrap;
}

/* Hero section */
.hero-section {
    position: relative;
    min-height: 100vh;
}

.hero-box {
    position: relative;
    overflow: hidden;
    background-color: black;
    height: 100%;
}

.hero-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bloom-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: 'Agraham';
    color: rgba(255, 255, 255, 0.2);
    font-size: 40px;
    z-index: 2;
    white-space: nowrap;
}

.hero-btn {
    position: absolute;
    bottom: 5%;
    left: 40%;
    background: rgba(255, 255, 255, 0.2);
    color: white;
    border: none;
    font-weight: bold;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.hero-btn:hover {
    background-color: #a020f0 !important;
    transform: scale(1.1);
    color: white;
}

/* About section */
.about-text {
    font-family: 'Playfair Display', sans-serif;
    font-size: 18px;
    font-style: italic;
    line-height: 1.6;
}

@media (max-width: 768px) {
    #about-us {
        padding-top: 2rem;
    }
    .hero-section {
        min-height: auto;
    }
    .bloom-text{
        font-size: 24px;
    }
    .logo {
        font-size: 28px;
    }
}

/* Header styling */
.delivery-text {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.navbar {
    background-color: darkslategray;
!important;
    gap: 30px;
}

.navbar-nav .nav-link {
    white-space: nowrap;
    padding: 0 10px;
}

.navbar a {
    color: white !important;
    text-decoration: none;
    text-align: center;
!important;
}

.navbar a:hover {
    color: lightsalmon !important;
}

.navbar-toggler-icon {
    color: white;
}


.row a:hover {
    color: lightsalmon !important;
}

i {
    color: white;
}

.card {
    background-color: #ececec;
    border-radius: 10px;
    padding: 15px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.4);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card:hover {
    transform: translateY(-6px);
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.4);
}

.card-img-top {
    height: 250px;
    object-fit: cover;
}

.card-footer {
    background-color: #ececec;
}

.add-to-cart-btn, .btn-send {
    background-color: darkslategray;
    color: white;
}

.add-to-cart-btn:hover, .btn-send:hover {
    background-color: #a020f0;
    transform: scale(1.1);
    color: white;
}

.btn-send {
    padding: 5px 15px;
}

.intro .title {
    font-family: 'Playfair Display', sans-serif;
    font-size: 30px;
}

.intro .lead {
    font-family: 'Playfair Display', sans-serif;
    font-size: 16px;
    font-style: italic;
    line-height: 2em;
}

.about {
    font-family: 'Playfair Display', sans-serif;
    font-size: 16px;
    font-style: italic;
    line-height: 2em;
}

.list-unstyled .mb-3 {
    font-family: 'Playfair Display', sans-serif;
}

.quantity-btn {
    background: darkslategray;
    color: white;
    border: none;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 16px;
    margin: 2px;
}

.quantity-btn:hover {
    background-color: darkslategray;
    color: salmon;
}

#cartNotification {
    position: fixed;
    top: 30px;
    right: 20px;
    background-color: salmon;
    color: white;
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
    z-index: 1050;
    display: none;
}

.signboard {
    height: 100vh;
}

.signboard img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.info-contact h3, fieldset .mb-3 {
    font-family: 'Playfair Display', sans-serif;
    font-size: 18px;
    line-height: 1.6em;
}

.mailForm {
    background-color: darkslategray;
    color: white;
}

.login-card {
    background-color: white;
    max-width: 400px;
    margin: auto;
}

.register-card {
    background-color: white;
    max-width: 550px;
    margin: auto;
}

.btn-modal, .view-all {
    color: darkslategray;
}

.btn-modal:hover, .view-all:hover {
    color: salmon;
}

.btn-link {
    color: darkslategray;

}

.btn-link:hover {
    color: salmon;
}

.actions {
    background-color: darkslategray;
    color: white;
    padding: 4px 10px;
}

.actions:hover {
    background-color: darkslategray;
    color: salmon;
}


.btn-group {
    gap: 5px;
}

.description-cell {
    max-width: 200px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 768px) {
    .description-cell {
        max-width: 120px;
    }
}

.table-responsive {
    overflow-x: auto;
}

.sales-list {
    max-height: 100px;
    overflow-y: auto;
}

.list-group-item {
    background-color: transparent !important;
}

.current-info .list-group-item {
    background-color: transparent !important;
}

.cart-badge {
    position: absolute;
    top: -10px;
    left: 20px;
    background-color: salmon;
    color: white;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    font-size: 11px;
    font-weight: bold;
}

.cart-badge.hidden {
    display: none;
}

.cart-link{
    position: relative;
    display: inline-block;
}

.gift-title{
    font-family: 'Playfair Display', sans-serif;
    font-style: italic;
}

.dropdown-item:hover{
    background-color: lightgray;
}
.modal.show {
    display: block !important;
}


.dashboard-card {
    background-color: darkslategray;
    color: #ececec;
    min-height: 120px;
}

.dashboard-btn:hover {
    background-color: darkslategray;
    color: salmon;
}
.actions {
    word-wrap: break-word;
    hyphens: auto;
    line-height: 1.2;
}
.statistics{
    color: black;
}

.number{
    font-size:18px;
    font-weight: bold;
}
