﻿

.header-row {
    background: linear-gradient(to right, #4facfe, #00f2fe);
    color: #fff;
}

.menuItemCenter {
    text-align: center;
}

.menu-modern {
    background-color: #ffffff;
    border-bottom: 2px solid #e0e0e0;
}

    .menu-modern .aspNetMenuItem {
        color: black !important;
        padding: 12px 30px;
    }

    .menu-modern a {
        transition: all 0.2s ease-in-out;
    }       

.footer {
    background-color: #f8f9fa;
    padding: 15px;
    font-size: 14px;
    color: #555;
}

body {
    background-color: #f2f4f7;
}

.site-logo {
    width: 100%;
    max-width: 140px;
    height: 45px;
    object-fit: contain;
}

img.slider {
    width: 100%;
    max-width: 900px;
    height: 400px;
    object-fit: cover;
    border-radius: 8px;
    display: block;
    margin: 0 auto;
}

.auto-style1 {
    width: 100%;
    margin-bottom: 35px;
}

.icon-wrapper {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 6px;
}

    /* Icon image */
    .icon-wrapper input[type="image"] {
        width: 35px;
        height: 35px;
        object-fit: contain;
        cursor: pointer;
        background: transparent;
    }

        .icon-wrapper input[type="image"]:hover {
            transform: scale(1.1);
            transition: 0.15s ease-in-out;
        }

.badge {
    position: absolute;
    top: -4px;
    right: -4px;
    min-width: 18px;
    height: 18px;
    background-color: #e53935;
    color: #ffffff;
    font-size: 11px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.label-warning[href],
.badge-warning[href] {
    background-color: cornsilk;
}

#banner-container {
    width: 100%;
    max-width: 900px;
    height: 400px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.banner-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    border-radius: 8px;
}
