body {
    /* background: linear-gradient(to right, #e0eafc, #cfdef3); */
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #333;
    margin: 0;
    padding: 0;
}

.navbar {
    background:  #742C2C !important;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    padding: 20px;  
}

.navbar-brand img {
    height: 50px;
    transition: transform 0.3s ease;
}

.navbar-brand img:hover {
    transform: scale(1.05);
}

.navbar-nav .nav-link {
    color: #ffffff !important;
    font-weight: 500;
    padding: 10px 15px;
    transition: all 0.3s ease;
    border-radius: 5px;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
    background-color: rgba(255, 255, 255, 0.2);
    color: #f2f1eb !important;
}

.dropdown-menu {
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    animation: fadeIn 0.3s ease-in-out;
}

.dropdown-item {
    padding: 10px 20px;
    transition: background 0.2s ease, color 0.2s ease;
}

.dropdown-item:hover {
    background-color: #f0f0f0;
    color: #b4bec9;
}

h2 {
    font-weight: bold;
    margin-top: 40px;
    color: #742C2C;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.carousel {
    margin-top: -16px;
    /* border-radius: 15px;  */
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    height: 100%;
}

.carousel-item img {
    height: 100%;
    object-fit: cover;
}

.container.form-box {
    width: 90%;
    max-width: 600px;
    margin: 60px auto;
    background-color: #fff;
    padding: 30px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
    border-radius: 12px;
}

label {
    font-weight: 600;
    color: #742C2C !important;
}

input[type="file"] {
    padding: 10px;
}

.form-control {
    margin-top: 5px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

button.submit-btn {
    background-color: #7e57c2;
    color: #fff;
    border: none;
    padding: 12px 24px;
    border-radius: 6px;
    font-weight: bold;
    cursor: pointer;
    display: block;
    margin: 25px auto 0;
    transition: background-color 0.3s;
}

button.submit-btn:hover {
    background-color: #5e35b1;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.footer {
    width: 100%;
    float: left;
    text-align: center;
    height: 70px;
    background: gray;
    margin-top: 30% !important;
}

.footer-content {
    margin-top: 2%;
    color: white;
}

.service-description {
    background-color: #fafafa;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s ease, background-color 0.3s;
}

.service-description:hover {
    transform: scale(1.01);
    background-color: #f3e5f5;
}

.service-description h5 {
    color: #4a148c;
    font-weight: bold;
}

.service-description p {
    font-size: 1rem;
    color: #444;
    margin-bottom: 10px;
}

.body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background: linear-gradient(to right, #eef2f3, #8e9eab);
    margin: 0;
    padding: 0;
}

.navbar {
    background: #742C2C !important;
}

.navbar-brand img {
    height: 40px;
}



.breadcrumb {
    margin-bottom: 20px;
    font-size: 14px;
}

.breadcrumb a {
    color: #2980b9;
    text-decoration: none;
}

.service-details {

    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 8px 20px #da22d71a;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-bottom: 50px;
}

.service-details img {
    max-width: 70%;
    height: auto;
    border-radius: 10px;

    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
}

.service-info {
    flex: 1 1 400px;
}

.service-info h2 {
    margin-top: 0;
    font-size: 28px;
    color: hsl(312, 82%, 30%);
}

.service-info p {
    color: #444444;
    font-size: 20px;
    line-height: 1.7;
}

.category-select {
    width: 150px;
    margin-left: 15px;
}

.dropdown-menu {
    background-color: #c18a8a;
    border-radius: 8px;
    color:white;
}

.dropdown-item:hover {
    background-color: #b85757;

}

footer {
    background: hsl(304, 59%, 25%);
    color: #ecf0f1;
    text-align: center;
    padding: 15px 0;
    font-size: 14px;
    margin-top: 50px;
}

@media (max-width: 768px) {
    .service-details {
        flex-direction: column;
    }

    .category-select {
        width: 100%;
        margin: 10px 0;
    }
}



.container {


    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.product-card {
    background-color: white;
    width: 250px;
    margin: 15px;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    text-align: center;
    padding: 20px;
    transition: transform 0.3s ease;
}

.product-card img {
    width: 68%;
    height: 200px;
    object-fit: cover;
    border-radius: 8px;
    width: 70%;
    height: auto;
}

.product-card h3 {
    font-size: 22px;
    margin-top: 15px;
}

.product-card p {
    font-size: 16px;
    margin-top: 10px;
    color: #777;
}

.product-card .price {
    font-size: 18px;
    color: #333;
    font-weight: bold;
    margin-top: 10px;
}

.product-card a {
    display: inline-block;
    background-color: #742C2C ;
    color: white;
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
    margin-top: 20px;
}

.product-card a:hover {
    background-color: #FFE9E5;
    color: black;
}


.product-card:hover {
    transform: scale(1.05);
}

.product-detail-container {

    margin: 50px auto;
    display: flex;
    flex-wrap: wrap;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}


.product-image {
    flex: 1 1 50%;
    background-color: #f2f2f2;
}

.product-image img {
    width: 50%;
    height: 100%;
    object-fit: cover;
}

.product-details {
    flex: 1 1 50%;
    padding: 40px;
}

.product-details h1 {
    font-size: 28px;
    margin-bottom: 20px;
}

.product-details p.description {
    font-size: 16px;
    color: #555;
    margin-bottom: 20px;
}

.product-details .price {
    font-size: 22px;
    font-weight: bold;
    color: #000;
    margin-bottom: 25px;
}

.product-details a.btn-buy {
    background-color: hsl(261, 80%, 42%);
    color: white;
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
    font-size: 20px;
}

.product-details a.btn-buy:hover {
    background-color: #ac98d8;
}

.details {
    margin-left: 54px;
}

.registerform {
    /* Smooth transform transition */
    text-align: center;
    /* Center text inside */
}

.form-card {
    background-color: white;
    width: 250px;

    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    text-align: center;
    transition: transform 0.3s ease;
}

.billing{
    float: left;
}

.cat
{
    float: left;
    margin-top: 15px;
    margin-left: 50px;
    padding-top: 0px;
    padding-right: 10px;
    width: 21%;

}