/* _content/Riya_Interior_webpage/Components/Layout/Footer.razor.rz.scp.css */
.header[b-t274catn7w] {
    font-weight: bold;
    color: rgba(229, 52, 61, 0.88);
}

.hr-line-width[b-t274catn7w]
{
    width: 95%;
    height: 2px;
    margin: auto;
}
/* _content/Riya_Interior_webpage/Components/Layout/Header.razor.rz.scp.css */
nav ul[b-p3pbzo3k8o] {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
}

    nav ul li a[b-p3pbzo3k8o] {
        padding: 10px;
        white-space: nowrap;
        color: white;
        opacity: 0.4;
        cursor: pointer;
        user-select: none;
        text-decoration: none;
        font-size: 20px !important;
        transition: color 0.3s;
    }

        nav ul li a:hover[b-p3pbzo3k8o] {
            color: rgba(229, 52, 61, 0.88);
            opacity: 1;
        }

    @media (min-width: 1100px)
    {
        .nav ul li a[b-p3pbzo3k8o]
        {
            font-size: 12px !important;
            background-color: white !important;
        }
    }

.navbar-collapse[b-p3pbzo3k8o] {
    margin-left: 200px;
}

.active[b-p3pbzo3k8o] {
    color: white;
    opacity: 1;
}

.nav-item a[b-p3pbzo3k8o] {
    color: rgba(255, 255, 255, 0.5); /* Default color with opacity */
}

.nav-item a.active[b-p3pbzo3k8o] {
    color: white !important; /* Color when active */
}

.icon_height[b-p3pbzo3k8o]{
    max-height:60px;
    width:auto;
}

@media (max-width: 972px) {
    .icon_height[b-p3pbzo3k8o] {
        max-height: 45px;
    }
}

.navbar-toggler-icon[b-p3pbzo3k8o] {
    color: white;
    background-color: white;
}

.navbar-span-icon[b-p3pbzo3k8o] {
    color: white;
    background-color: white;
}

.scroll-up-position[b-p3pbzo3k8o] 
{
    left: -3vh;
    bottom: -90vh;
}

@media (min-width:725px)
{
    .scroll-up-position[b-p3pbzo3k8o]
    {
        left: -1vh;
        bottom: -200vh;
    }
}
/* _content/Riya_Interior_webpage/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-f4dk5u2gyg] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-f4dk5u2gyg] {
    flex: 1;
}

.sidebar[b-f4dk5u2gyg] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-f4dk5u2gyg] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-f4dk5u2gyg]  a, .top-row[b-f4dk5u2gyg]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-f4dk5u2gyg]  a:hover, .top-row[b-f4dk5u2gyg]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-f4dk5u2gyg]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-f4dk5u2gyg] {
        justify-content: space-between;
    }

    .top-row[b-f4dk5u2gyg]  a, .top-row[b-f4dk5u2gyg]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-f4dk5u2gyg] {
        flex-direction: row;
    }

    .sidebar[b-f4dk5u2gyg] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-f4dk5u2gyg] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-f4dk5u2gyg]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-f4dk5u2gyg], article[b-f4dk5u2gyg] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-f4dk5u2gyg] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    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-f4dk5u2gyg] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/Riya_Interior_webpage/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-feuyrzk1jk] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-feuyrzk1jk] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-feuyrzk1jk] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-feuyrzk1jk] {
    font-size: 1.1rem;
}

.bi[b-feuyrzk1jk] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-feuyrzk1jk] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-feuyrzk1jk] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-feuyrzk1jk] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-feuyrzk1jk] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-feuyrzk1jk] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-feuyrzk1jk] {
        padding-bottom: 1rem;
    }

    .nav-item[b-feuyrzk1jk]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-feuyrzk1jk]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-feuyrzk1jk]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-feuyrzk1jk] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-feuyrzk1jk] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-feuyrzk1jk] {
        display: none;
    }

    .nav-scrollable[b-feuyrzk1jk] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* _content/Riya_Interior_webpage/Components/Pages/ContactUs.razor.rz.scp.css */
.Location_Header[b-ggf80hyct3] {
    font-size: 38px;
    color: #002F48;
    font-weight:590;
    margin-left:10px;
}

.Contact_Header[b-ggf80hyct3] {
    font-size: 50px;
    color: #1995AD;
    margin-left: 20px;
}

.Contact_Main_Class[b-ggf80hyct3] {
    background-color: #F1F1F2;
}

.Contact_Title[b-ggf80hyct3]{
    font-size:20px;
}
.map-container[b-ggf80hyct3] {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%; /* 16:9 aspect ratio (divide height by width) */
}

    .map-container iframe[b-ggf80hyct3] {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
/* _content/Riya_Interior_webpage/Components/Pages/Environment.razor.rz.scp.css */
.col-md-6 img[b-bse66ng45z] {
    width: 80vh;
    height: 50vh;
    display: block;
    box-shadow: 10px 5px 5px 0px rgba(0,0,0,0.20);
}

.environment_image[b-bse66ng45z] {
    height: 90%;
    width: 90%;
    background-size: cover;
    box-shadow: 10px 5px 5px 0px rgba(0,0,0,0.20);
}

.environment_para[b-bse66ng45z] {
    font-size: 22px;
    font-weight: 500;
    padding-left: 60px;
}
.Environment_Header[b-bse66ng45z] {
    font-size: 50px;
    color: #2C5F2D;
    margin-left: 20px;
}
.Environment_Main_Class[b-bse66ng45z] {
    background-color: #97BC62;
}

.slide-in-left[b-bse66ng45z] {
    position: relative;
    /* Other styles for .slide-in-left */
}

    .slide-in-left[b-bse66ng45z]::after {
        content: '';
        position: absolute;
        bottom: 0;
        right: 0;
        width: 10px; /* Adjust width as needed */
        height: 100%;
        background-color: white;
    }

/* Media query for screens wider than 745px */
@media (max-width: 745px) {
    .slide-in-left[b-bse66ng45z]::after {
        content: '';
        position: absolute;
        bottom: 0;
        right: 0;
        width: 0px; /* Adjust width as needed */
        height: 0px;
    }
}


/* _content/Riya_Interior_webpage/Components/Pages/Health_And_Safety.razor.rz.scp.css */
.col-md-6 img[b-39khe54a94] {
    width: 80vh;
    height: 50vh;
    display: block;
}

.health_image[b-39khe54a94] {
    height: 100vh;
    width: 100vh;
    background-size: cover;
}

.health_para[b-39khe54a94] {
    text-align: left;
    font-size: 25px;
}

.pale-white[b-39khe54a94] {

    background-color: rgb(235, 227, 213);
}

.small-box[b-39khe54a94]
{
    height:160px;
    width: 190px;
}
/* _content/Riya_Interior_webpage/Components/Pages/List_Of_Work.razor.rz.scp.css */
.col-md-6 img[b-hu82iezmnd] {
    width: 80vh;
    height: 50vh;
    display: block;
    box-shadow: 10px 5px 5px 0px rgba(0,0,0,0.20);
}

.list_image[b-hu82iezmnd] {
    height: 100vh;
    width: 100vh;
    background-size: cover;
}
.List_Header[b-hu82iezmnd] {
    font-size: 50px;
    color: #31473A;
    margin-left: 20px;
}
.List_Main_Class[b-hu82iezmnd] {
    background-color: #EDF4F2;
}
/* _content/Riya_Interior_webpage/Components/Pages/Mission.razor.rz.scp.css */
.col-md-6 img[b-jnz06jf93r] 
{
    width: 50%;
    height: auto;
    display: block;
}
.Mission_para[b-jnz06jf93r] {
    font-size: 22px;
    font-weight: 800;
}
/* _content/Riya_Interior_webpage/Components/Pages/Profile.razor.rz.scp.css */
.image-setter[b-wjnh1up4zn] {
    display: block;
    height: 80vh;
    opacity: 0.9;
    box-shadow: 10px 5px 5px 0px rgba(0,0,0,0.20);
}

.text-container[b-wjnh1up4zn] {
    padding: 20px;
    color: white;
    font-weight: 600; /* Bold */
    font-size: 24px; /* Increase size */
    text-align: right; /* Align text to the left */
}

.text-header[b-wjnh1up4zn] {
    font-size: 35px;
    text-align: start;
    padding-right: 30px;
}

.text-align-left[b-wjnh1up4zn] {
    text-align: left; /* Align text to the left */
}

.carousel_text[b-wjnh1up4zn] {
    top: -500px;
}

@media (max-width: 765px)
{
    .carousel_text[b-wjnh1up4zn] 
    {
        top: -350px;
        font-size: 20px;
    }

    .carousel-item[b-wjnh1up4zn]
    {
        height:80vh;
    }
}

@media (max-width: 1024px)
{
    .carousel_text[b-wjnh1up4zn] {
        top: -350px;
        font-size: 20px;
    }
}
.header[b-wjnh1up4zn] {
    padding:10px;
    font-size: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.change_bg_color[b-wjnh1up4zn] {
    height: 80%;
    width: 100%;
    background-color: #002F48;
}

.Heading_bold[b-wjnh1up4zn] {
    text-align: center;
    font-size: 60px;
    color: #FFFFFF;
    font-size: 35px;
    font-family: sans-serif;
    font-weight:700;
}
.Offer[b-wjnh1up4zn]{
    background-color: #F1F1F1;
}
.Offer _header[b-wjnh1up4zn]{
    font-family: "Libre Franklin", Sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    color: var(--e-global-color-primary);
}
.Offer_Register[b-wjnh1up4zn] {
    background-color: darkorange;
    color:white;
    border-color:white;
}
.Project_button[b-wjnh1up4zn] {
    background-color: #FFF8C9;
    color: #DC453E;
    border-color: darkorange;
    border-style: solid;
    text-align: center;
}
.expertise[b-wjnh1up4zn]{
    color:#ffffff;
    font-size:14px;
    font-family:sans-serif;
    text-align:center;
    margin-left:12px;
    margin-right:12px;
}
.box1[b-wjnh1up4zn]{
    background-color:#ffffff;
    align-items:center;
}
.para[b-wjnh1up4zn] {
    color: black;
    font-size: 14px;
    font-family: sans-serif;
    margin-left: 10px;
    text-align: center;
    margin-right: 10px;
}
.head[b-wjnh1up4zn] {
    color: red;
    font-size: 20px;
    font-family: sans-serif;
}
.About_us_head[b-wjnh1up4zn] {
    color: #002F48;
    font-family: sans-serif;
    font-weight:600;
}
.About_us_para[b-wjnh1up4zn] {
    font-family: sans-serif;
}
.About_us_button[b-wjnh1up4zn] {
    background-color: #DC453E;
    font-size: 24px;
    font-family: sans-serif;
    font-weight: 600;
    transition: background-color 0.3s ease;
}
    .About_us_button:hover[b-wjnh1up4zn] {
        background-color: firebrick; /* Change the background color on hover */
    }

.Under_Construction_Projects[b-wjnh1up4zn] {
    background-color: #FFF8C9;
}
.table_padding[b-wjnh1up4zn] {
    font-family: sans-serif;
}
.table_title[b-wjnh1up4zn]{
    font-size:16px;
}
.project_name[b-wjnh1up4zn]{
    font-size:20px;
}
/* _content/Riya_Interior_webpage/Components/Pages/Quality.razor.rz.scp.css */
/*.col-lg-6 {*/
/*    width: 80vh;
    height: 50vh;
    display: block;*/
    /*box-shadow: 10px 5px 5px 0px rgba(0,0,0,0.20);*/
/*}

.Quality_image {
    height: 90%;
    width: 100%;
    background-size: cover;
    box-shadow: 10px 5px 5px 0px rgba(0,0,0,0.20);
}

.health_para {
    font-size: 22px;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #990011;
}*/
.Quality_Header[b-htp1bxm6qt] {
    font-size: 50px;
    color: #990011;
    margin-left: 20px;
}
.Quality_Main_Class[b-htp1bxm6qt] {
    background-color: #FCF6F5;
    margin-top:200px;
}

.background_color[b-htp1bxm6qt] {
    background-color: #002F48;
    background-size: cover;
}
.Quality_Matters[b-htp1bxm6qt] {
    color: #ffffff;
    font-size: 35px;
}
.Quality_Matter_para[b-htp1bxm6qt]{
    color:white;
    font-size:20px;
}
.list_of_quality[b-htp1bxm6qt]{
    color:#ffffff;
    margin-top:10px;
    margin-left:10px;
}

@media (max-width: 576px) { /* Extra small devices (576px and down) */
    .flex-column img[b-htp1bxm6qt] {
        margin-left: 30%;
    }
}
