/* _content/CSRTest2024/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-36wv810f3x] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-36wv810f3x] {
    flex: 1;
}

.sidebar[b-36wv810f3x] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-36wv810f3x] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-36wv810f3x]  a, .top-row[b-36wv810f3x]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-36wv810f3x]  a:hover, .top-row[b-36wv810f3x]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-36wv810f3x]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-36wv810f3x] {
        justify-content: space-between;
    }

    .top-row[b-36wv810f3x]  a, .top-row[b-36wv810f3x]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-36wv810f3x] {
        flex-direction: row;
    }

    .sidebar[b-36wv810f3x] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-36wv810f3x] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-36wv810f3x]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-36wv810f3x], article[b-36wv810f3x] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-36wv810f3x] {
    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-36wv810f3x] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/CSRTest2024/Components/Layout/MainLayoutSplash.razor.rz.scp.css */
.page[b-z729cgvwep] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-z729cgvwep] {
    flex: 1;
}

.sidebar[b-z729cgvwep] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-z729cgvwep] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-z729cgvwep]  a, .top-row[b-z729cgvwep]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-z729cgvwep]  a:hover, .top-row[b-z729cgvwep]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-z729cgvwep]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-z729cgvwep] {
        justify-content: space-between;
    }

    .top-row[b-z729cgvwep]  a, .top-row[b-z729cgvwep]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-z729cgvwep] {
        flex-direction: row;
    }

    .sidebar[b-z729cgvwep] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-z729cgvwep] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-z729cgvwep]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-z729cgvwep], article[b-z729cgvwep] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-z729cgvwep] {
    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-z729cgvwep] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/CSRTest2024/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-wcsl41v0sx] {
    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-wcsl41v0sx] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-wcsl41v0sx] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-wcsl41v0sx] {
    font-size: 1.1rem;
}

.bi[b-wcsl41v0sx] {
    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-wcsl41v0sx] {
    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-wcsl41v0sx] {
    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-wcsl41v0sx] {
    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-wcsl41v0sx] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-wcsl41v0sx] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-wcsl41v0sx] {
        padding-bottom: 1rem;
    }

    .nav-item[b-wcsl41v0sx]  .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-wcsl41v0sx]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-wcsl41v0sx]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-wcsl41v0sx] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-wcsl41v0sx] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-wcsl41v0sx] {
        display: none;
    }

    .nav-scrollable[b-wcsl41v0sx] {
        /* 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/CSRTest2024/Components/Pages/Splash.razor.rz.scp.css */
/*.splash-container {
    display: flex;
    height: 100vh;
    justify-content: space-between;
}

.section {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
    text-align: center;
    background-color: white;*/  /*Adjust as needed */
    /*background-image: src(/wwwroot/images/about/Consulting1.png)*/
/*}


.section img {
    width: 80%;
    height: auto;
    max-height: 60%;
    object-fit: cover;
    border-radius: 10px;
    margin-bottom: 20px;
}

button {
    background-color: #4CAF50;*/  /*Green*/ 
    /*border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 8px;
    transition: background-color 0.3s ease;
}

button:hover {
    background-color: #45a049;
}*/




/* Make the container take up full viewport width and height, and arrange the sections horizontally */
/*.splash-container {
    display: flex;
    flex-direction: row-reverse;*/ /* Sections from right to left */
    /*height: 100vh;*/ /* Full viewport height */
    /*width: 100vw;*/ /* Full viewport width */
    /*overflow: hidden;*/ /* Prevent overflow from rotated sections */
/*}*/

/* Each section takes up exactly 1/3rd of the viewport width */
/*.section {
    position: relative;
    flex: 1;*/ /* Each section takes equal width */
    /*height: 100%;*/ /* Full height of the viewport */
    /*overflow: hidden;*/ /* Prevent overflow */
    /*transform: rotate(-10deg);*/ /* Rotate the section counterclockwise by 10 degrees */
    /*transform-origin: center;*/ /* Keep rotation centered */
    /*display: flex;
    justify-content: center;
    align-items: center;
}*/

    /* Ensure images fill the entire column */
    /*.section img {
        position: absolute;*/ /* Position absolute to fill the section */
        /*top: 0;*/ /* Align to the top */
        /*left: 0;*/ /* Align to the left */
        /*width: 100%;*/ /* Full width of the section */
        /*height: 100%;*/ /* Full height of the section */
        /*object-fit: cover;*/ /* Ensure the image covers the entire section */
        /*transform: rotate(10deg);*/ /* Rotate image back to counteract the section's rotation */
    /*}*/

/* Style the button to be overlaid on top of the image */
/*.overlay-button {
    position: absolute;
    top: 50%;*/ /* Center the button vertically */
    /*left: 50%;*/ /* Center the button horizontally */
    /*transform: translate(-50%, -50%) rotate(10deg);*/ /* Counteract the section's rotation */
    /*background-color: rgba(0, 0, 0, 0.5);*/ /* Semi-transparent background */
    /*color: white;
    padding: 10px 20px;
    border: none;
    font-size: 18px;
    cursor: pointer;
    border-radius: 5px;
    z-index: 2;*/ /* Ensure the button is on top of the image */
/*}*/

    /* Optional: Add hover effect for the button */
    /*.overlay-button:hover {
        background-color: rgba(0, 0, 0, 0.7);
    }*/






/* Make the container take up full viewport width and height, and arrange the sections horizontally */
/*.splash-container {
    display: flex;
    flex-direction: row-reverse;*/ /* Sections from right to left */
    /*height: 100vh;*/ /* Full viewport height */
    /*width: 100vw;*/ /* Full viewport width */
    /*overflow: hidden;*/ /* Prevent overflow from rotated sections */
/*}*/

/* Each section takes up exactly 1/3rd of the viewport width */
/*.section {
    position: relative;
    flex: 1;*/ /* Each section takes equal width */
    /*height: 100%;*/ /* Full height of the viewport */
    /*overflow: hidden;*/ /* Prevent overflow */
    /*transform: rotate(0deg);*/ /* Rotate the section counterclockwise by 10 degrees */
    /*transform-origin: center;*/ /* Keep rotation centered */
    /*display: flex;
    justify-content: center;
    align-items: center;
    background-size: cover;*/ /* Cover the entire section */
    /*background-position: center;*/ /* Center the background image */
/*}*/
/* Ensure images fill the entire column */
/*.section img {
position: absolute;*//*  Position absolute to fill the section */
/*top: 0;*/  /*Align to the top */
/*left: 0;*/  /*Align to the left */
/*width: 100%;*/ /* Full width of the section */
/*height: 100%;*/ /* Full height of the section */
/*object-fit: cover;*/ /* Ensure the image covers the entire section */
/*transform: rotate(0deg);*/  /*Rotate image back to counteract the section's rotation */
/*}*/
/* Specific background images for each section */
/*.CSR-section {
    background-image: url('images/about/Consulting1.png');
    transform: rotate(0deg);
}

.CSRTL-section {
    background-image: url('images/about/aircargo1.png');
    transform: rotate(0deg);
}

.RealLean-section {
    background-image: url('images/about/reallean1.png');
    transform: rotate(0deg);
}*/

/* Style the button to be overlaid on top of the background image */
/*.overlay-button {
    position: absolute;
    top: 50%;*/ /* Center the button vertically */
    /*left: 50%;*/ /* Center the button horizontally */
    /*transform: translate(-50%, -50%) rotate(0deg);*/ /* Counteract the section's rotation */
    /*background-color: rgba(0, 0, 0, 0.5);*/ /* Semi-transparent background */
    /*color: white;
    padding: 10px 20px;
    border: none;
    font-size: 18px;
    cursor: pointer;
    border-radius: 5px;
    z-index: 2;*/ /* Ensure the button is on top of the image */
    /*max-width: 400px;
    width: 340px;
}
}*/

/* Optional: Add hover effect for the button */
/*.overlay-button:hover {
    background-color: rgba(0, 0, 0, 0.7);
}*/




 /*2*/

/* Main container for the images */
/*.image-container {
    display: flex;
    height: 100vh;*/ /* Full viewport height */
    /*width: 100vw;*/ /* Full viewport width */
    /*overflow: hidden;*/ /* Prevent overflow */
/*}*/

/* Each section takes up exactly 1/3rd of the viewport width */
/*.image-section {
    position: relative;
    flex: 1;*/ /* Each section takes up equal width */
    /*height: 100%;
    overflow: hidden;
    transform: skewX(-8deg);*/ /* Adjusted skew for diagonal separation */
    /*transform-origin: top right;
    display: flex;
    justify-content: center;
    align-items: center;
}*/

    /* Background image to cover the entire section */
    /*.image-section::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 120%;*/ /* Adjust width to cover skew */
        /*height: 100%;
        background-size: cover;
        background-position: center;
        transform: skewX(8deg);*/ /* Counteract section skew for the image */
        /*z-index: -1;*/ /* Place image behind content */
    /*}*/

/* Images for each section */
/*.section1::before {
    background-image: url('images/about/Consulting1.png');
}

.section2::before {
    background-image: url('images/about/aircargo1.png');
}

.section3::before {
    background-image: url('images/about/reallean1.png');
}*/

/* Style for the button */
/*.overlay-button {
    position: relative;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    padding: 10px 20px;
    border: none;
    font-size: 18px;
    cursor: pointer;
    border-radius: 5px;
    z-index: 2;
}*/

    /* Optional: Add hover effect for the button */
    /*.overlay-button:hover {
        background-color: rgba(0, 0, 0, 0.7);
    }*/


/* Container for the logo */
/* General Styles for Larger Screens (Desktop) */

/*style="margin-right:50px;"
style="margin-right:-60px;margin-left:-90px;"
style="margin-left:50px;margin-right:-150px;"*/
.logo-container[b-otu6vuyd1q] {
    position: absolute;
    top: 5%;
    left: 10%;
    transform: translateX(-50%);
    z-index: 3;
}

.logo-container img[b-otu6vuyd1q] {
    max-width: 230px;
    width: 210px;
    height: auto;
}

.image-container[b-otu6vuyd1q] {
    display: flex;
    flex-direction: row; /* Row layout for larger screens */
    height: 100vh;
    width: 100vw;
    padding:0;
    margin:0;
    overflow: hidden;
}

.image-section[b-otu6vuyd1q] {
    position: relative;
    flex: 1; 1 33.33%;
    height: 100%;
    /*overflow: hidden;*/
    transform: skewX(-10deg);
/*    transform-origin: top right;
*/    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
}

.image-section[b-otu6vuyd1q]::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 190%;
    height: 100%;
    background-size: cover;
    background-position: center;
    transform: skewX(0deg);
    z-index: -1;
}

.section img[b-otu6vuyd1q] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: rotate(0deg);

}

.overlay-button[b-otu6vuyd1q] {
    position: relative;
    background-color: #ffc600;
    color: blue;
    padding: 10px 20px;
    border: none;
    font-size: 18px;
    cursor: pointer;
    border-radius: 5px;
    z-index: 2;
    top: 35%;
}

.overlay-button:hover[b-otu6vuyd1q] {
    background-color: lightgreen;
}

/*body,html{
    margin:0;
    padding:0;
    overflow-x:hidden;
    width:100vw;
    height:100vh;
   
}*/
/* Images for each section */
.section1[b-otu6vuyd1q]::before {
    background-image: url('images/about/rpo1.png');
    /*margin-right: 20px;*/
}

.section2[b-otu6vuyd1q]::before {
    background-image: url('images/about/ship4.png');
    margin-left: -70px;
}

.section3[b-otu6vuyd1q]::before {
    background-image: url('images/about/lean5.png');
  margin-right: -50px;
   
}

img.clickable[b-otu6vuyd1q] {
    cursor: pointer;
}

/* Mobile Styles (for screens smaller than 768px) */
@media (max-width: 768px) {
    .image-container[b-otu6vuyd1q] {
        display: flex;
        flex-direction: column; /* Stack sections vertically */
        height: auto; /* Auto height for vertical layout */
        width: 100vw;
    }

    .logo-container[b-otu6vuyd1q] {
        top: 2%;
        left: 50%;
        transform: translateX(-50%);
        z-index: 3;
    }

    .logo-container img[b-otu6vuyd1q] {
        width: 180px; /* Smaller logo for mobile */
    }

    .image-section[b-otu6vuyd1q] {
        flex: none; /* No flex for stacked sections */
        height: 55vh; /* Adjust height for mobile */
        width: 100%; /* Full width */
        transform: none; /* Remove skew on mobile */
        margin: 0px 0; /* Add some space between sections */
    }
    .image-section section1[b-otu6vuyd1q] {
        flex: none; /* No flex for stacked sections */
        height: 33vh; /* Adjust height for mobile */
        width: 100%; /* Full width */
        transform: none; /* Remove skew on mobile */
        margin: 0px 0; /* Add some space between sections */
    }
    .image-section[b-otu6vuyd1q]::before {
        width: 100%; /* Full width */
        height: 100%;
        transform: none; /* Remove skew for mobile */
        margin-left:0px;
    }

    .overlay-button[b-otu6vuyd1q] {
        font-size: 16px;
        padding: 8px 16px;
        top: 30%;
    }
}


