@import '_content/Kumars.IdentityV1/Kumars.IdentityV1.gqldxwq4we.bundle.scp.css';
@import '_content/RCL1Aisc/RCL1Aisc.bundle.scp.css';

/* _content/KSSWorking/Pages/About.cshtml.rz.scp.css */
.crate[b-mhvyo4rkpu] {
    font-family: 'Arial', sans-serif;
    margin: 0;
    padding: 20px;
    background-color: #f4f4f4;
    color: #333;
}

.crate-title[b-mhvyo4rkpu] {
    background-color: #007bff; /* Example color */
    color: white;
    padding: 20px;
    text-align: center;
}

.service-title[b-mhvyo4rkpu] {
    margin-bottom: 10px;
}

.container[b-mhvyo4rkpu] {
    width: 80%;
    margin: 20px auto;
    background-color: white;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}

.feature[b-mhvyo4rkpu] {
    margin-bottom: 20px;
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
    background-color: #f9f9f9; /* Subtle background */
    transition: transform 0.2s ease, box-shadow 0.2s ease; /* Smooth transitions */
}

    .feature:hover[b-mhvyo4rkpu] {
        transform: translateY(-5px); /* Move a little bit up on hover */
        box-shadow: 0 4px 8px rgba(0,0,0,0.1); /* Add a more prominent shadow on hover */
    }

.feature-title[b-mhvyo4rkpu] {
    color: #007bff; /* Example color */
}

p[b-mhvyo4rkpu] {
    line-height: 1.6;
}

.cta-button[b-mhvyo4rkpu] {
    display: inline-block;
    padding: 10px 20px;
    background-color: #007bff; /* Example color */
    color: white;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s ease; /* Smooth transition */
}

    .cta-button:hover[b-mhvyo4rkpu] {
        background-color: #0056b3; /* Darker shade on hover */
    }

/* _content/KSSWorking/Pages/Contact.cshtml.rz.scp.css */
.llp-name[b-e7vm83v9qv] {
    font-weight: bold;
    font-family: 'Cambria Math';
    color: #800000;
    font-size: 24px
}

.llp-name-llp[b-e7vm83v9qv] {
    font-size: 12px
}

.contact-emails[b-e7vm83v9qv] {
    font-family: 'Cambria';
    font-size: 14px;
    font-weight: bold;
    color: #00f;
    text-decoration: none
}

.vertical-line[b-e7vm83v9qv] {
    font-weight: bold;
    font-family: 'Cambria';
    color: #f00
}

.map-link[b-e7vm83v9qv] {
    text-decoration: none;
    color: #4169e1;
    font-weight: bold;
    font-size: 12px
}

.map-display[b-e7vm83v9qv] {
    width: 300px;
    height: 250px;
    margin: 3px;
    padding: 3px
}

.map-flex-container[b-e7vm83v9qv] {
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
    margin: 1px 20px 1px 1px
}
/* _content/KSSWorking/Pages/Index.cshtml.rz.scp.css */
@media screen and (max-width:768px) {
    /*phones and small devices*/
    h1[b-738tzi1bnh] {
        font-size: 2em;
    }
}

@media screen and (min-width:769px) and (max-width:1000px) {
    /*tablets and such devices*/


}

@media screen and (min-width:1001px) {
    /*desktop and bigger devices*/

}



body[b-738tzi1bnh] {
    font-family: sans-serif;
    margin: 0;
    padding: 0;
    line-height: 1.6;
    color: #333;
}

.container[b-738tzi1bnh] {
    max-width: 960px;
    margin: 0 auto;
    padding: 20px;
}

h1[b-738tzi1bnh] {
    font-size: 2.5em;
    margin-bottom: 20px;
    text-align: center; /* Center the title */
    color:#5f1950;
    /*color: #5F1950;*/
}

h2[b-738tzi1bnh] {
    font-size: 1.8em;
    margin-bottom: 15px;
    color: #5F1950;
}

p[b-738tzi1bnh] {
    margin-bottom: 40px;
    font-size:1.0rem;
}

.benefits[b-738tzi1bnh] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    margin-top: 30px;
}

.benefit[b-738tzi1bnh] {
    text-align: center; /* Center benefit icons and text */
}

    .benefit i[b-738tzi1bnh] { /* Style for icons - you'll need to add icon library */
        font-size: 2em;
        margin-bottom: 10px;
        color: #007bff; /* Example color */
    }

.buttons[b-738tzi1bnh] {
    margin-top: 30px;
    text-align: center;
}

.button[b-738tzi1bnh] {
    display: inline-block;
    padding: 10px 20px;
    margin: 0 10px;
    background-color: #007bff; /* Example color */
    color: white;
    text-decoration: none;
    border-radius: 5px;
}

    .button:hover[b-738tzi1bnh] {
        background-color: #0056b3;
    }
/* _content/KSSWorking/Pages/Services.cshtml.rz.scp.css */
.crate[b-qd699ose9h] {
    font-family: sans-serif;
    margin: 0;
    padding: 20px;
    line-height: 1.6;
    color: #333;
    background-color: #f4f4f4; /* Light gray background */
}

.crate-header[b-qd699ose9h] {
    background-color: #007bff; /* Blue header */
    color: white;
    padding: 20px;
    text-align: center;
}

.header-title[b-qd699ose9h] {
    margin-bottom: 10px;
}

.above-container-desc[b-qd699ose9h] {
    max-width: 960px;
    margin: 20px auto;
    padding: 20px;
}

.container[b-qd699ose9h] {
    max-width: 960px;
    margin: 20px auto;
    padding: 20px;
    background-color: white;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); /* Subtle shadow */
    border-radius: 8px; /* Rounded corners */
}

.module[b-qd699ose9h] {
    margin-bottom: 30px;
    padding: 20px;
    border: 1px solid #ddd; /* Light gray border */
    border-radius: 5px;
}

    .module h2[b-qd699ose9h] {
        color: #007bff; /* Blue headings */
        margin-bottom: 10px;
    }

.feature-list[b-qd699ose9h] {
    list-style-type: disc;
    margin-left: 20px;
}

.feature-list > li[b-qd699ose9h]{
    margin-top:4px;
    margin-bottom:4px;
}

.cta-button[b-qd699ose9h] {
    display: inline-block;
    padding: 10px 20px;
    background-color: #007bff;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s ease; /* Smooth transition */
}

    .cta-button:hover[b-qd699ose9h] {
        background-color: #0056b3; /* Darker blue on hover */
    }
/* _content/KSSWorking/Pages/Shared/_Layout.cshtml.rz.scp.css */
/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */
/* _content/KSSWorking/Pages/Shared/_Layout1.cshtml.rz.scp.css */
