/* _content/Mapogo.Web/Components/Layout/MainLayout.razor.rz.scp.css */
html[b-ety2w59v6e], body[b-ety2w59v6e] {
    height: 100%;
    margin: 0;
    display: flex;
    flex-direction: column;
}

body[b-ety2w59v6e] {
    display: flex;
    flex-direction: column;
    min-height: 100vh
}

.page[b-ety2w59v6e] {
    position: relative;
    display: flex;
    flex-direction: column;
    background-color: black;
}

main[b-ety2w59v6e] {
    flex: 1;
}

.sidebar[b-ety2w59v6e] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-ety2w59v6e] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-ety2w59v6e]  a, .top-row[b-ety2w59v6e]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-ety2w59v6e]  a:hover, .top-row[b-ety2w59v6e]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-ety2w59v6e]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 768px) {
    .top-row[b-ety2w59v6e] {
        justify-content: space-between;
    }

        .top-row[b-ety2w59v6e]  a, .top-row[b-ety2w59v6e]  .btn-link {
            margin-left: 0;
        }
}

@media (min-width: 768px) {
    .page[b-ety2w59v6e] {
        flex-direction: row;
    }

    .sidebar[b-ety2w59v6e] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-ety2w59v6e] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

        .top-row.auth[b-ety2w59v6e]  a:first-child {
            flex: 1;
            text-align: right;
            width: 0;
        }

    .top-row[b-ety2w59v6e], article[b-ety2w59v6e] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-ety2w59v6e] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-ety2w59v6e] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

/* Footer Styling */
.footer[b-ety2w59v6e] {
    background-color: black;
    color: white;
    padding: 40px 20px;
    text-align: center;
    padding: 1em 0;
    position: relative;
    bottom: 0;
    width: 100%;
}

.footer-container[b-ety2w59v6e] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: auto;
    flex-wrap: wrap;
}

/* Logo Section */
.footer-logo[b-ety2w59v6e] {
    flex: 1;
    text-align: center;
}

    .footer-logo img[b-ety2w59v6e] {
        width: 100%;
        height: 100%;
        margin-bottom: 10px;
    }

/* Contact Section */
.footer-contact[b-ety2w59v6e] {
    flex: 1;
    text-align: left;
    padding: 10px;
}

    .footer-contact h2[b-ety2w59v6e] {
        margin-bottom: 10px;
    }

    .footer-contact p[b-ety2w59v6e] {
        margin: 5px 0;
        font-size: 16px;
    }

    .footer-contact a[b-ety2w59v6e] {
        color: yellow;
        text-decoration: none;
        font-weight: bold;
    }

        .footer-contact a:hover[b-ety2w59v6e] {
            text-decoration: underline;
        }

/* Location Section */
.footer-location[b-ety2w59v6e] {
    position: relative;
    top: -25px;
    text-align: left;
    padding: 10px;
}

/* Footer Heading */
.footer-heading[b-ety2w59v6e] {
    color: yellow;
    font-style: italic;
    margin-bottom: 10px;
}

/* Google Map */
.footer-location iframe[b-ety2w59v6e] {
    max-height: 155px;
    border-radius: 5px;
}

/* Responsive Design */
@media (max-width: 768px) {
    .footer-container[b-ety2w59v6e] {
        flex-direction: column;
        text-align: center;
    }

    .footer-contact[b-ety2w59v6e], .footer-location[b-ety2w59v6e] {
        text-align: center;
        padding: 20px;
    }
}
/* _content/Mapogo.Web/Components/Layout/NavMenu.razor.rz.scp.css */
/* Ensure the entire header, including the navbar, is styled correctly */
.top-header[b-1lq2k0e5wg] {
    background-color: black;
    padding: 10px 0;
    text-align: center;
    width: 100%;
}

/* Logo Styling */
.header-logo[b-1lq2k0e5wg] {
    height: auto;
    max-width: 260px
}

/* Header Text */
.company-name[b-1lq2k0e5wg] {
    color: white;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 0;
}

.sub-text[b-1lq2k0e5wg] {
    color: red;
    font-size: 14px;
    margin-bottom: 0;
}

.phone-number[b-1lq2k0e5wg] {
    color: white;
    font-size: 18px;
    font-weight: bold;
}

/* Navbar Styling */
.navbar[b-1lq2k0e5wg] {
    background-color: black !important;
}

.navbar-nav[b-1lq2k0e5wg] {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: nowrap;
    align-items: center;
    width: 100%;
}

    /* Nav Items */
[b-1lq2k0e5wg] .navbar-nav .nav-item {
    list-style: none;
    margin: 0 15px;
}

    [b-1lq2k0e5wg] .navbar-nav .nav-link {
        color: white !important;
        font-size: 16px;
        font-weight: bold;
        text-transform: uppercase;
        padding: 10px 15px;
        transition: color 0.3s ease-in-out;
    }

    [b-1lq2k0e5wg] .navbar-nav .nav-link:hover {
        color: red !important;
    }

[b-1lq2k0e5wg] .nav-link.active {
    color: yellow !important;
}

@media (max-width: 768px) {
    .navbar-nav[b-1lq2k0e5wg] {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
    }

        .navbar-nav .nav-item[b-1lq2k0e5wg] {
            width: 100%;
        }

        .navbar-nav .nav-link[b-1lq2k0e5wg] {
            text-align: center;
            width: 100%;
            padding: 10px 0;
        }

    .contact-col[b-1lq2k0e5wg] {
        text-align: center;
    }

    .social-icons[b-1lq2k0e5wg] {
        display: flex;
        gap: 12%;
        padding-left: 19%;
    }
}

@media (min-width: 768px) {
    .contact-col[b-1lq2k0e5wg] {
        text-align: end;
    }

    .social-icons[b-1lq2k0e5wg] {
        display: flex;
        gap: 9%;
    }
}

/* Custom CSS to style the contact information and social media icons */


.contact-social[b-1lq2k0e5wg] {
    background-color: black;
    color: yellow;
    padding: 10px;
}

.contact-info[b-1lq2k0e5wg] {
    margin-right: 20px;
    font-weight: bold;
}

.social-icon[b-1lq2k0e5wg] {
    width: 34px;
    height: 34px;
}
/* _content/Mapogo.Web/Components/Pages/ServiceAreasPage.razor.rz.scp.css */
/* General Styles */
body[b-yctyw2qt4d] {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: black;
    color: white;
    display: flex;
    align-items: center; /* Centers vertically */
    justify-content: center; /* Centers horizontally */
    height: 100vh; /* Makes sure the section takes up the full viewport height */
    text-align: center;
}

/* Expertise Section (Centers the Whole Content) */
.expertise-section[b-yctyw2qt4d] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 1200px;
}

/* Expertise Grid (Centered in the Middle) */
.expertise-grid[b-yctyw2qt4d] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
    justify-content: center; /* Centers horizontally */
    align-items: center; /* Ensures items align properly */
    max-width: 1000px;
    width: 100%;
}

/* Expertise Item */
.expertise-item[b-yctyw2qt4d] {
    background-color: yellow;
    padding: 20px;
    border-radius: 5px;
    text-align: center;
    transition: transform 0.3s ease-in-out;
}

    .expertise-item:hover[b-yctyw2qt4d] {
        transform: scale(1.05);
    }

    /* Icon Styling */
    .expertise-item img[b-yctyw2qt4d] {
        width: 100px;
        height: auto;
    }

    /* Text Styling */
    .expertise-item p[b-yctyw2qt4d] {
        font-size: 16px;
        font-weight: bold;
        margin-top: 10px;
        color: black;
    }

/* Responsive Design */
@media (max-width: 768px) {
    .expertise-grid[b-yctyw2qt4d] {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 480px) {
    .expertise-grid[b-yctyw2qt4d] {
        grid-template-columns: repeat(1, 1fr);
    }
}

/* Heading Styles */
h1[b-yctyw2qt4d], h3[b-yctyw2qt4d], p[b-yctyw2qt4d], ul li[b-yctyw2qt4d] {
    color: white; /* Makes all text white */
}

h1[b-yctyw2qt4d] {
    font-size: 40px;
    font-weight: bold;
}

h3[b-yctyw2qt4d] {
    font-size: 18px;
}

/* Highlighted Text */
.highlight[b-yctyw2qt4d] {
    color: yellow; /* Keeps yellow highlight for emphasis */
    font-style: italic;
}

/* Responsive Design */
@media (max-width: 768px) {
    .expertise-grid[b-yctyw2qt4d] {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 480px) {
    .expertise-grid[b-yctyw2qt4d] {
        grid-template-columns: repeat(1, 1fr);
    }
}
/* _content/Mapogo.Web/Components/Pages/WhoWeArePage.razor.rz.scp.css */
.imgCol[b-kvggfxb2on] {
    width: 100%;
}

/* Heading Styles */
h1[b-kvggfxb2on], h3[b-kvggfxb2on], p[b-kvggfxb2on], ul li[b-kvggfxb2on] {
    color: white;  Makes all text white 
}

h1[b-kvggfxb2on] {
    font-size: 40px;
    font-weight: bold;
}

h3[b-kvggfxb2on] {
    font-size: 18px;
}

/* Highlighted Text */
.highlight[b-kvggfxb2on] {
    color: yellow; /* Keeps yellow highlight for emphasis*/ 
    font-style: italic;
}

/* List Styling with Bullet Points */
ul[b-kvggfxb2on] {
    list-style-type: disc; 
}

    ul li[b-kvggfxb2on] {
        margin: 5px 0;
        font-size: 18px;
    }

/* Bold List */
.bold-list li[b-kvggfxb2on] {
    font-weight: bold;
}

/* Download Button */
.download-btn[b-kvggfxb2on] {
    display: inline-block;
    background-color: red;
    color: white;
    text-decoration: none;
    font-weight: bold;
    padding: 15px 20px;
    border-radius: 50px;
    transition: 0.3s;
    margin-bottom: 5%;
}

    .download-btn:hover[b-kvggfxb2on] {
        background-color: white;
        color: black;
    }

/* Name & Role Styling */
.name[b-kvggfxb2on] {
    font-size: 18px;
    font-weight: bold;
    color: yellow;
    margin-top: 3%;
}

.role[b-kvggfxb2on] {
    font-size: 16px;
    color: white;
}

.centeredText[b-kvggfxb2on] {
    text-align: center;
}

@media (max-width: 768px) {
    .download-btn[b-kvggfxb2on] {
        font-size: small;
    }

    .p-text[b-kvggfxb2on] {
        font-size: medium;
    }
}

@media (min-width: 768px) {
    .download-btn[b-kvggfxb2on] {
        font-size: large;
    }

    .p-text[b-kvggfxb2on] {
        font-size: xx-large;
    }
}
