﻿body {
    padding-top: 70px;
    background-color: #fff5f8;
    font-family: 'Segoe UI', Arial, sans-serif;
}


/* Navbar */

.navbar {
    background-color: #c2185b;
    border: none;
}

.navbar-brand {
    color: white !important;
    font-size: 22px;
    font-weight: bold;
}

.navbar-nav > li > a {
    color: white !important;
    font-size: 16px;
}

    .navbar-nav > li > a:hover {
        background-color: #ad1457 !important;
    }



/* العناوين */

h1, h2, h3 {
    color: #c2185b;
    text-align: center;
    font-weight: bold;
}



/* الكروت الخاصة بالزهور */

.flower-card {
    background: white;
    border-radius: 15px;
    padding: 20px;
    margin: 15px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    text-align: center;
    transition: 0.3s;
}


    .flower-card:hover {
        transform: translateY(-5px);
    }



    .flower-card img {
        width: 200px;
        height: 200px;
        object-fit: cover;
        border-radius: 15px;
    }



/* الأسعار */

.price {
    color: green;
    font-size: 20px;
    font-weight: bold;
}



/* الأزرار */

.btn {
    border-radius: 20px;
    padding: 8px 20px;
}



.btn-primary {
    background-color: #c2185b;
    border-color: #c2185b;
}



    .btn-primary:hover {
        background-color: #880e4f;
    }



.btn-success {
    background-color: #43a047;
}



.btn-danger {
    background-color: #e53935;
}



.btn-warning {
    background-color: #fb8c00;
}



/* الفورم */

.form-control {
    border-radius: 10px;
    height: 40px;
}



textarea.form-control {
    height: 100px;
}



/* الجداول */

.table {
    background-color: white;
    border-radius: 10px;
    overflow: hidden;
}



    .table th {
        background-color: #c2185b;
        color: white;
        text-align: center;
    }



    .table td {
        text-align: center;
        vertical-align: middle;
    }



/* الصفحة الرئيسية */

.body-content {
    background: white;
    padding: 30px;
    border-radius: 15px;
    margin-top: 20px;
}



/* الفوتر */

footer {
    text-align: center;
    color: #777;
    padding: 20px;
}
