﻿:root {
    --brand-red: #1A3062;
    --brand-yellow: #ffd33b;
    --brand-yellow-hover: #ffbf00;
    --text-on-red: #ffffff;
}

body {
    font-size: 18px !important;
    font-family: "Noto Sans", sans-serif;
}

.top-bar {
    background-color: #3b5998;
    color: white;
    padding: 0.5rem 0;
}

.main-nav-bar {
    background-color: white;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

.nav-link-custom {
    color: #212529 !important;
    font-weight: 600;
    font-size: 1.1rem;
    margin-right: 1.5rem;
}

.rent-online-btn {
    background-color: #e84a5f;
    border-color: #e84a5f;
    color: white;
}

.logo-placeholder {
    height: 80px;
    width: 80px;
    background-color: lightgray;
    border-radius: 50%;
    position: relative;
    z-index: 10;
    margin-left: 20px;
    top: -15px;
    border: 5px solid white;
}

.hero-section {
    padding: 30px 0;
}

.hero-title {
    color: #2c4074;
    font-weight: 700;
    font-size: 1.8rem;
    line-height: 3rem
}

.btn-rent {
    background-color: #e53935;
    color: #fff;
    border: none;
    font-weight: 600;
}

    .btn-rent:hover {
        background-color: #c62828;
        color: #fff;
    }

.btn-visit {
    background-color: #2c4074;
    color: #fff;
    border: none;
    font-weight: 600;
}

    .btn-visit:hover {
        background-color: #1d2d54;
        color: #fff;
    }

.hero-img {
    border-radius: 10px;
    max-width: 100%;
    height: auto;
}

.visit-section {
    padding: 60px 0;
    text-align: center;
}

    .visit-section h2 {
        font-weight: 700;
        color: #123b78;
    }

    .visit-section p {
        color: #5f6f89;
        margin-bottom: 40px;
    }

.visit-card {
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
    padding: 30px 20px;
    transition: all 0.3s ease;
}

    .visit-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 6px 16px rgba(0,0,0,0.1);
    }

.visit-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #003f91, #006ad5);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    margin: 0 auto 15px;
}

.visit-card h5 {
    font-weight: 600;
    color: #0b2e59;
    margin-top: 10px;
}

.visit-section {
    background-color: #E6F4FF;
}

.bgTemplate {
    background-color: #3B5998
}

.welcome {
    font-size: 25px;
    font-weight: 600;
}

.marketplace-box {
    border-left: 6px solid #003399;
    background-color: #f8fbff;
    border-radius: 8px;
    padding: 1rem 1.25rem;
    color: #1c1c1c;
    font-family: Arial, sans-serif;
}

    .marketplace-box b {
        color: #3B5998;
    }

.category-card {
    border: none;
    border-radius: 10px;
    background-color: #f8fbff;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.05);
    transition: transform 0.2s ease-in-out;
}

    .category-card:hover {
        transform: translateY(-3px);
    }

.icon-box {
    background-color: #003399;
    color: #fff;
    width: 65px;
    height: 50px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    margin-right: 15px;
}

.category-title {
    font-weight: 700;
    color: #003399;
    margin-bottom: 5px;
}

.category-text {
    color: #555;
    font-size: 0.95rem;
}

.bgMarketNumbers {
    background-image: url('../Images/bgMarketNumbers.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.bg-primary {
    background-color: #213A75 !important;
}

.bg-light {
    background-color: #324980 !important;
}

.bg-grey {
    background-color: #F9F9F9
}

.bg-Testimonial {
    background-color: #F0F6FF;
}

#mblLogo{ display: none}

@media screen and (max-width: 992px) {
    #desktopLogo {
        display: none
    }

    #mblLogo {
        display: block
    }
}